Uses of Class
com.sas.lsaf.workflow.element.CompletedElement
-
Packages that use CompletedElement Package Description com.sas.lsaf.workflow.element Class definitions representing base elements in a process flow.com.sas.lsaf.workflow.task 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.element Modifier and Type Class Description class
CompletedEvent
The class that represents a completed event in a process flow.class
CompletedEventGateway
The class that represents a completed event gateway in a process flow.class
CompletedSignalEvent
The 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.task Modifier and Type Class Description class
CompletedJobTask
The class that represents a completed job task in a process flow.class
CompletedNotificationTask
The class that represents a completed notification task in a process flow.class
CompletedTask
The class that represents a completed task in a process flow.class
CompletedUserTask
The class that represents a completed user task in a process flow.class
CompletedUserTaskDetails
The 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 CompletedElement Modifier and Type Method Description java.util.Set<CompletedElement>
TaskService. getCompletedElementsByProcessFlow(java.lang.String processFlowId)
Gets the completed elements of the process flow with the identifier.
-