Package com.saperion.operations.workflow
Class GetProcessDefinitions
java.lang.Object
com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
com.saperion.operations.LegacyOperation<ArrayList<ProcessDefinitionDescriptor>>
com.saperion.operations.workflow.GetProcessDefinitions
- All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<ArrayList<ProcessDefinitionDescriptor>,
,SaBasicException, LegacyConnection> Serializable
Retrieves the process definitions that are allowed to be used for a specified DDC.
If no restrictions are configured in the Docflow.Processes section, all definitions
will be returned. The invoke-method will return a List of
ProcessDefinitionDescriptor
containing the names and descriptions of the processes.- See Also:
-
Constructor Summary
Constructors -
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, toString
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
-
GetProcessDefinitions
- Parameters:
ddcName
- name of the ddc to get process definitions for
-
-
Method Details
-
invoke
- Throws:
SaBasicException
-