public class SignalEventSetup extends EventSetup
description, name
Constructor and Description |
---|
SignalEventSetup(String name,
String description,
String elementId,
Element.ElementType type,
String processFlowIdentifier,
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() |
int |
hashCode() |
void |
setLocations(Set<String> locations)
Gets 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 processFlowIdentifier, 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.processFlowIdentifier
- the id of the process flow containing this element.signalName
- the signal name used to trigger the signal element.locations
- the locations that trigger 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