public class SignalEvent extends Element
Element.ElementType
Constructor and Description |
---|
SignalEvent(String typeId,
String id,
String elementId,
String name,
String description,
Element.ElementType type,
ProcessFlowDescriptor.FlowStatus flowStatus,
String processFlowId,
Date created,
String signalName,
Set<String> locations)
It is not intended or recommended that the consumer of this API construct these objects.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
getLocations()
Gets the locations that triggers the signal event.
|
String |
getSignalName()
Gets the signal name that triggers the signal event.
|
equals, getCreated, getDescription, getElementId, getFlowStatus, getName, getProcessFlowId, getType, hashCode, setName, toString
getId, getTypeId
public SignalEvent(String typeId, String id, String elementId, String name, String description, Element.ElementType type, ProcessFlowDescriptor.FlowStatus flowStatus, String processFlowId, Date created, String signalName, Set<String> locations)
typeId
- the object type identifier of the event.id
- the unique identifier of the event.elementId
- the identifier of the event as it appears in the process definition.name
- the name of the event.description
- the description of the event.type
- the type of the event.flowStatus
- the status of the process flow that contains the event.processFlowId
- the identifier of the process flow that contains the event.created
- the date on which the event was created.public String getSignalName()
Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA