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

public class GetProcessDefinitions extends LegacyOperation<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 of ProcessDefinitionDescriptor containing the names and descriptions of the processes.
See Also: