de.espirit.firstspirit.storage
Interface ReleaseOperation

All Superinterfaces:
RevisionOperation<BasicElementInfo>, Serializable

public interface ReleaseOperation
extends RevisionOperation<BasicElementInfo>

Indicates a release operation

Since:
4.0.122
See Also:
IDProvider.release()

Nested Class Summary
 
Nested classes/interfaces inherited from interface de.espirit.firstspirit.storage.RevisionOperation
RevisionOperation.OperationType
 
Method Summary
 BasicElementInfo getReleaseRootElement()
          Returns the root element of the release operation.
 
Methods inherited from interface de.espirit.firstspirit.storage.RevisionOperation
getElements, getType
 

Method Detail

getReleaseRootElement

BasicElementInfo getReleaseRootElement()
Returns the root element of the release operation.
Example:
 Root
   `-- A (release was called for this element)
       `-- B
           `-- C
 
In this example case ReleaseOperation.getReleaseRootElement() delivers node 'A'. RevisionOperation.getElements() delivers 'A', 'B', 'C'

Since:
4.0.122


Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480