Uses of Class
com.sas.lsaf.workflow.element.Element
Packages that use Element
Package
Description
Class definitions representing base elements in a process flow.
Service and class definitions for managing and retrieving process flow tasks and elements.
-
Uses of Element in com.sas.lsaf.workflow.element
Subclasses of Element in com.sas.lsaf.workflow.elementModifier and TypeClassDescriptionclassThe class that represents a signal event that is in a process flow.classThe class that represents a timer event that is in a process flow. -
Uses of Element in com.sas.lsaf.workflow.task
Subclasses of Element in com.sas.lsaf.workflow.taskModifier and TypeClassDescriptionclassThe class that represents a job task in a process flow.classThe class that represents a job task in a process flow.classThe abstract parent class for a task that is in a process flow.classThe class that represents a user task that is in a process flow.classThe class that represents a user task in a process flow with additional details, which includes data properties and task assignment.classThe class that represents a user task in a process flow with attributes that can be updated.Methods in com.sas.lsaf.workflow.task that return types with arguments of type ElementModifier and TypeMethodDescriptionTaskService.getCurrentElementsByProcessFlow(String processFlowId) Gets the current elements of the process flow with the identifier.