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 GUIWFStateGUIWorkflow. getSelectedTask()GUIWFStateGUIWorkflow. getStateById(String id)GUIWFStateGUIWorkflow. getStateByName(String name)GUIWFState[]GUIWorkflow. getStates()GUIWFStateGUITransition. getTargetState()GUIWFState[]GUIWorkflow. getWflHistory()Methods in com.logicaldoc.gui.common.client.beans with parameters of type GUIWFState Modifier and Type Method Description voidGUIWorkflow. addState(GUIWFState status)voidGUIWorkflow. setSelectedTask(GUIWFState selectedTask)voidGUIWorkflow. setStates(GUIWFState[] states)voidGUITransition. setTargetState(GUIWFState targetState)voidGUIWorkflow. 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 GUIWFStateStateWidget. getWfState()Constructors in com.logicaldoc.gui.frontend.client.workflow with parameters of type GUIWFState Constructor Description StateWidget(DrawingPanel dp, GUIWFState state)
-