Package com.saperion.operations.workflow
Class GetProcessDefinitions
- java.lang.Object
-
- com.lexmark.saperion.remote.common.operations.AbstractOperation<T,SaBasicException,LegacyConnection>
-
- com.saperion.operations.LegacyOperation<java.util.ArrayList<ProcessDefinitionDescriptor>>
-
- com.saperion.operations.workflow.GetProcessDefinitions
-
- All Implemented Interfaces:
com.lexmark.saperion.remote.common.operations.Operation<java.util.ArrayList<ProcessDefinitionDescriptor>,SaBasicException,LegacyConnection>
,java.io.Serializable
public class GetProcessDefinitions extends LegacyOperation<java.util.ArrayList<ProcessDefinitionDescriptor>>
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 ofProcessDefinitionDescriptor
containing the names and descriptions of the processes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetProcessDefinitions(java.lang.String ddcName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.ArrayList<ProcessDefinitionDescriptor>
invoke()
-
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
-
-
-
-
Method Detail
-
invoke
public java.util.ArrayList<ProcessDefinitionDescriptor> invoke() throws SaBasicException
- Throws:
SaBasicException
-
-