Uses of Class
com.unica.publicapi.plan.api.ApprovalNotFoundException

Packages that use ApprovalNotFoundException
com.unica.publicapi.plan.api   
 

Uses of ApprovalNotFoundException in com.unica.publicapi.plan.api
 

Methods in com.unica.publicapi.plan.api that throw ApprovalNotFoundException
 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.