public interface WorkflowDefinitionClient
| Modifier and Type | Method and Description |
|---|---|
TransitionDefinitionType |
getInitialTransition()
This method returns the initial transition definition for the workflow definition.
|
WorkflowDefinitionType |
load()
This method returns a representation of the workflow definition.
|
WorkflowProcessReferenceType |
startWorkflow(DocumentReferenceType documentReference,
String comment)
This method starts a workflow for the given document.
|
WorkflowProcessReferenceType |
startWorkflow(DocumentReferenceType document,
String comment,
List<ActorReferenceType> actors)
This method starts a workflow for the given document.
|
WorkflowDefinitionType load() throws EcmException
SystemException - indicates that a system exception occurredEcmExceptionTransitionDefinitionType getInitialTransition() throws EcmException
SystemException - indicates that a system exception occurredEcmExceptionWorkflowProcessReferenceType startWorkflow(DocumentReferenceType documentReference, String comment) throws EcmException
documentReference - the document for which the workflow is started.comment - the workflow start commentEcmException - indicates that a system exception occurredWorkflowProcessReferenceType startWorkflow(DocumentReferenceType document, String comment, List<ActorReferenceType> actors) throws EcmException
document - the document for which the workflow is started.actors - list of actors for the next workflow stepcomment - the workflow start commentEcmException - indicates that a system exception occurredCopyright © 2016 Lexmark Enterprise Software Deutschland GmbH. All rights reserved.