public interface StatusService
| Modifier and Type | Method and Description |
|---|---|
Status |
createStatus(Project project,
String status) |
Status |
deleteStatus(long statusID) |
Status |
findLowestRankStatusByProject(long projectId) |
List<String> |
getDefaultStatus() |
Status |
getStatusById(long statusId) |
Status |
swapPosition(long statusID,
long otherID) |
Status |
updateStatus(long id,
String name) |
Status getStatusById(long statusId)
Status findLowestRankStatusByProject(long projectId)
Status deleteStatus(long statusID) throws StatusNotFoundException, NotAllowedOperationOnEntityException
Status updateStatus(long id, String name) throws StatusNotFoundException, NotAllowedOperationOnEntityException
Status swapPosition(long statusID, long otherID) throws NotAllowedOperationOnEntityException
Copyright © 2003–2015 eXo Platform SAS. All rights reserved.