Class LoadWorkflowDefinition

  • All Implemented Interfaces:
    com.lexmark.saperion.remote.common.operations.Operation<com.lexmark.saperion.workflow.WorkflowDefinitionType,​SaBasicException,​LegacyConnection>, java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LoadWorkflowDefinition​(com.lexmark.saperion.workflow.WorkflowDefinitionReferenceType id)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.lexmark.saperion.workflow.WorkflowDefinitionType invoke()  
      java.lang.String toString()  
      • 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 Detail

      • LoadWorkflowDefinition

        public LoadWorkflowDefinition​(com.lexmark.saperion.workflow.WorkflowDefinitionReferenceType id)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class com.lexmark.saperion.remote.common.operations.AbstractOperation<com.lexmark.saperion.workflow.WorkflowDefinitionType,​SaBasicException,​LegacyConnection>