Uses of Class
com.jalios.jcms.WFState

Packages that use WFState
com.jalios.jcms Contains the core JCMS classes. 
com.jalios.jcms.caddy Provides classes to manage and process operation on Caddy items in JCMS. 
com.jalios.jcms.handler Contains the javabean classes uses to process HTTP request (aka form handlers). 
 

Uses of WFState in com.jalios.jcms
 

Fields in com.jalios.jcms declared as WFState
protected  WFState WFTransition.source
           
protected  WFState WFReminderAlarmListener.state
           
protected  WFState WFAction.AlertWorkers.state
           
protected  WFState WFTransition.target
           
 

Methods in com.jalios.jcms that return WFState
 WFState Workflow.getInitState()
           
 WFState WFTransition.getSource()
           
 WFState Workflow.getState(int pstatus)
          Returns the WFState bound to the given pstatus
 WFState WFTransition.getTarget()
           
 WFState Publication.getWFState()
          Returns the WFState bound to the current pstatus or null if none
 

Methods in com.jalios.jcms that return types with arguments of type WFState
 Set<WFState> Workflow.getNextStateSet(Publication pub, Member member)
          Returns all the states a given member can reach for a given publication.
 Set<WFState> Workflow.getNextStateSet(Publication pub, Member member, WFState state, Workspace ws)
          Returns all the states a given member can reach from a given state
 Set<WFState> Publication.getNextWFStateSet(Member member)
          Returns the set of WFState the given member can put this publication in, according the rights of the member, the workflow and the current state of the publication.
 Set<WFState> Workflow.getStateSet()
          Returns the state set of this workflow
 Set<WFState> Workflow.getWorkStateSet(Group group, Workspace workspace)
          Returns all the state a group can work in, for given Workspace.
 Set<WFState> Workflow.getWorkStateSet(Publication pub, Member member)
          Returns all the state a member can work in, for all Workspace.
 Set<WFState> Workflow.getWorkStateSet(Publication pub, Member member, Workspace workspace)
          Returns all the state a member can work in, for given Workspace.
 Set<WFState> Workflow.getWorkStateSet(WFRole role)
          Returns all the states bound to a given WFRole.
 

Methods in com.jalios.jcms with parameters of type WFState
 void Workflow.addState(WFState state)
          Adds a state in this workflow
 void WFState.addTransition(WFState target, WFRole role)
          Adds an outgoing transition from this state
 void Workflow.addTransition(WFState source, WFState target, WFRole role)
          Adds a transition in this workflow
 boolean Workflow.canChangeState(Member member, Publication pub, WFState target)
          Checks if a given member can move a given publication in a given state.
 boolean Workflow.canChangeState(Member member, Publication pub, WFState source, WFState target)
          Checks if a given member can move from a given state in a given state
 boolean Workflow.canChangeState(WFRole role, WFState source, WFState target)
          Checks if a given role can move from a given state in a given state
 boolean Workflow.canWorkInState(Publication pub, Member member, WFState state)
          Checks if a given member can work in a given state
 Set<WFTransition> Workflow.getIncomingTransitionSet(WFState state)
          Returns all the transition the given state is the target.
static WFAction WFAction.getInstance(String type, WFState state)
           
 Set<WFState> Workflow.getNextStateSet(Publication pub, Member member, WFState state, Workspace ws)
          Returns all the states a given member can reach from a given state
 void Workflow.removeState(WFState state)
          Removes a state in this workflow
 void WFState.removeTransition(WFState target, WFRole role)
          Remove an outgoing transition from this state
 void Workflow.setInitState(WFState v)
           
 

Constructors in com.jalios.jcms with parameters of type WFState
WFAction.AlertWorkers(WFState state)
           
WFReminderAlarmListener(Publication pub, WFState state)
          Constructs a new WFReminderAlarmListener
WFTransition(WFState source, WFState target, WFRole role)
          Creates a new transition between two states for a given group
 

Uses of WFState in com.jalios.jcms.caddy
 

Fields in com.jalios.jcms.caddy declared as WFState
protected  WFState PublicationCaddyManagerHandler.commonWFState
           
 

Methods in com.jalios.jcms.caddy that return WFState
 WFState PublicationCaddyManagerHandler.getCommonWFState()
           
 

Uses of WFState in com.jalios.jcms.handler
 

Fields in com.jalios.jcms.handler declared as WFState
protected  WFState WFEditorHandler.state
           
 

Methods in com.jalios.jcms.handler that return WFState
 WFState WFEditorHandler.getAvailableState()
           
 

Methods in com.jalios.jcms.handler with parameters of type WFState
 void WFEditorHandler.setState(WFState v)
           
 



Copyright © 2001-2010 Jalios SA. All Rights Reserved.