Uses of Class
com.sas.lsaf.workflow.processdefinition.FlowElementDefinition
-
Packages that use FlowElementDefinition Package Description com.sas.lsaf.workflow.processdefinition The service and class definitions to manage process flow definitions. -
-
Uses of FlowElementDefinition in com.sas.lsaf.workflow.processdefinition
Subclasses of FlowElementDefinition in com.sas.lsaf.workflow.processdefinition Modifier and Type Class Description class
SignalEventDefinition
The class that represents a signal event definition.class
TaskDefinition
The class that represents a task definition.class
TimerEventDefinition
The class that represents a timer event definition.Methods in com.sas.lsaf.workflow.processdefinition that return types with arguments of type FlowElementDefinition Modifier and Type Method Description java.util.Set<FlowElementDefinition>
ProcessDefinitionService. getProcessDefinitionElements(java.lang.String id)
Gets the elements of a process flow definition.
-