Uses of Enum Class
com.sas.lsaf.workflow.element.Element.ElementType
Packages that use Element.ElementType
Package
Description
Contains classes for supporting workflow-related functionality.
Class definitions representing base elements in a process flow.
The service and class definitions to manage process flow definitions.
The service and class definitions to manage process flows setup elements.
Service and class definitions for managing and retrieving process flow tasks and elements.
-
Uses of Element.ElementType in com.sas.lsaf.workflow
Methods in com.sas.lsaf.workflow that return Element.ElementTypeModifier and TypeMethodDescriptionFlowElementMapping.getElementType()Gets the type of the process flow definition element.Methods in com.sas.lsaf.workflow with parameters of type Element.ElementTypeModifier and TypeMethodDescriptionvoidFlowElementMapping.setElementType(Element.ElementType elementType) Sets the type of the process flow definition element.Constructors in com.sas.lsaf.workflow with parameters of type Element.ElementTypeModifierConstructorDescriptionFlowElementMapping(String elementId, Element.ElementType elementType) Constructor. -
Uses of Element.ElementType in com.sas.lsaf.workflow.element
Methods in com.sas.lsaf.workflow.element that return Element.ElementTypeModifier and TypeMethodDescriptionCompletedElement.getType()Gets the type of the completed element.Element.getType()Gets the type of the element.static Element.ElementTypeReturns the enum constant of this class with the specified name.static Element.ElementType[]Element.ElementType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.sas.lsaf.workflow.element with parameters of type Element.ElementTypeModifierConstructorDescriptionCompletedElement(String typeId, String id, String elementId, String processFlowId, String name, String description, Element.ElementType type, Date created, String completedBy, Date completed, CompletedElement.TaskCompletedState completedState) It is not intended or recommended that the consumer of this API construct these objects.CompletedEvent(String typeId, String id, String elementId, String processFlowId, String name, String description, Element.ElementType type, Date created, String completedBy, Date completed, CompletedElement.TaskCompletedState completedState) It is not intended or recommended that the consumer of this API construct these objects.CompletedEventGateway(String typeId, String id, String elementId, String processFlowId, String name, String description, Element.ElementType type, Date created, String completedBy, Date completed, CompletedElement.TaskCompletedState completedState, CompletedEvent triggeredEvent) It is not intended or recommended that the consumer of this API construct these objects.CompletedSignalEvent(String typeId, String id, String elementId, String processFlowId, String name, String description, Element.ElementType type, Date created, String completedBy, Date completed, String signalName, String signaledBy, CompletedElement.TaskCompletedState completedState) It is not intended or recommended that the consumer of this API construct these objects.Element(String typeId, String id, String elementId, String name, String description, Element.ElementType type, ProcessFlowDescriptor.FlowStatus flowStatus, String processFlowId, Date created) It is not intended or recommended that the consumer of this API construct these objects.SignalEvent(String typeId, String id, String elementId, String name, String description, Element.ElementType type, ProcessFlowDescriptor.FlowStatus flowStatus, String processFlowId, Date created, String signalName, Set<String> locations) It is not intended or recommended that the consumer of this API construct these objects.TimerEvent(String typeId, String id, String elementId, String name, String description, Element.ElementType type, ProcessFlowDescriptor.FlowStatus flowStatus, String processFlowId, Date created) It is not intended or recommended that the consumer of this API construct these objects. -
Uses of Element.ElementType in com.sas.lsaf.workflow.processdefinition
Methods in com.sas.lsaf.workflow.processdefinition that return Element.ElementTypeModifier and TypeMethodDescriptionFlowElementDefinition.getType()Gets the type of the element that associates with the type process flow definition.Methods in com.sas.lsaf.workflow.processdefinition that return types with arguments of type Element.ElementTypeModifier and TypeMethodDescriptionProcessDefinitionMappingMetadata.getMappingMetadata()Gets the attributes that map to process flow definition element attributes.Constructors in com.sas.lsaf.workflow.processdefinition with parameters of type Element.ElementTypeModifierConstructorDescriptionFlowElementDefinition(String elementId, String name, String description, Element.ElementType type, String parentId) It is not intended or recommended that the consumer of this API construct these objects.SignalEventDefinition(String elementId, String name, String description, Element.ElementType type, String parentId, SignalDefinition signal) It is not intended or recommended that the consumer of this API construct these objects.TaskDefinition(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.TimerEventDefinition(String elementId, String name, String description, Element.ElementType type, String parentId, TimerEventSetup.TimerType timerType, Serializable timerValue) It is not intended or recommended that the consumer of this API construct these objects.Constructor parameters in com.sas.lsaf.workflow.processdefinition with type arguments of type Element.ElementTypeModifierConstructorDescriptionProcessDefinitionMappingMetadata(AutoFlowType type, Map<Element.ElementType, List<MappingAttributeMetadata>> mappingMetadata) It is not intended or recommended that the consumer of this API construct these objects. -
Uses of Element.ElementType in com.sas.lsaf.workflow.processflow.setup
Methods in com.sas.lsaf.workflow.processflow.setup that return Element.ElementTypeConstructors in com.sas.lsaf.workflow.processflow.setup with parameters of type Element.ElementTypeModifierConstructorDescriptionElementSetup(String name, String description, String elementId, Element.ElementType type, String processFlowId) It is not intended or recommended that the consumer of this API construct these objects.EventSetup(String name, String description, String elementId, Element.ElementType type, String processFlowId) It is not intended or recommended that the consumer of this API construct these objects.JobTaskSetup(String name, String description, String elementId, Element.ElementType type, String processFlowIdentifier) It is not intended or recommended that the consumer of this API construct these objects.NotificationTaskSetup(String name, String description, String elementId, Element.ElementType type, String processFlowIdentifier) It is not intended or recommended that the consumer of this API construct these objects.SignalEventSetup(String name, String description, String elementId, Element.ElementType type, String processFlowId, String signalName, Set<String> locations) It is not intended or recommended that the consumer of this API construct these objects.TaskSetup(String name, String description, String elementId, Element.ElementType type, String processFlowId) It is not intended or recommended that the consumer of this API construct these objects.TimerEventSetup(String name, String description, String elementId, Element.ElementType type, String processFlowId, TimerEventSetup.TimerType timerType) It is not intended or recommended that the consumer of this API construct these objects.UserTaskSetup(String name, String description, String elementId, Element.ElementType type, String processFlowIdentifier) It is not intended or recommended that the consumer of this API construct these objects. -
Uses of Element.ElementType in com.sas.lsaf.workflow.task
Constructors in com.sas.lsaf.workflow.task with parameters of type Element.ElementTypeModifierConstructorDescriptionCompletedJobTask(String typeId, String id, String elementId, String processFlowId, String name, String description, Element.ElementType type, Date created, List<Attribute> attributes, String completedBy, Date completed, String completedStatus, CompletedElement.TaskCompletedState completedState, String runAsOwner, String jobPath, String jobDetails, String jobVersion, List<ParameterValue> parameterValues) It is not intended or recommended that the consumer of this API construct these objects.CompletedNotificationTask(String typeId, String id, String elementId, String processFlowId, String name, String description, Element.ElementType type, Date created, List<Attribute> attributes, String completedBy, Date completed, String completedStatus, CompletedElement.TaskCompletedState completedState, Set<Principal> recipients, String subject, NotificationTaskSetup.MessagePriority priority, String message) It is not intended or recommended that the consumer of this API construct these objects.CompletedTask(String typeId, String id, String elementId, String processFlowId, String name, String description, Element.ElementType type, Date created, String completedBy, Date completed, CompletedElement.TaskCompletedState completedState, List<Attribute> attributes) It is not intended or recommended that the consumer of this API construct these objects.CompletedUserTask(String typeId, String id, String elementId, String processFlowId, String name, String description, Element.ElementType type, Date created, List<Attribute> attributes, String completedBy, Date completed, CompletedElement.TaskCompletedState completedState, Task.Complexity complexity, Task.Priority priority, Date dueDate, String completionComment, float totalActualHours) It is not intended or recommended that the consumer of this API construct these objects.CompletedUserTaskDetails(String typeId, String id, String elementId, String processFlowId, String name, String description, Element.ElementType type, Date created, List<Attribute> attributes, String completedBy, Date completed, CompletedElement.TaskCompletedState completedState, Task.Complexity complexity, Task.Priority priority, Date dueDate, String completionComment, float totalActualHours, Set<DataProperty> completionProperties, Set<UserTaskAssignment> taskAssignmentHistory) It is not intended or recommended that the consumer of this API construct these objects.JobTask(String typeId, String id, String elementId, String name, String description, Element.ElementType type, ProcessFlowDescriptor.FlowStatus flowStatus, String processFlowId, Date created, Date started, Task.TaskStatus taskStatus, List<Attribute> attributes, String jobPath, String jobVersion, List<ParameterValue> parameterValues) It is not intended or recommended that the consumer of this API construct these objects.NotificationTask(String typeId, String id, String elementId, String name, String description, Element.ElementType type, ProcessFlowDescriptor.FlowStatus flowStatus, String processFlowId, Date created, Date started, Task.TaskStatus taskStatus, List<Attribute> attributes, Set<Principal> recipients, String subject, NotificationTaskSetup.MessagePriority priority, String message) It is not intended or recommended that the consumer of this API construct these objects.Task(String typeId, String id, String elementId, String name, String description, Element.ElementType type, ProcessFlowDescriptor.FlowStatus flowStatus, String processFlowId, Date created, Date started, Task.TaskStatus taskStatus, List<Attribute> attributes) It is not intended or recommended that the consumer of this API construct these objects.UserTask(String typeId, String id, String elementId, String name, String description, Element.ElementType type, ProcessFlowDescriptor.FlowStatus flowStatus, String processFlowId, Date created, Date started, Task.TaskStatus taskStatus, List<Attribute> attributes, String assignee, Date assigned, Task.Priority priority, Task.Complexity complexity, Date dueDate, float actualHours) It is not intended or recommended that the consumer of this API construct these objects.