public class CompletedSignalEvent extends CompletedEvent
CompletedElement.TaskCompletedState
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
String |
getSignaledBy()
Gets the item that triggered the signal event.
|
String |
getSignalName()
Gets the signal name that triggered the signal event.
|
String |
toString() |
getCompleted, getCompletedBy, getCompletedState, getCreated, getDescription, getElementId, getName, getProcessFlowId, getType
equals, getId, getTypeId, hashCode
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)
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.completedState
- The completed state of the elementsignalName
- The signal name that triggered the signal event.signaledBy
- The item that triggered the signal event.public String getSignalName()
public String getSignaledBy()
public String toString()
toString
in class CompletedElement
<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>