Interface IStatusHandler

All Superinterfaces:
IAPIHandler, Serializable
All Known Implementing Classes:
StatusHandler

@Deprecated public interface IStatusHandler extends IAPIHandler
Deprecated.
since 7.0.0

Author:
XIMA MEDIA GmbH
  • Method Details

    • getStatusPre

      List<Status> getStatusPre(UserContext uc, long stateId)
      Deprecated.
      Retrieves the Status.getStatusPre().
      Parameters:
      uc - Current user context.
      stateId - The ID of the state for which to get the Status.getStatusPre().
      Returns:
      All states that allow a state change to the given state.
    • getByUUID

      Status getByUUID(UserContext uc, Projekt project, String uuid)
      Deprecated.
      Returns the state with the given UUID
      Parameters:
      uc - UserContext to use
      project - Projekt context in which to look for the state
      uuid - String UUID of the state
      Returns:
      Status for the given UUID and project
      Since:
      6.x.x
    • getByUUID

      Status getByUUID(UserContext uc, Projekt project, UUID uuid)
      Deprecated.
      Returns the state with the given UUID
      Parameters:
      uc - UserContext to use
      project - Projekt context in which to look for the state
      uuid - UUID UUID of the state
      Returns:
      Status for the given UUID and project
      Since:
      6.x.x
    • move

      Status move(UserContext uc, Status status, int newIdxNum)
      Deprecated.
    • getFolgeStatus

      @Deprecated List<Status> getFolgeStatus(UserContext uc, Benutzer currentUser, Projekt projekt, Status currentStatus)
      Deprecated.
      Gets the folge status.
      Parameters:
      uc - Current user context.
      currentUser - User from the user context.
      projekt - the projekt
      currentStatus - the current status
      Returns:
      list of status