Interface ServerReleaseOperation

All Superinterfaces:
RevisionOperation<BasicElementInfo>, Serializable

public interface ServerReleaseOperation extends RevisionOperation<BasicElementInfo>
Indicates a server release operation
Since:
4.0.124
See Also:
  • Method Details

    • 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
    • getElements

      A collection containing element pointers for all changed or disappeared / deleted elements of this release operation.
      Specified by:
      getElements in interface RevisionOperation<BasicElementInfo>
      Returns:
      Collection containing all elements of this release operation.
      Since:
      4.0.120