Uses of Class
com.sas.lsaf.workflow.processdefinition.FormAttributeDefinition
-
Packages that use FormAttributeDefinition Package Description com.sas.lsaf.workflow.processdefinition The service and class definitions to manage process flow definitions. -
-
Uses of FormAttributeDefinition in com.sas.lsaf.workflow.processdefinition
Methods in com.sas.lsaf.workflow.processdefinition that return types with arguments of type FormAttributeDefinition Modifier and Type Method Description java.util.Set<FormAttributeDefinition>
TaskDefinition. getCompletionAttributes()
Gets the attribute definitions for the completion properties of a task.Constructor parameters in com.sas.lsaf.workflow.processdefinition with type arguments of type FormAttributeDefinition Constructor Description TaskDefinition(java.lang.String elementId, java.lang.String name, java.lang.String description, Element.ElementType type, java.lang.String parentId, java.util.Set<FormAttributeDefinition> completionAttributes)
It is not intended or recommended that the consumer of this API construct these objects.
-