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 com.logicaldoc.gui.frontend.client.workflow.designer -
-
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. deploy(GUIWorkflow workflow)Deploys a given workflowGUIWorkflowWorkflowService. get(String workflowName, Integer version)Loads a given workflow from the databaseGUIWorkflowWorkflowService. getCompletionDiagram(String workflowName, Integer version, 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 GUIWorkflowWorkflowService. deploy(GUIWorkflow workflow)Deploys a given workflowvoidWorkflowServiceAsync. deploy(GUIWorkflow workflow, com.google.gwt.user.client.rpc.AsyncCallback<GUIWorkflow> 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. deploy(GUIWorkflow workflow, com.google.gwt.user.client.rpc.AsyncCallback<GUIWorkflow> callback)voidWorkflowServiceAsync. get(String workflowName, Integer version, com.google.gwt.user.client.rpc.AsyncCallback<GUIWorkflow> callback)voidWorkflowServiceAsync. getCompletionDiagram(String workflowName, Integer version, 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()Constructors in com.logicaldoc.gui.frontend.client.workflow with parameters of type GUIWorkflow Constructor Description TaskDetailsDialog(WorkflowDashboard dashboard, GUIWorkflow wfl, boolean readOnly)WorkflowPreview(GUIWorkflow workflow)WorkflowPreview(String title, GUIWorkflow workflow) -
Uses of GUIWorkflow in com.logicaldoc.gui.frontend.client.workflow.designer
Methods in com.logicaldoc.gui.frontend.client.workflow.designer that return GUIWorkflow Modifier and Type Method Description GUIWorkflowWorkflowDesigner. getWorkflow()Methods in com.logicaldoc.gui.frontend.client.workflow.designer with parameters of type GUIWorkflow Modifier and Type Method Description voidWorkflowDesigner. redraw(GUIWorkflow workflow)Constructors in com.logicaldoc.gui.frontend.client.workflow.designer with parameters of type GUIWorkflow Constructor Description WorkflowDesigner(GUIWorkflow workflow)WorkflowDrawingPanel(GUIWorkflow workflow)WorkflowSecurity(GUIWorkflow workflow)WorkflowSettings(GUIWorkflow workflow)
-