Package | Description |
---|---|
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).
|
Modifier and Type | Field and Description |
---|---|
protected WFState |
WFTransition.source |
protected WFState |
WFReminderAlarmListener.state |
protected WFState |
AlertWorkersWFAction.state |
protected WFState |
WFTransition.target |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and 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 state
|
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.Set<WFState> |
Workflow.getStateSet()
Returns the state set of this workflow
|
java.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.
|
Modifier and Type | Method and Description |
---|---|
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
|
java.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 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) |
Constructor and Description |
---|
AlertWorkersWFAction(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
|
Modifier and Type | Field and Description |
---|---|
protected WFState |
PublicationCaddyManagerHandler.commonWFState |
Modifier and Type | Method and Description |
---|---|
WFState |
PublicationCaddyManagerHandler.getCommonWFState() |
Modifier and Type | Field and Description |
---|---|
protected WFState |
WFEditorHandler.state |
Modifier and Type | Method and Description |
---|---|
WFState |
WFEditorHandler.getAvailableState() |
Modifier and Type | Method and Description |
---|---|
void |
WFEditorHandler.setState(WFState v) |
Copyright © 2001-2010 Jalios SA. All Rights Reserved.