Package de.espirit.firstspirit.storage
Interface ServerReleaseOperation
- All Superinterfaces:
RevisionOperation<BasicElementInfo>
,Serializable
Indicates a
server release
operation- Since:
- 4.0.124
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.firstspirit.storage.RevisionOperation
RevisionOperation.OperationType
-
Method Summary
Modifier and TypeMethodDescriptionReturns the dependent release type parameter which was set during execution of the belonging server release action.A collection containingelement pointers
for all changed or disappeared / deleted elements of this release operation.boolean
Returnstrue
if the recursive parameter was set during execution of the belonging server release actionboolean
Returnstrue
if the release parent path parameter was set during execution of the belonging server release action.Returns the start element of the server release action.Methods inherited from interface de.espirit.firstspirit.storage.RevisionOperation
getType
-
Method Details
-
getReleaseStartElement
BasicElementInfo getReleaseStartElement()Returns the start element of the server release action.- Since:
- 4.0.124
-
getRecursive
boolean getRecursive()Returnstrue
if the recursive parameter was set during execution of the belonging server release action- Returns:
true
if the server release action was started with param recursive set,false
otherwise- Since:
- 4.0.124
-
getReleaseParentPath
boolean getReleaseParentPath()Returnstrue
if the release parent path parameter was set during execution of the belonging server release action.- Returns:
true
if the server release action was started with param release parent path set,false
otherwise- Since:
- 4.0.124
-
getDependentReleaseType
IDProvider.DependentReleaseType getDependentReleaseType()Returns the dependent release type parameter which was set during execution of the belonging server release action.- Returns:
- the dependent release type the server release action was started with
- Since:
- 4.0.124
-
getElements
Collection<BasicElementInfo> getElements()A collection containingelement pointers
for all changed or disappeared / deleted elements of this release operation.- Specified by:
getElements
in interfaceRevisionOperation<BasicElementInfo>
- Returns:
- Collection containing all elements of this release operation.
- Since:
- 4.0.120
-