public interface IStatusHandler extends IAPIHandler
Modifier and Type | Method and Description |
---|---|
List<Status> |
getFolgeStatus(UserContext uc,
Benutzer currentUser,
Projekt projekt,
Status currentStatus)
Gets the folge status.
|
List<Status> |
getStatusPre(UserContext uc,
long stateId)
Retrieves the
Status.getStatusPre() . |
Status |
move(UserContext uc,
Status status,
int newIdxNum) |
getName
List<Status> getFolgeStatus(UserContext uc, Benutzer currentUser, Projekt projekt, Status currentStatus)
uc
- the uccurrentUser
- projekt
- the projektcurrentStatus
- the current statusList<Status> getStatusPre(UserContext uc, long stateId)
Status.getStatusPre()
.uc
- Current user context.state
- The ID of the state for which to get the Status.getStatusPre()
.Status move(UserContext uc, Status status, int newIdxNum)
Copyright © 2019 XIMA MEDIA GmbH. All rights reserved.