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).com.jalios.jcms.handler.pubchooser -
-
Uses of WFState in com.jalios.jcms
Fields in com.jalios.jcms declared as WFState Modifier and Type Field Description protected WFStateWFTransition. sourceprotected WFStateAlertWorkersWFAction. stateprotected WFStateWFReminderAlarmListener. stateprotected WFStateWFTransition. targetMethods in com.jalios.jcms that return WFState Modifier and Type Method Description WFStateWorkflow. getInitState()WFStateWFTransition. getSource()WFStateWorkflow. getState(int pstatus)Returns the WFState bound to the given pstatusWFStateWFTransition. getTarget()WFStatePublication. 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 statestatic java.util.Set<WFState>WorkflowManager. getNextWfState(Publication pub, Member mbr)Computes all states which can be reached by a member on a publication.static java.util.Set<WFState>WorkflowManager. getNextWfState(Publication pub, Member mbr, Workflow targetWorkflow, Workspace targetWorkspace)Computes all states which can be reached by a member on a publication.static java.util.Set<WFState>WorkflowManager. getNextWfState(java.lang.Class<? extends Publication> clazz, Member mbr, Workflow targetWorkflow, Workspace targetWorkspace)Computes all states which can be reached by a member on a publication's class.java.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 voidWorkflow. addState(WFState state)Adds a state in this workflowvoidWFState. addTransition(WFState target, WFRole role)Adds an outgoing transition from this statevoidWorkflow. addTransition(WFState source, WFState target, WFRole role)Adds a transition in this workflowbooleanWorkflow. canChangeState(Member member, Publication pub, WFState target)Checks if a given member can move a given publication in a given state.booleanWorkflow. canChangeState(Member member, Publication pub, WFState source, WFState target)Checks if a given member can move from a given state in a given statebooleanWorkflow. canChangeState(WFRole role, WFState source, WFState target)Checks if a given role can move from a given state in a given statebooleanWorkflow. canWorkInState(Publication pub, Member member, WFState state)Checks if a given member can work in a given statebooleanWorkflow. 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 WFActionWFAction. 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 statevoidWorkflow. removeState(WFState state)Removes a state in this workflowvoidWFState. removeTransition(WFState target, WFRole role)Remove an outgoing transition from this statevoidWorkflow. 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 WFStatePublicationCaddyContext. commonWFStateMethods in com.jalios.jcms.caddy that return WFState Modifier and Type Method Description WFStatePublicationCaddyHandler. getCommonWFState() -
Uses of WFState in com.jalios.jcms.handler
Fields in com.jalios.jcms.handler declared as WFState Modifier and Type Field Description protected WFStateWFEditorHandler. stateMethods in com.jalios.jcms.handler that return WFState Modifier and Type Method Description WFStateWFEditorHandler. getAvailableState()Methods in com.jalios.jcms.handler with parameters of type WFState Modifier and Type Method Description voidWFEditorHandler. setState(WFState v) -
Uses of WFState in com.jalios.jcms.handler.pubchooser
Methods in com.jalios.jcms.handler.pubchooser that return types with arguments of type WFState Modifier and Type Method Description java.util.Set<WFState>PubChooserHandler. getWFStates()
-