public enum ChangeType extends Enum<ChangeType>
RevisionMetaData.getChangedStoreElements()
Enum Constant and Description |
---|
CHILDREN
Indicates changes in children list of the related storeelement.
|
DATA_XML
Indicates changes in
data of related storeelement. |
META_DATA_XML
Indicates changes in
meta data content. |
PERMISSION
Indicates permission changes in related storeelement.
|
REFERENCES
Indicates changes in the reference list of the related store element.
|
XML
Indicates any changes in xml node of related storeelement (e.g. displayname changes).
|
Modifier and Type | Method and Description |
---|---|
static ChangeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChangeType PERMISSION
PermissionChangeDetail
public static final ChangeType XML
public static final ChangeType DATA_XML
data
of related storeelement.DataChangeDetail
public static final ChangeType META_DATA_XML
public static final ChangeType CHILDREN
ChildrenChangeDetail
public static final ChangeType REFERENCES
ReferencesChangeDetail
public static ChangeType[] values()
for (ChangeType c : ChangeType.values()) System.out.println(c);
public static ChangeType 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 © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500