public class StatusController extends AbstractController
AbstractController.MSG_TYPE| Constructor and Description |
|---|
StatusController() |
| Modifier and Type | Method and Description |
|---|---|
juzu.Response |
getAllStatus(Long projectId) |
juzu.Response |
resolveStatusName(String name) |
juzu.Response |
updateStatus(Long id,
String name) |
beginRequest, buildMSGDialog, endRequest, getNoPermissionMsgpublic juzu.Response getAllStatus(Long projectId) throws org.exoplatform.task.exception.EntityNotFoundException, org.json.JSONException
org.exoplatform.task.exception.EntityNotFoundExceptionorg.json.JSONExceptionpublic juzu.Response updateStatus(Long id, String name) throws org.exoplatform.task.exception.EntityNotFoundException, org.exoplatform.task.exception.NotAllowedOperationOnEntityException, org.json.JSONException, org.exoplatform.task.exception.UnAuthorizedOperationException
org.exoplatform.task.exception.EntityNotFoundExceptionorg.exoplatform.task.exception.NotAllowedOperationOnEntityExceptionorg.json.JSONExceptionorg.exoplatform.task.exception.UnAuthorizedOperationExceptionpublic juzu.Response resolveStatusName(String name)
Copyright © 2003–2018 eXo Platform SAS. All rights reserved.