public interface IStatusHandler extends IAPIHandler
Modifier and Type | Method and Description |
---|---|
Status |
getByUUID(UserContext uc,
Projekt project,
String uuid)
Returns the state with the given UUID
|
Status |
getByUUID(UserContext uc,
Projekt project,
UUID uuid)
Returns the state with the given UUID
|
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 getByUUID(UserContext uc, Projekt project, String uuid)
uc
- UserContext
to useproject
- Projekt
context in which to look for the stateuuid
- String
UUID of the stateStatus
for the given UUID and projectStatus getByUUID(UserContext uc, Projekt project, UUID uuid)
uc
- UserContext
to useproject
- Projekt
context in which to look for the stateuuid
- UUID
UUID of the stateStatus
for the given UUID and projectStatus move(UserContext uc, Status status, int newIdxNum)
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.