Package | Description |
---|---|
com.unica.publicapi.plan.api |
Modifier and Type | Method and Description |
---|---|
void |
IPlanAPI.deleteApprovalItemByName(IExecutionContext context,
Handle hApproval,
java.lang.String itemName)
Delete a single approval item within an Approval process.
|
java.lang.Object[] |
IPlanAPI.getApprovalItems(IExecutionContext context,
Handle hApproval)
Get all of the ordered approval items within an Approval object.
|
void |
IPlanAPI.updateApprovalItems(IExecutionContext context,
Handle hApproval,
java.lang.Object[] approvalItems,
java.lang.String[] instructions)
This method updates one or more approval item(s) within a single
Approval object.
|