public interface WorkflowServiceClient
Modifier and Type | Method and Description |
---|---|
WorkflowInboxServiceClient |
getInboxClient()
This method returns a client offering functionality concerning workflow inboxes.
|
WorkflowTaskClient |
getTask(TaskReferenceType reference)
This method returns a client for the workflow task with the provided id.
|
WorkflowDefinitionClient |
getWorkflowDefinition(String definition)
This method returns a client for the definition with the given name.
|
WorkflowDefinitionClient |
getWorkflowDefinition(WorkflowDefinitionReferenceType reference)
This method returns a client for the workflow definition with the provided id.
|
SearchClient<WorkflowProcessListItemType> |
getWorkflowProcesses()
This method returns a search client for the workflow processes in the system.
|
WorkflowProcessType |
loadWorkflowProcess(WorkflowProcessReferenceType workflowReference)
This method loads a workflow process.
|
SearchClient<WorkflowDefinitionListItemType> |
searchWorkflowDefinitions()
This method returns a resource client for the workflow definition collection.
|
WorkflowTaskClient getTask(TaskReferenceType reference)
reference
- the task idWorkflowDefinitionClient getWorkflowDefinition(String definition) throws EcmException
definition
- the definition nameEcmException
- indicates an arbitrary system errorWorkflowDefinitionClient getWorkflowDefinition(WorkflowDefinitionReferenceType reference)
reference
- the workflow definition idSearchClient<WorkflowDefinitionListItemType> searchWorkflowDefinitions()
WorkflowInboxServiceClient getInboxClient()
WorkflowProcessType loadWorkflowProcess(WorkflowProcessReferenceType workflowReference) throws EcmException
workflowReference
- a reference to the workflow process to loadEcmException
SearchClient<WorkflowProcessListItemType> getWorkflowProcesses()
Copyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.