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 SummaryConstructors
- 
Method SummaryMethods inherited from class com.saperion.operations.LegacyOperationbeforeInvoke, beforeInvoke, getClientToken, mapEcmException, mapExceptionMethods inherited from class com.lexmark.saperion.remote.common.operations.AbstractOperationafterInvoke, getResult, toArrayList, toCaseInsensitiveMap, toHashMap, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.lexmark.saperion.remote.common.operations.Operationaudit, dispatchEvent, isAuditable, isEventDispatcher
- 
Constructor Details- 
GetProcessDefinitions- Parameters:
- ddcName- name of the ddc to get process definitions for
 
 
- 
- 
Method Details- 
invoke- Throws:
- SaBasicException
 
 
-