Uses of Class
com.logicaldoc.gui.common.client.beans.GUIWorkflow
Package
Description
-
Uses of GUIWorkflow in com.logicaldoc.gui.frontend.client.services
Modifier and TypeMethodDescriptionThe given user take the ownership of the task.WorkflowService.deploy
(GUIWorkflow workflow) Deploys a given workflowLoads a given workflow from the databaseWorkflowService.getCompletionDiagram
(String workflowName, Integer version, String processInstanceId) Loads a given workflow to display a completion diagramWorkflowService.getWorkflowDetailsByTask
(String taskId) Retrieves all the info of the workflow of the given taskWorkflowService.importSchema()
Imports a new workflow schema already uploadedWorkflowService.list()
Lists all the workflows on the databaseWorkflowService.reassignTask
(String taskId, String userId) The task is assigned to another userWorkflowService.save
(GUIWorkflow workflow) Creates or updates a workflowModifier and TypeMethodDescriptionWorkflowService.deploy
(GUIWorkflow workflow) Deploys a given workflowvoid
WorkflowServiceAsync.deploy
(GUIWorkflow workflow, com.google.gwt.user.client.rpc.AsyncCallback<GUIWorkflow> callback) WorkflowService.save
(GUIWorkflow workflow) Creates or updates a workflowvoid
WorkflowServiceAsync.save
(GUIWorkflow workflow, com.google.gwt.user.client.rpc.AsyncCallback<GUIWorkflow> callback) Modifier and TypeMethodDescriptionvoid
WorkflowServiceAsync.claimTask
(String taskId, String userId, com.google.gwt.user.client.rpc.AsyncCallback<GUIWorkflow> callback) void
WorkflowServiceAsync.deploy
(GUIWorkflow workflow, com.google.gwt.user.client.rpc.AsyncCallback<GUIWorkflow> callback) void
WorkflowServiceAsync.get
(String workflowName, Integer version, com.google.gwt.user.client.rpc.AsyncCallback<GUIWorkflow> callback) void
WorkflowServiceAsync.getCompletionDiagram
(String workflowName, Integer version, 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
Modifier and TypeMethodDescriptionWorkflowHistoryDialog.getSelectedWorkflow()
TaskDetailsDialog.getWorkflow()
ModifierConstructorDescriptionTaskDetailsDialog
(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
ModifierConstructorDescriptionWorkflowDesigner
(GUIWorkflow workflow) WorkflowDrawingPanel
(GUIWorkflow workflow) WorkflowSecurity
(GUIWorkflow workflow) WorkflowSettings
(GUIWorkflow workflow)