Package | Description |
---|---|
com.unica.publicapi.plan.api |
Modifier and Type | Field and Description |
---|---|
static ProjectStateEnum |
ProjectStateEnum.ACCEPTED |
static ProjectStateEnum |
ProjectStateEnum.CANCELLED |
static ProjectStateEnum |
ProjectStateEnum.COMPLETED |
static ProjectStateEnum |
ProjectStateEnum.DRAFT |
static ProjectStateEnum |
ProjectStateEnum.IN_PROGRESS |
static ProjectStateEnum |
ProjectStateEnum.IN_RECONCILIATION |
static ProjectStateEnum |
ProjectStateEnum.LATE |
static ProjectStateEnum |
ProjectStateEnum.NOT_STARTED
The project was created, but not started.
|
static ProjectStateEnum |
ProjectStateEnum.ON_HOLD |
static ProjectStateEnum |
ProjectStateEnum.OVERDUE |
static ProjectStateEnum |
ProjectStateEnum.RETURNED |
static ProjectStateEnum |
ProjectStateEnum.SUBMITTED |
Modifier and Type | Method and Description |
---|---|
static ProjectStateEnum |
ProjectStateEnum.valueOf(java.lang.String name) |
static ProjectStateEnum[] |
ProjectStateEnum.values() |
Modifier and Type | Method and Description |
---|---|
void |
IPlanAPI.transitionProjectRequestStateByHandle(IExecutionContext context,
Handle hProjectRequest,
ProjectStateEnum stateEnum,
java.lang.String comments)
Finds the project request and transition its state to the new state.
On resubmitting returned request, request 'Re-approval Rule' would be: If project request returned and then resubmitted, request is processed by all recipients again To accept request by recipient, "onBehalfOfUserID" user id should be valid recipinet's id. |
void |
IPlanAPI.transitionProjectStateByCode(IExecutionContext context,
java.lang.String code,
ProjectStateEnum stateEnum)
Deprecated.
|
void |
IPlanAPI.transitionProjectStateByHandle(IExecutionContext context,
Handle hProject,
ProjectStateEnum stateEnum,
java.lang.String comments)
Overloaded API with comments parameters.
|