Package | Description |
---|---|
com.unica.publicapi.plan.api |
Modifier and Type | Field and Description |
---|---|
static ApprovalStateEnum |
ApprovalStateEnum.CANCELLED |
static ApprovalStateEnum |
ApprovalStateEnum.COMPLETED |
static ApprovalStateEnum |
ApprovalStateEnum.IN_PROGRESS |
static ApprovalStateEnum |
ApprovalStateEnum.NOT_STATED |
static ApprovalStateEnum |
ApprovalStateEnum.ON_HOLD |
Modifier and Type | Method and Description |
---|---|
static ApprovalStateEnum |
ApprovalStateEnum.valueOf(java.lang.String name) |
static ApprovalStateEnum[] |
ApprovalStateEnum.values() |
Modifier and Type | Method and Description |
---|---|
void |
IPlanAPI.transitionApprovalStateByHandle(IExecutionContext context,
Handle hApproval,
ApprovalStateEnum stateEnum,
java.lang.String comments)
Change the approval state of an existing approval to a new state.
|