public class SignalEventSetup extends EventSetup
description, name
Constructor and Description |
---|
SignalEventSetup(String name,
String description,
String elementId,
Element.ElementType type,
String processFlowId,
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 |
---|---|
boolean |
equals(Object obj) |
Set<String> |
getLocations()
Gets the locations that trigger the signal event.
|
String |
getSignalName()
Gets the signal name of the signal event.
|
int |
hashCode() |
void |
setLocations(Set<String> locations)
Sets the locations that trigger the signal event.
|
String |
toString() |
getDescription, getElementId, getName, getProcessFlowIdentifier, getType
public SignalEventSetup(String name, String description, String elementId, Element.ElementType type, String processFlowId, String signalName, Set<String> locations)
name
- the name of the element.description
- the description of the element.elementId
- the id of the event as it appears in the process definition.type
- the type of the element.processFlowId
- the id of the process flow that contains the element.signalName
- the signal name that triggers the signal element.locations
- the locations that triggers the signal element.public Set<String> getLocations()
public void setLocations(Set<String> locations)
locations
- The locations that trigger the signal event.public String getSignalName()
public int hashCode()
hashCode
in class EventSetup
public boolean equals(Object obj)
equals
in class EventSetup
public String toString()
toString
in class EventSetup
Copyright (c) 2019, SAS Institute Inc., Cary, NC, USA