Package com.saperion.operations.workflow
Class LoadWorkflowDefinition
java.lang.Object
com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
com.saperion.operations.LegacyOperation<com.lexmark.saperion.workflow.WorkflowDefinitionType>
com.saperion.operations.workflow.LoadWorkflowDefinition
- All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<com.lexmark.saperion.workflow.WorkflowDefinitionType,
,SaBasicException, LegacyConnection> Serializable
public class LoadWorkflowDefinition
extends LegacyOperation<com.lexmark.saperion.workflow.WorkflowDefinitionType>
This
Operation
returns further information for a workflow process given by its reference.- Author:
- jschwarz
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLoadWorkflowDefinition
(com.lexmark.saperion.workflow.WorkflowDefinitionReferenceType id) -
Method Summary
Methods inherited from class com.saperion.operations.LegacyOperation
beforeInvoke, beforeInvoke, getClientToken, mapEcmException, mapException
Methods inherited from class com.lexmark.saperion.remote.common.operations.AbstractOperation
afterInvoke, getResult, toArrayList, toCaseInsensitiveMap, toHashMap
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.lexmark.saperion.remote.common.operations.Operation
audit, dispatchEvent, isAuditable, isEventDispatcher
-
Constructor Details
-
LoadWorkflowDefinition
public LoadWorkflowDefinition(com.lexmark.saperion.workflow.WorkflowDefinitionReferenceType id)
-
-
Method Details
-
invoke
- Throws:
SaBasicException
-
toString
- Overrides:
toString
in classcom.lexmark.saperion.remote.common.operations.AbstractOperation<com.lexmark.saperion.workflow.WorkflowDefinitionType,
SaBasicException, LegacyConnection>
-