public interface DeleteOperation extends RevisionOperation<BasicElementInfo>
RevisionOperation.OperationType
Modifier and Type | Method and Description |
---|---|
BasicElementInfo |
getDeleteRootElement()
Returns the root element of the delete action.
|
Collection<BasicElementInfo> |
getElements()
Returns a collection of all elements belonging to this revision operation
|
getType
BasicElementInfo getDeleteRootElement()
Root `-- A (delete was called for this element) `-- B `-- CIn this example case
getDeleteRootElement()
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