Uses of Class
com.sas.lsaf.workflow.processdefinition.FormAttributeDefinition
Packages that use FormAttributeDefinition
Package
Description
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 FormAttributeDefinitionModifier and TypeMethodDescriptionTaskDefinition.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 FormAttributeDefinitionModifierConstructorDescriptionTaskDefinition(String elementId, String name, String description, Element.ElementType type, String parentId, Set<FormAttributeDefinition> completionAttributes) It is not intended or recommended that the consumer of this API construct these objects.