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

Packages that use ValidActions
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   
 

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

Methods in org.kuali.rice.kew.actions that return ValidActions
 ValidActions ActionRegistry.getValidActions(PrincipalContract principal, DocumentRouteHeaderValue document)
          Returns a List of valid action codes for the given user on the document.
 ValidActions ActionRegistryImpl.getValidActions(PrincipalContract principal, DocumentRouteHeaderValue document)
           
 

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

Methods in org.kuali.rice.kew.api that return ValidActions
 ValidActions WorkflowDocument.getValidActions()
          Returns the list of valid actions on this document for the current user
 

Uses of ValidActions in org.kuali.rice.kew.api.action
 

Methods in org.kuali.rice.kew.api.action that return ValidActions
 ValidActions ValidActions.Builder.build()
           
 ValidActions WorkflowDocumentActionsService.determineValidActions(String documentId, String principalId)
          Determines which actions against the document with the given id are valid for the principal with the given id.
 ValidActions DocumentActionResult.getValidActions()
           
 

Methods in org.kuali.rice.kew.api.action with parameters of type ValidActions
static DocumentActionResult DocumentActionResult.create(Document document, ValidActions validActions, RequestedActions requestedActions)
           
 

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

Methods in org.kuali.rice.kew.impl.action that return ValidActions
 ValidActions WorkflowDocumentActionsServiceImpl.determineValidActions(String documentId, String principalId)
           
protected  ValidActions WorkflowDocumentActionsServiceImpl.determineValidActionsInternal(DocumentRouteHeaderValue documentBo, String principalId)
           
 

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

Methods in org.kuali.rice.kew.impl.document that return ValidActions
 ValidActions WorkflowDocumentImpl.getValidActions()
           
 



Copyright © 2005–2015 The Kuali Foundation. All rights reserved.