public enum EcmCommand extends Enum<EcmCommand>
| 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)
|
editDocument
edit a document
|
editFgt
edit a fragment (mode webpage)
|
editPage
edit a webpage (mode webpage)
|
gotoMediaLibrary
Go to the current media library in back office
|
openDocument
open document on the desktop
|
viewSummary
summary view of a doc
|
| Modifier and Type | Method and Description |
|---|---|
static EcmCommand |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EcmCommand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EcmCommand viewSummary
public static final EcmCommand createDocument
public static final EcmCommand createPage
public static final EcmCommand editDocument
public static final EcmCommand editPage
public static final EcmCommand createFgtInRegion
public static final EcmCommand createFgtBelowWindow
public static final EcmCommand editFgt
public static final EcmCommand gotoMediaLibrary
public static final EcmCommand openDocument
public static EcmCommand[] values()
for (EcmCommand c : EcmCommand.values()) System.out.println(c);
public static EcmCommand 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 © 2015. All rights reserved.