de.espirit.firstspirit.storage
Interface ServerReleaseOperation

All Superinterfaces:
RevisionOperation<BasicElementInfo>, Serializable

public interface ServerReleaseOperation
extends RevisionOperation<BasicElementInfo>

Indicates a server release operation

Since:
4.0.124
See Also:
AccessUtil.release(de.espirit.firstspirit.access.store.IDProvider, boolean)

Nested Class Summary
 
Nested classes/interfaces inherited from interface de.espirit.firstspirit.storage.RevisionOperation
RevisionOperation.OperationType
 
Method Summary
 IDProvider.DependentReleaseType getDependentReleaseType()
          Returns the dependent release type parameter which was set during execution of the belonging server release action.
 boolean getRecursive()
          Returns true if the recursive parameter was set during execution of the belonging server release action
 boolean getReleaseParentPath()
          Returns true if the release parent path parameter was set during execution of the belonging server release action.
 BasicElementInfo getReleaseStartElement()
          Returns the start element of the server release action.
 
Methods inherited from interface de.espirit.firstspirit.storage.RevisionOperation
getElements, getType
 

Method Detail

getReleaseStartElement

BasicElementInfo getReleaseStartElement()
Returns the start element of the server release action.

Since:
4.0.124

getRecursive

boolean getRecursive()
Returns true 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()
Returns true 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


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