Uses of Class
fr.paris.lutece.portal.business.workflow.Action

Packages that use Action
fr.paris.lutece.portal.business.workflow   
fr.paris.lutece.portal.service.workflow   
 

Uses of Action in fr.paris.lutece.portal.business.workflow
 

Methods in fr.paris.lutece.portal.business.workflow that return types with arguments of type Action
 java.util.List<Action> Workflow.getAllActions()
          return the list of all actions associated to the workflow
 java.util.List<Action> State.getAllActions()
          return the list of all actions associated to the state
 

Method parameters in fr.paris.lutece.portal.business.workflow with type arguments of type Action
 void Workflow.setAllActions(java.util.List<Action> listActions)
          set the list of all actions associated to the workflow
 void State.setAllActions(java.util.List<Action> listActions)
          set the list of all actions associated to the state
 

Uses of Action in fr.paris.lutece.portal.service.workflow
 

Methods in fr.paris.lutece.portal.service.workflow that return types with arguments of type Action
 java.util.Collection<Action> WorkflowService.getActions(int nIdResource, java.lang.String strResourceType, int nIdWorkflow, AdminUser user)
          returns a list of actions possible for a given document based on the status of the document in the workflow and the user role
 java.util.Collection<Action> IWorkflowService.getActions(int nIdResource, java.lang.String strResourceType, int nIdWorkflow, AdminUser user)
          returns a list of actions possible for a given document based on the status of the document in the workflow and the user role
 java.util.HashMap<java.lang.Integer,java.util.List<Action>> WorkflowService.getActions(java.util.List<java.lang.Integer> listIdResssource, java.lang.String strResourceType, java.lang.Integer nIdExternalParentId, int nIdWorkflow, AdminUser user)
          returns a list of actions possible for a given document based on the status of the document in the workflow and the user role
 java.util.HashMap<java.lang.Integer,java.util.List<Action>> IWorkflowService.getActions(java.util.List<java.lang.Integer> listIdResource, java.lang.String strResourceType, java.lang.Integer nIdExternalParentId, int nIdWorkflow, AdminUser user)
          returns a list of actions possible for a given document based on the status of the document in the workflow and the user role
 



Copyright © 2010 Mairie de Paris. All Rights Reserved.