Uses of Class
org.kuali.rice.kew.api.action.AdHocRevoke

Packages that use AdHocRevoke
org.kuali.rice.kew.actions   
org.kuali.rice.kew.api Copyright 2005-2014 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kew.api.action Copyright 2005-2014 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kew.impl.action   
org.kuali.rice.kew.impl.document   
org.kuali.rice.kew.routeheader.service   
org.kuali.rice.kew.routeheader.service.impl   
 

Uses of AdHocRevoke in org.kuali.rice.kew.actions
 

Methods in org.kuali.rice.kew.actions with parameters of type AdHocRevoke
protected  boolean RevokeAdHocAction.matchesActionRequest(AdHocRevoke adHocRevokeCommand, ActionRequestValue actionRequest)
          Determines if the given action request is an ad hoc request which matches this set of criteria.
 

Constructors in org.kuali.rice.kew.actions with parameters of type AdHocRevoke
RevokeAdHocAction(DocumentRouteHeaderValue routeHeader, PrincipalContract principal, AdHocRevoke revoke, String annotation)
           
 

Uses of AdHocRevoke in org.kuali.rice.kew.api
 

Methods in org.kuali.rice.kew.api with parameters of type AdHocRevoke
 void WorkflowDocument.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 AdHocRevoke
static AdHocRevoke AdHocRevoke.create(Set<String> nodeNames, Set<String> principalIds, Set<String> groupIds)
           
static AdHocRevoke AdHocRevoke.createRevokeAtNode(String nodeName)
           
static AdHocRevoke AdHocRevoke.createRevokeFromGroup(String groupId)
           
static AdHocRevoke AdHocRevoke.createRevokeFromPrincipal(String principalId)
           
 

Methods in org.kuali.rice.kew.api.action with parameters of type AdHocRevoke
 DocumentActionResult WorkflowDocumentActionsService.revokeAdHocRequests(DocumentActionParameters parameters, AdHocRevoke revoke)
          Executes an ActionType.ADHOC_REQUEST_REVOKE action which revokes all pending ad hoc action requests that match the supplied AdHocRevoke criteria for the given principal and document specified in the supplied parameters.
 

Uses of AdHocRevoke in org.kuali.rice.kew.impl.action
 

Methods in org.kuali.rice.kew.impl.action with parameters of type AdHocRevoke
 DocumentActionResult WorkflowDocumentActionsServiceImpl.revokeAdHocRequests(DocumentActionParameters parameters, AdHocRevoke revoke)
           
 

Uses of AdHocRevoke in org.kuali.rice.kew.impl.document
 

Methods in org.kuali.rice.kew.impl.document with parameters of type AdHocRevoke
 void WorkflowDocumentImpl.revokeAdHocRequests(AdHocRevoke revoke, String annotation)
           
 

Uses of AdHocRevoke in org.kuali.rice.kew.routeheader.service
 

Methods in org.kuali.rice.kew.routeheader.service with parameters of type AdHocRevoke
 DocumentRouteHeaderValue WorkflowDocumentService.revokeAdHocRequests(String principalId, DocumentRouteHeaderValue document, AdHocRevoke revoke, String annotation)
           
 

Uses of AdHocRevoke in org.kuali.rice.kew.routeheader.service.impl
 

Methods in org.kuali.rice.kew.routeheader.service.impl with parameters of type AdHocRevoke
 DocumentRouteHeaderValue WorkflowDocumentServiceImpl.revokeAdHocRequests(String principalId, DocumentRouteHeaderValue document, AdHocRevoke revoke, String annotation)
           
 



Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.