public enum EcmViews extends Enum<EcmViews>
| Enum Constant and Description |
|---|
createDocument
create a document
|
createFgtBelowWindow
create a fragment below an other window (mode webpage)
|
createFgtInRegion
create a fragment in the top of the region (mode webpage)
|
createPage
create a webpage (mode webpage)
|
editAttachments
edit a page's attachments
|
editDocument
edit a document
|
editFgt
edit a fragment (mode webpage)
|
editPage
edit a webpage (mode webpage)
|
followWfValidation
See current validation workflow task.
|
globalAdministration
Global administration
|
gotoMediaLibrary
Go to the current media library in back office
|
RELOAD
Reload.
|
remotePublishing
Remote publishing.
|
shareDocument
Send a document to poeple inteerested in
|
startValidationWf
Start a validation workflow.
|
validateRemotePublishing
Remote Publishing validation.
|
viewSummary
summary view of a doc
|
| Modifier and Type | Method and Description |
|---|---|
static EcmViews |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EcmViews[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EcmViews viewSummary
public static final EcmViews createDocument
public static final EcmViews createPage
public static final EcmViews editDocument
public static final EcmViews editPage
public static final EcmViews editAttachments
public static final EcmViews createFgtInRegion
public static final EcmViews createFgtBelowWindow
public static final EcmViews editFgt
public static final EcmViews gotoMediaLibrary
public static final EcmViews shareDocument
public static final EcmViews startValidationWf
public static final EcmViews followWfValidation
public static final EcmViews remotePublishing
public static final EcmViews validateRemotePublishing
public static final EcmViews globalAdministration
public static final EcmViews RELOAD
public static EcmViews[] values()
for (EcmViews c : EcmViews.values()) System.out.println(c);
public static EcmViews valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021. All rights reserved.