public interface ModifyOperation extends RevisionOperation<BasicElementInfo>
modification operation
RevisionOperation.OperationType.MODIFY
RevisionOperation.OperationType
Modifier and Type | Method and Description |
---|---|
Collection<BasicElementInfo> |
getElements()
Returns a collection of all elements belonging to this revision operation
|
BasicElementInfo |
getModificationRootElement()
Returns the root element of the save operation.
|
getType
BasicElementInfo getModificationRootElement()
Root `-- A (save was called for this element) `-- B `-- CIn this example case
getModificationRootElement()
delivers node 'A'. getElements()
delivers 'A', 'B', 'C'Collection<BasicElementInfo> getElements()
getElements
in interface RevisionOperation<BasicElementInfo>
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500