Uses of Class
org.kuali.rice.kew.api.action.AdHocRevoke
Packages that use AdHocRevoke
-
Uses of AdHocRevoke in org.kuali.rice.kew.api
Methods in org.kuali.rice.kew.api with parameters of type AdHocRevokeModifier and TypeMethodDescriptionvoidWorkflowDocument.revokeAdHocRequests(AdHocRevoke revoke, String annotation) Revokes an Ad-Hoc request by the specified criteria; commits updates. -
Uses of AdHocRevoke in org.kuali.rice.kew.api.action
Methods in org.kuali.rice.kew.api.action that return AdHocRevokeModifier and TypeMethodDescriptionstatic AdHocRevokestatic AdHocRevokeAdHocRevoke.createRevokeAtNode(String nodeName) static AdHocRevokeAdHocRevoke.createRevokeFromGroup(String groupId) static AdHocRevokeAdHocRevoke.createRevokeFromPrincipal(String principalId) Methods in org.kuali.rice.kew.api.action with parameters of type AdHocRevokeModifier and TypeMethodDescriptionWorkflowDocumentActionsService.revokeAdHocRequests(DocumentActionParameters parameters, AdHocRevoke revoke) Executes anActionType.ADHOC_REQUEST_REVOKEaction which revokes all pending ad hoc action requests that match the suppliedAdHocRevokecriteria for the given principal and document specified in the supplied parameters.