Uses of Class
com.sas.lsaf.workflow.element.CompletedEvent
Packages that use CompletedEvent
Package
Description
Class definitions representing base elements in a process flow.
-
Uses of CompletedEvent in com.sas.lsaf.workflow.element
Subclasses of CompletedEvent in com.sas.lsaf.workflow.elementModifier and TypeClassDescriptionclassThe class that represents a completed event gateway in a process flow.classThe class that represents a completed signal event in a process flowMethods in com.sas.lsaf.workflow.element that return CompletedEventModifier and TypeMethodDescriptionCompletedEventGateway.getTriggeredEvent()Gets the event that triggered the process flow from the gateway.Constructors in com.sas.lsaf.workflow.element with parameters of type CompletedEventModifierConstructorDescriptionCompletedEventGateway(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.