Package | Description |
---|---|
com.saperion.connector.workflow |
This package contains the client-side implementations of workflow-related services.
|
com.saperion.exception |
This package contains the classes for the global exceptions.
|
com.saperion.operations.inject | |
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 | Class and Description |
---|---|
class |
DataSourceOfflineException
This exception indicates that a given data source is offline while it was intended to be used.
|
class |
UnknownDataSourceException
This exception indicates that a given data source could not be found.
|
Modifier and Type | Method and Description |
---|---|
DDC |
DocumentDefinitionService.getDefinition(String definitionName)
This method returns the document definition object identified by the given name
|
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.