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

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

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

Methods in fr.paris.lutece.portal.business.workflow that return State
 State Action.getStateAfter()
          Returns the State of the document after processing the action
 State Action.getStateBefore()
          Return the State of the document before processing the action
 

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

Methods in fr.paris.lutece.portal.business.workflow with parameters of type State
 void Action.setStateAfter(State stateAfter)
          Set the State of the document after processing the action
 void Action.setStateBefore(State stateBefore)
          Set the State of the document before processing the action
 

Method parameters in fr.paris.lutece.portal.business.workflow with type arguments of type State
 void Workflow.setAllStates(java.util.List<State> listStates)
          set the list of all states associated to the workflow
 

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

Methods in fr.paris.lutece.portal.service.workflow that return State
 State IWorkflowService.getState(int nIdResource, java.lang.String strResourceType, int nIdWorkflow, AdminUser user)
          Deprecated. 
 State WorkflowService.getState(int nIdResource, java.lang.String strResourceType, int nIdWorkflow, AdminUser user)
          Deprecated. 
 State IWorkflowService.getState(int nIdResource, java.lang.String strResourceType, int nIdWorkflow, java.lang.Integer nIdExternalParentId, AdminUser user)
          returns the state of a given document
 State WorkflowService.getState(int nIdResource, java.lang.String strResourceType, int nIdWorkflow, java.lang.Integer nIdExternalParentId, AdminUser user)
          returns the state of a given document of the document in the workflow and the user role
 

Methods in fr.paris.lutece.portal.service.workflow that return types with arguments of type State
 java.util.Collection<State> IWorkflowService.getAllStateByWorkflow(int nIdWorkflow, AdminUser user)
          returns all state of a given workflow
 java.util.Collection<State> WorkflowService.getAllStateByWorkflow(int nListIdWorkflow, AdminUser user)
          returns all state of a given workflow
 



Copyright © 2011 Mairie de Paris. All Rights Reserved.