Package | Description |
---|---|
com.saperion.connector.workflow |
This package contains the client-side implementations of workflow-related services.
|
com.saperion.workflow |
This package contains the interfaces for workflow-related services.
|
Modifier and Type | Method and Description |
---|---|
List<com.lexmark.saperion.workflow.TaskListItemType> |
RmiClientWorkflowInboxService.getTaskList(com.lexmark.saperion.workflow.InboxReferenceType reference) |
List<com.lexmark.saperion.workflow.WorkflowProcessListItemType> |
RmiClientWorkflowProcessService.listRunningProcesses() |
com.lexmark.saperion.workflow.WorkflowProcessType |
RmiClientWorkflowProcessService.loadProcess(com.lexmark.saperion.workflow.WorkflowProcessReferenceType reference) |
Modifier and Type | Method and Description |
---|---|
List<com.lexmark.saperion.workflow.TaskListItemType> |
WorkflowInboxService.getTaskList(com.lexmark.saperion.workflow.InboxReferenceType reference)
Returns a list of
tasks that are contained in the referenced
workflow inbox. |
List<com.lexmark.saperion.workflow.WorkflowProcessListItemType> |
WorkflowProcessService.listRunningProcesses()
This method returns the ids of the currently running processes.
|
com.lexmark.saperion.workflow.WorkflowProcessType |
WorkflowProcessService.loadProcess(com.lexmark.saperion.workflow.WorkflowProcessReferenceType reference)
Loads the details of a workflow process with the given reference.
|
Copyright © 2016 SAPERION AG. All rights reserved.