Package com.sas.lsaf.workflow.element
Class CompletedSignalEvent
java.lang.Object
com.sas.lsaf.core.AbstractIdentifiable
com.sas.lsaf.workflow.element.CompletedElement
com.sas.lsaf.workflow.element.CompletedEvent
com.sas.lsaf.workflow.element.CompletedSignalEvent
- All Implemented Interfaces:
Identifiable,Serializable
The class that represents a completed signal event in a process flow
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.sas.lsaf.workflow.element.CompletedElement
CompletedElement.TaskCompletedState -
Constructor Summary
ConstructorsConstructorDescriptionCompletedSignalEvent(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. -
Method Summary
Modifier and TypeMethodDescriptionGets the item that triggered the signal event.Gets the signal name that triggered the signal event.toString()Methods inherited from class com.sas.lsaf.workflow.element.CompletedElement
getCompleted, getCompletedBy, getCompletedState, getCreated, getDescription, getElementId, getName, getProcessFlowId, getTypeMethods inherited from class com.sas.lsaf.core.AbstractIdentifiable
equals, getId, getTypeId, hashCode
-
Constructor Details
-
CompletedSignalEvent
public 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. They should only deal with the completed events returned by the API.- Parameters:
typeId- The object type id of the event.id- The unique identifier of the event.elementId- The identifier of the event as it appears in the process flow definition.processFlowId- The identifier of the process flow that contains the element.name- The name of the event.description- The description of the event.type- The type of the event.created- The date on which the event was completed.completedBy- The user who completed the event.completed- The date on which the event was created.signalName- The signal name that triggered the signal event.signaledBy- The item that triggered the signal event.completedState- The completed state of the element
-
-
Method Details
-
getSignalName
Gets the signal name that triggered the signal event.- Returns:
- The signal name.
-
getSignaledBy
Gets the item that triggered the signal event.- Returns:
- The item.
-
toString
- Overrides:
toStringin classCompletedElement
-