Uses of Class
com.logicaldoc.gui.common.client.beans.GUIWorkflow
-
Packages that use GUIWorkflow Package Description com.logicaldoc.gui.frontend.client.services com.logicaldoc.gui.frontend.client.workflow -
-
Uses of GUIWorkflow in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIWorkflow Modifier and Type Method Description GUIWorkflow
WorkflowService. claimTask(String taskId, String userId)
The given user take the ownership of the task.GUIWorkflow
WorkflowService. get(String workflowName)
Loads a given workflow from the databaseGUIWorkflow
WorkflowService. getCompletionDiagram(String workflowName, String processInstanceId)
Loads a given workflow to display a completion diagramGUIWorkflow
WorkflowService. getWorkflowDetailsByTask(String taskId)
Retrieves all the info of the workflow of the given taskGUIWorkflow
WorkflowService. importSchema()
Imports a new workflow schema already uploadedGUIWorkflow[]
WorkflowService. list()
Lists all the workflows on the databaseGUIWorkflow
WorkflowService. reassignTask(String taskId, String userId)
The task is assigned to another userGUIWorkflow
WorkflowService. save(GUIWorkflow workflow)
Creates or updates a workflowMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIWorkflow Modifier and Type Method Description void
WorkflowService. deploy(GUIWorkflow workflow)
Deploys a given workflowvoid
WorkflowServiceAsync. deploy(GUIWorkflow workflow, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
GUIWorkflow
WorkflowService. save(GUIWorkflow workflow)
Creates or updates a workflowvoid
WorkflowServiceAsync. save(GUIWorkflow workflow, com.google.gwt.user.client.rpc.AsyncCallback<GUIWorkflow> callback)
Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIWorkflow Modifier and Type Method Description void
WorkflowServiceAsync. claimTask(String taskId, String userId, com.google.gwt.user.client.rpc.AsyncCallback<GUIWorkflow> callback)
void
WorkflowServiceAsync. get(String workflowName, com.google.gwt.user.client.rpc.AsyncCallback<GUIWorkflow> callback)
void
WorkflowServiceAsync. getCompletionDiagram(String workflowName, String processInstanceId, com.google.gwt.user.client.rpc.AsyncCallback<GUIWorkflow> callback)
void
WorkflowServiceAsync. getWorkflowDetailsByTask(String taskId, com.google.gwt.user.client.rpc.AsyncCallback<GUIWorkflow> callback)
void
WorkflowServiceAsync. importSchema(com.google.gwt.user.client.rpc.AsyncCallback<GUIWorkflow> callback)
void
WorkflowServiceAsync. reassignTask(String taskId, String userId, com.google.gwt.user.client.rpc.AsyncCallback<GUIWorkflow> callback)
void
WorkflowServiceAsync. save(GUIWorkflow workflow, com.google.gwt.user.client.rpc.AsyncCallback<GUIWorkflow> callback)
-
Uses of GUIWorkflow in com.logicaldoc.gui.frontend.client.workflow
Methods in com.logicaldoc.gui.frontend.client.workflow that return GUIWorkflow Modifier and Type Method Description GUIWorkflow
WorkflowHistoryDialog. getSelectedWorkflow()
GUIWorkflow
TaskDetailsDialog. getWorkflow()
GUIWorkflow
WorkflowDesigner. getWorkflow()
Methods in com.logicaldoc.gui.frontend.client.workflow with parameters of type GUIWorkflow Modifier and Type Method Description void
WorkflowDesigner. redraw(GUIWorkflow workflow)
Constructors in com.logicaldoc.gui.frontend.client.workflow with parameters of type GUIWorkflow Constructor Description DrawingPanel(GUIWorkflow workflow)
TaskDetailsDialog(WorkflowDashboard dashboard, GUIWorkflow wfl, boolean readOnly)
WorkflowCompletionWindow(GUIWorkflow workflow)
WorkflowDesigner(GUIWorkflow workflow)
WorkflowSettings(GUIWorkflow workflow)
-