Uses of Class
com.saperion.wf.ProcessDefinitionDescriptor
-
Packages that use ProcessDefinitionDescriptor Package Description com.saperion.connector This package contains the main classic connector classes.com.saperion.connector.wf This package contains the main classic workflow connector classes.com.saperion.operations.workflow This package defines the different workflow-operations, that can be invoked by rmi.com.saperion.rmi.common This package contains the classes for the LARIX RMI Server.com.saperion.wf This package contains the common used workflow classes. -
-
Uses of ProcessDefinitionDescriptor in com.saperion.connector
Methods in com.saperion.connector that return types with arguments of type ProcessDefinitionDescriptor Modifier and Type Method Description java.util.List<ProcessDefinitionDescriptor>
SaClassicConnectorImpl. getWorkflowDefinitions(java.lang.String ddcName)
Returns the workflow definitions that are allowed to be used for documents contained in the specified DDC. -
Uses of ProcessDefinitionDescriptor in com.saperion.connector.wf
Methods in com.saperion.connector.wf that return types with arguments of type ProcessDefinitionDescriptor Modifier and Type Method Description java.util.List<ProcessDefinitionDescriptor>
SaWFConnector. getProcessDefinitions(java.lang.String ddcName)
Returns the process definitions that are allowed to be used for documents contained in the specified DDC.java.util.List<ProcessDefinitionDescriptor>
SaWFConnectorImpl. getProcessDefinitions(java.lang.String ddcName)
Returns the process definitions that are allowed to be used for documents contained in the specified DDC. -
Uses of ProcessDefinitionDescriptor in com.saperion.operations.workflow
Methods in com.saperion.operations.workflow that return types with arguments of type ProcessDefinitionDescriptor Modifier and Type Method Description java.util.ArrayList<ProcessDefinitionDescriptor>
GetProcessDefinitions. invoke()
-
Uses of ProcessDefinitionDescriptor in com.saperion.rmi.common
Methods in com.saperion.rmi.common that return types with arguments of type ProcessDefinitionDescriptor Modifier and Type Method Description java.util.List<ProcessDefinitionDescriptor>
SaRMIServerCommand. getWorkflowDefinitions(java.lang.String ddcName, int token)
Returns the workflow definitions that are allowed to be used for documents contained in the specified DDC. -
Uses of ProcessDefinitionDescriptor in com.saperion.wf
Methods in com.saperion.wf with parameters of type ProcessDefinitionDescriptor Modifier and Type Method Description int
ProcessDefinitionDescriptor. compareTo(ProcessDefinitionDescriptor other)
-