Uses of Class
com.logicaldoc.gui.common.client.beans.GUIWorkflow
Packages that use GUIWorkflow
Package
Description
-
Uses of GUIWorkflow in com.logicaldoc.gui.frontend.client.services
Methods in com.logicaldoc.gui.frontend.client.services that return GUIWorkflowModifier 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.reassignTask
(String taskId, String userId) The task is assigned to another userWorkflowService.save
(GUIWorkflow workflow) Creates or updates a workflowMethods in com.logicaldoc.gui.frontend.client.services that return types with arguments of type GUIWorkflowMethods in com.logicaldoc.gui.frontend.client.services with parameters of type GUIWorkflowModifier 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) void
WorkflowService.saveACL
(GUIWorkflow workflow) Saves just the ACL of a workflowvoid
WorkflowServiceAsync.saveACL
(GUIWorkflow workflow, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) Method parameters in com.logicaldoc.gui.frontend.client.services with type arguments of type GUIWorkflowModifier 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.list
(com.google.gwt.user.client.rpc.AsyncCallback<List<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 GUIWorkflowModifier and TypeMethodDescriptionWorkflowHistoryDialog.getSelectedWorkflow()
TaskDetailsDialog.getWorkflow()
Constructors in com.logicaldoc.gui.frontend.client.workflow with parameters of type GUIWorkflowModifierConstructorDescriptionTaskDetailsDialog
(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 GUIWorkflowMethods in com.logicaldoc.gui.frontend.client.workflow.designer with parameters of type GUIWorkflowConstructors in com.logicaldoc.gui.frontend.client.workflow.designer with parameters of type GUIWorkflowModifierConstructorDescriptionWorkflowDesigner
(GUIWorkflow workflow) WorkflowDrawingPanel
(GUIWorkflow workflow) WorkflowSecurity
(GUIWorkflow workflow) WorkflowSettings
(GUIWorkflow workflow)