public interface ReleaseOperation extends RevisionOperation<BasicElementInfo>
release operation
IDProvider.release()
RevisionOperation.OperationType
Modifier and Type | Method and Description |
---|---|
Collection<BasicElementInfo> |
getElements()
A collection containing
element pointers for all changed or disappeared / deleted
elements of this release operation. |
BasicElementInfo |
getReleaseRootElement()
Returns the root element of the release operation.
|
getType
BasicElementInfo getReleaseRootElement()
Root `-- A (release was called for this element) `-- B `-- CIn this example case
getReleaseRootElement()
delivers node 'A'. getElements()
delivers 'A', 'B', 'C'Collection<BasicElementInfo> getElements()
element pointers
for all changed or disappeared / deleted
elements of this release operation.getElements
in interface RevisionOperation<BasicElementInfo>
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500