Package | Description |
---|---|
com.logicaldoc.gui.frontend.client.services | |
com.logicaldoc.gui.frontend.client.workflow |
Modifier and Type | Method and Description |
---|---|
GUIWorkflow |
WorkflowService.claimTask(String sid,
String taskId,
String userId)
The given user take the ownership of the task.
|
GUIWorkflow |
WorkflowService.get(String sid,
String workflowName)
Loads a given workflow from the database
|
GUIWorkflow |
WorkflowService.getWorkflowDetailsByTask(String sid,
String taskId)
Retrieves all the info of the workflow of the given task.
|
GUIWorkflow |
WorkflowService.importSchema(String sid)
Imports a new workflow schema.
|
GUIWorkflow[] |
WorkflowService.list(String sid)
Lists all the workflows on the database
|
GUIWorkflow |
WorkflowService.reassignTask(String sid,
String taskId,
String userId)
The task is assigned to another user
|
GUIWorkflow |
WorkflowService.save(String sid,
GUIWorkflow workflow)
Creates or updates a workflow
|
Modifier and Type | Method and Description |
---|---|
void |
WorkflowService.deploy(String sid,
GUIWorkflow workflow)
Deploys a given workflow
|
void |
WorkflowServiceAsync.deploy(String sid,
GUIWorkflow workflow,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
GUIWorkflow |
WorkflowService.save(String sid,
GUIWorkflow workflow)
Creates or updates a workflow
|
void |
WorkflowServiceAsync.save(String sid,
GUIWorkflow workflow,
com.google.gwt.user.client.rpc.AsyncCallback<GUIWorkflow> callback) |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowServiceAsync.claimTask(String sid,
String taskId,
String userId,
com.google.gwt.user.client.rpc.AsyncCallback<GUIWorkflow> callback) |
void |
WorkflowServiceAsync.get(String sid,
String workflowName,
com.google.gwt.user.client.rpc.AsyncCallback<GUIWorkflow> callback) |
void |
WorkflowServiceAsync.getWorkflowDetailsByTask(String sid,
String taskId,
com.google.gwt.user.client.rpc.AsyncCallback<GUIWorkflow> callback) |
void |
WorkflowServiceAsync.importSchema(String sid,
com.google.gwt.user.client.rpc.AsyncCallback<GUIWorkflow> callback) |
void |
WorkflowServiceAsync.reassignTask(String sid,
String taskId,
String userId,
com.google.gwt.user.client.rpc.AsyncCallback<GUIWorkflow> callback) |
void |
WorkflowServiceAsync.save(String sid,
GUIWorkflow workflow,
com.google.gwt.user.client.rpc.AsyncCallback<GUIWorkflow> callback) |
Modifier and Type | Method and Description |
---|---|
GUIWorkflow |
WorkflowHistoryDialog.getSelectedWorkflow() |
GUIWorkflow |
WorkflowDetailsDialog.getWorkflow() |
GUIWorkflow |
WorkflowDesigner.getWorkflow() |
Modifier and Type | Method and Description |
---|---|
void |
WorkflowDesigner.redraw(GUIWorkflow workflow) |
void |
Accordion.redraw(GUIWorkflow workflow) |
Constructor and Description |
---|
WorkflowDesigner(GUIWorkflow workflow) |
WorkflowDetailsDialog(WorkflowDashboard dashboard,
GUIWorkflow wfl) |
Copyright © 2008-2014 Logical Objects. All Rights Reserved.