Uses of Class
com.logicaldoc.gui.common.client.beans.GUIWFState
Packages that use GUIWFState
Package
Description
-
Uses of GUIWFState in com.logicaldoc.gui.common.client.beans
Methods in com.logicaldoc.gui.common.client.beans that return GUIWFStateModifier and TypeMethodDescriptionGUIWorkflow.getSelectedTask()
GUIWorkflow.getStateById
(String id) GUIWorkflow.getStateByName
(String name) GUIWorkflow.getStates()
GUITransition.getTargetState()
GUIWorkflow.getWflHistory()
Methods in com.logicaldoc.gui.common.client.beans with parameters of type GUIWFStateModifier and TypeMethodDescriptionvoid
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 -
Uses of GUIWFState in com.logicaldoc.gui.frontend.client.workflow.designer
Methods in com.logicaldoc.gui.frontend.client.workflow.designer that return GUIWFStateConstructors in com.logicaldoc.gui.frontend.client.workflow.designer with parameters of type GUIWFState