Uses of Class
com.sas.lsaf.workflow.element.CompletedElement
Packages that use CompletedElement
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 CompletedElement in com.sas.lsaf.workflow.element
Subclasses of CompletedElement in com.sas.lsaf.workflow.elementModifier and TypeClassDescriptionclassThe class that represents a completed event in a process flow.classThe class that represents a completed event gateway in a process flow.classThe class that represents a completed signal event in a process flow -
Uses of CompletedElement in com.sas.lsaf.workflow.task
Subclasses of CompletedElement in com.sas.lsaf.workflow.taskModifier and TypeClassDescriptionclassThe class that represents a completed job task in a process flow.classThe class that represents a completed notification task in a process flow.classThe class that represents a completed task in a process flow.classThe class that represents a completed user task in a process flow.classThe class that represents a completed user task in a process flow with completion attributes and task assignment history.Methods in com.sas.lsaf.workflow.task that return types with arguments of type CompletedElementModifier and TypeMethodDescriptionTaskService.getCompletedElementsByProcessFlow(String processFlowId) Gets the completed elements of the process flow with the identifier.