Uses of Class
com.logicaldoc.gui.common.client.beans.GUIWFState
-
Packages that use GUIWFState Package Description com.logicaldoc.gui.common.client.beans com.logicaldoc.gui.frontend.client.workflow -
-
Uses of GUIWFState in com.logicaldoc.gui.common.client.beans
Methods in com.logicaldoc.gui.common.client.beans that return GUIWFState Modifier and Type Method Description GUIWFState
GUIWorkflow. getSelectedTask()
GUIWFState
GUIWorkflow. getStateById(String id)
GUIWFState
GUIWorkflow. getStateByName(String name)
GUIWFState[]
GUIWorkflow. getStates()
GUIWFState
GUITransition. getTargetState()
GUIWFState[]
GUIWorkflow. getWflHistory()
Methods in com.logicaldoc.gui.common.client.beans with parameters of type GUIWFState Modifier and Type Method Description void
GUIWorkflow. addState(GUIWFState status)
void
GUIWorkflow. setSelectedTask(GUIWFState selectedTask)
void
GUIWorkflow. setStates(GUIWFState[] states)
void
GUITransition. setTargetState(GUIWFState targetState)
void
GUIWorkflow. setWflHistory(GUIWFState[] wflHistory)
Constructors in com.logicaldoc.gui.common.client.beans with parameters of type GUIWFState Constructor Description GUITransition(String text, GUIWFState targetState)
-
Uses of GUIWFState in com.logicaldoc.gui.frontend.client.workflow
Methods in com.logicaldoc.gui.frontend.client.workflow that return GUIWFState Modifier and Type Method Description GUIWFState
StateWidget. getWfState()
Constructors in com.logicaldoc.gui.frontend.client.workflow with parameters of type GUIWFState Constructor Description StateWidget(DrawingPanel dp, GUIWFState state)
-