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 GUIWorkflowWorkflowService. claimTask(String taskId, String userId)The given user take the ownership of the task.GUIWorkflowWorkflowService. get(String workflowName)Loads a given workflow from the databaseGUIWorkflowWorkflowService. getCompletionDiagram(String workflowName, String processInstanceId)Loads a given workflow to display a completion diagramGUIWorkflowWorkflowService. getWorkflowDetailsByTask(String taskId)Retrieves all the info of the workflow of the given taskGUIWorkflowWorkflowService. importSchema()Imports a new workflow schema already uploadedGUIWorkflow[]WorkflowService. list()Lists all the workflows on the databaseGUIWorkflowWorkflowService. reassignTask(String taskId, String userId)The task is assigned to another userGUIWorkflowWorkflowService. 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 voidWorkflowService. deploy(GUIWorkflow workflow)Deploys a given workflowvoidWorkflowServiceAsync. deploy(GUIWorkflow workflow, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)GUIWorkflowWorkflowService. save(GUIWorkflow workflow)Creates or updates a workflowvoidWorkflowServiceAsync. 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 voidWorkflowServiceAsync. claimTask(String taskId, String userId, com.google.gwt.user.client.rpc.AsyncCallback<GUIWorkflow> callback)voidWorkflowServiceAsync. get(String workflowName, com.google.gwt.user.client.rpc.AsyncCallback<GUIWorkflow> callback)voidWorkflowServiceAsync. getCompletionDiagram(String workflowName, String processInstanceId, com.google.gwt.user.client.rpc.AsyncCallback<GUIWorkflow> callback)voidWorkflowServiceAsync. getWorkflowDetailsByTask(String taskId, com.google.gwt.user.client.rpc.AsyncCallback<GUIWorkflow> callback)voidWorkflowServiceAsync. importSchema(com.google.gwt.user.client.rpc.AsyncCallback<GUIWorkflow> callback)voidWorkflowServiceAsync. reassignTask(String taskId, String userId, com.google.gwt.user.client.rpc.AsyncCallback<GUIWorkflow> callback)voidWorkflowServiceAsync. 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 GUIWorkflowWorkflowHistoryDialog. getSelectedWorkflow()GUIWorkflowTaskDetailsDialog. getWorkflow()GUIWorkflowWorkflowDesigner. getWorkflow()Methods in com.logicaldoc.gui.frontend.client.workflow with parameters of type GUIWorkflow Modifier and Type Method Description voidWorkflowDesigner. 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)
-