Interface ReleaseProgress

All Superinterfaces:
ActionProgress, Serializable

@Deprecated public interface ReleaseProgress extends ActionProgress
Deprecated.
since 5.2.180606, use ReleaseOperation instead
Interface providing access to the progress information of a server release action.
Since:
4.0.17
See Also:
  • Method Details

    • getReleasedElements

      @Deprecated Set<Long> getReleasedElements()
      Deprecated.
      since 5.2.180606, use ReleaseOperation instead
      Returns a set of ID's of all elements which were successfully released during release process.
      If isCheckOnlyMode() is true this Set contains all elements which would be released.
      Returns:
      set of ID's of released elements
      Since:
      4.0.17
    • getMissingPermissionElements

      @Deprecated Set<Long> getMissingPermissionElements()
      Deprecated.
      since 5.2.180606, use ReleaseOperation instead
      Returns a set of ID's of all elements which couldn't be released cause of missing release permissions.
      Returns:
      set of ID's of all elements with missing permissions
      Since:
      4.0.17
    • getLockFailedElements

      @Deprecated Set<Long> getLockFailedElements()
      Deprecated.
      since 5.2.180606, use ReleaseOperation instead
      Returns a set of ID's of all elements which couldn't be locked.
      Returns:
      set of ID's of all elements which couldnt' be locked.
      Since:
      4.0.17
    • getProblematicElements

      @Deprecated @NotNull @NotNull EnumMap<ReleaseProgress.ProblemType,Set<Long>> getProblematicElements()
      Deprecated.
      since 5.2.180606, use ReleaseOperation instead
      Returns a map containing all elements which would cause problem during release.
      Since:
      4.0.17
    • isCheckOnlyMode

      @Deprecated boolean isCheckOnlyMode()
      Deprecated.
      since 5.2.180606, use ReleaseOperation instead
      Returns true if the belonging server release action was started in 'check-only' mode.
      If the server action runs in 'check-only' mode the whole release is only tested but the involved elements will not be released.
      Returns:
      true if action was started in 'check-only' mode, false otherwise
      Since:
      4.0.17