Uses of Class
com.jalios.jcms.WFState
-
Packages that use WFState Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.caddy Provides classes to manage and process operation on Caddy items in JPlatform.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 Modifier and Type Field Description protected WFState
WFTransition. source
protected WFState
AlertWorkersWFAction. state
protected WFState
WFReminderAlarmListener. state
protected WFState
WFTransition. target
Methods in com.jalios.jcms that return WFState Modifier and Type Method Description WFState
Workflow. getInitState()
WFState
WFTransition. getSource()
WFState
Workflow. getState(int pstatus)
Returns the WFState bound to the given pstatusWFState
WFTransition. getTarget()
WFState
Publication. getWFState()
Returns the WFState bound to the current pstatus or null if noneMethods in com.jalios.jcms that return types with arguments of type WFState Modifier and Type Method Description java.util.Set<WFState>
Workflow. getNextStateSet(Publication pub, Member member)
Returns all the states a given member can reach for a given publication.java.util.Set<WFState>
Workflow. getNextStateSet(Publication pub, Member member, WFState state, Workspace ws)
Returns all the states a given member can reach from a given statejava.util.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.java.util.Map<java.lang.String,WFState>
WorkflowManager. getSpecialStateMap()
Returns the map of special states (schedule, published, expired, archived).java.util.Set<WFState>
Workflow. getStateSet()
Returns the state set of this workflowjava.util.Set<WFState>
Workflow. getWorkStateSet(Group group, Workspace workspace)
Returns all the state a group can work in, for given Workspace.java.util.Set<WFState>
Workflow. getWorkStateSet(Publication pub, Member member)
Returns all the state a member can work in, for all Workspace.java.util.Set<WFState>
Workflow. getWorkStateSet(Publication pub, Member member, Workspace workspace)
Returns all the state a member can work in, for given Workspace.java.util.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 Modifier and Type Method Description void
Workflow. addState(WFState state)
Adds a state in this workflowvoid
WFState. addTransition(WFState target, WFRole role)
Adds an outgoing transition from this statevoid
Workflow. addTransition(WFState source, WFState target, WFRole role)
Adds a transition in this workflowboolean
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 stateboolean
Workflow. canChangeState(WFRole role, WFState source, WFState target)
Checks if a given role can move from a given state in a given stateboolean
Workflow. canWorkInState(Publication pub, Member member, WFState state)
Checks if a given member can work in a given stateboolean
Workflow. canWorkInState(Publication pub, Member member, WFState state, Member newAuthor)
Checks if a given member can work in a given statejava.util.Set<WFTransition>
Workflow. getIncomingTransitionSet(WFState state)
Returns all the transition the given state is the target.static WFAction
WFAction. getInstance(java.lang.String type, WFState state)
java.util.Set<WFState>
Workflow. getNextStateSet(Publication pub, Member member, WFState state, Workspace ws)
Returns all the states a given member can reach from a given statevoid
Workflow. removeState(WFState state)
Removes a state in this workflowvoid
WFState. removeTransition(WFState target, WFRole role)
Remove an outgoing transition from this statevoid
Workflow. setInitState(WFState v)
Constructors in com.jalios.jcms with parameters of type WFState Constructor Description AlertWorkersWFAction(WFState state)
WFReminderAlarmListener(Publication pub, WFState state)
Constructs a new WFReminderAlarmListenerWFTransition(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 Modifier and Type Field Description protected WFState
PublicationCaddyManagerHandler. commonWFState
Methods in com.jalios.jcms.caddy that return WFState Modifier and Type Method Description WFState
PublicationCaddyManagerHandler. getCommonWFState()
-
Uses of WFState in com.jalios.jcms.handler
Fields in com.jalios.jcms.handler declared as WFState Modifier and Type Field Description protected WFState
WFEditorHandler. state
Methods in com.jalios.jcms.handler that return WFState Modifier and Type Method Description WFState
WFEditorHandler. getAvailableState()
Methods in com.jalios.jcms.handler that return types with arguments of type WFState Modifier and Type Method Description java.util.Set<WFState>
PubChooserHandler. getWFStates()
Methods in com.jalios.jcms.handler with parameters of type WFState Modifier and Type Method Description void
WFEditorHandler. setState(WFState v)
-