public interface ModifyOperation extends RevisionOperation<BasicElementInfo>
modification operationRevisionOperation.OperationType.MODIFYRevisionOperation.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.
|
getTypeBasicElementInfo getModificationRootElement()
Root
`-- A (save was called for this element)
`-- B
`-- C
In this example case getModificationRootElement() delivers node 'A'. getElements() delivers 'A', 'B', 'C'Collection<BasicElementInfo> getElements()
getElements in interface RevisionOperation<BasicElementInfo>Copyright © 2015 e-Spirit AG. All Rights Reserved. Build 5.1.408