public static enum RevisionOperation.OperationType extends Enum<RevisionOperation.OperationType>
| Enum Constant and Description |
|---|
CONTENT_COMMIT
Indicates a commit of content changes.
|
CREATE
Indicates a create operation
|
DELETE
Indicates a delete operation
|
MODIFY
Indicates a
modification operation |
MOVE
Indicates a move operation
|
RELEASE
Indicates a release operation
|
SERVER_RELEASE
Indicates a server release operation
|
| Modifier and Type | Method and Description |
|---|---|
static RevisionOperation.OperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RevisionOperation.OperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RevisionOperation.OperationType CREATE
PageFolder.createPage(String, de.espirit.firstspirit.access.store.templatestore.Template),
CreateOperationpublic static final RevisionOperation.OperationType MODIFY
modification operationStoreElement.save(),
ModifyOperationpublic static final RevisionOperation.OperationType MOVE
IDProvider.moveChild(de.espirit.firstspirit.access.store.IDProvider),
MoveOperationpublic static final RevisionOperation.OperationType DELETE
StoreElement.delete(),
DeleteOperationpublic static final RevisionOperation.OperationType CONTENT_COMMIT
Session.commit(),
ContentOperationpublic static final RevisionOperation.OperationType RELEASE
IDProvider.release(),
ReleaseOperationpublic static final RevisionOperation.OperationType SERVER_RELEASE
AccessUtil.release(de.espirit.firstspirit.access.store.IDProvider, boolean),
ServerReleaseOperationpublic static RevisionOperation.OperationType[] values()
for (RevisionOperation.OperationType c : RevisionOperation.OperationType.values()) System.out.println(c);
public static RevisionOperation.OperationType 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