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, long 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 workflowvoidWorkflowServiceAsync.deploy(GUIWorkflow workflow, com.google.gwt.user.client.rpc.AsyncCallback<GUIWorkflow> callback) WorkflowService.save(GUIWorkflow workflow) Creates or updates a workflowvoidWorkflowServiceAsync.save(GUIWorkflow workflow, com.google.gwt.user.client.rpc.AsyncCallback<GUIWorkflow> callback) voidWorkflowService.saveACL(GUIWorkflow workflow) Saves just the ACL of a workflowvoidWorkflowServiceAsync.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 TypeMethodDescriptionvoidWorkflowServiceAsync.claimTask(String taskId, long 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.list(com.google.gwt.user.client.rpc.AsyncCallback<List<GUIWorkflow>> callback) voidWorkflowServiceAsync.reassignTask(String taskId, long 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 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 GUIWorkflowModifier and TypeMethodDescriptionvoidWorkflowDesigner.redraw(GUIWorkflow workflow) voidWorkflowToolStrip.setCurrentWorkflow(GUIWorkflow currentWorkflow) Constructors in com.logicaldoc.gui.frontend.client.workflow.designer with parameters of type GUIWorkflowModifierConstructorDescriptionWorkflowDesigner(GUIWorkflow workflow) WorkflowDrawingPanel(GUIWorkflow workflow) WorkflowSecurity(GUIWorkflow workflow) WorkflowSettings(GUIWorkflow workflow)