Package | Description |
---|---|
com.logicaldoc.gui.common.client.beans | |
com.logicaldoc.gui.frontend.client.workflow |
Modifier and Type | Method and Description |
---|---|
GUIWFState |
GUIWorkflow.getSelectedTask() |
GUIWFState |
GUIWorkflow.getStateById(String id) |
GUIWFState[] |
GUIWorkflow.getStates() |
GUIWFState |
GUITransition.getTargetState() |
GUIWFState[] |
GUIWorkflow.getWflHistory() |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
GUITransition(String text,
GUIWFState targetState) |
Modifier and Type | Method and Description |
---|---|
GUIWFState |
StateWidget.getWfState() |
Constructor and Description |
---|
StateWidget(DrawingPanel dp,
GUIWFState state) |
Copyright © 2008-2014 Logical Objects. All Rights Reserved.