public class BoundaryEventNode extends EventNode
EVENT_NODE_BOUNDARY, EVENT_NODE_ENTER, EVENT_NODE_EXIT
constraints, EMPTY_NODE_ARRAY
CONNECTION_DEFAULT_TYPE
Constructor and Description |
---|
BoundaryEventNode() |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptsEvent(String type,
Object event,
Function<String,Object> resolver) |
void |
addOutAssociation(DataAssociation dataAssociation) |
String |
getAttachedToNodeId() |
List<DataAssociation> |
getOutAssociations() |
void |
setAttachedToNodeId(String attachedToNodeId) |
acceptsEvent, addEventFilter, getEventFilters, getEventTransformer, getScope, getType, getVariableName, removeEventFilter, setEventFilters, setEventTransformer, setScope, setVariableName, validateAddIncomingConnection, validateAddOutgoingConnection
containsActions, getActions, getActionTypes, setActions
addConstraint, addIncomingConnection, addOutgoingConnection, clearIncomingConnection, clearOutgoingConnection, getConstraint, getConstraints, getContext, getDefaultIncomingConnections, getDefaultOutgoingConnections, getFrom, getId, getIncomingConnections, getIncomingConnections, getMetaData, getMetaData, getName, getNodeContainer, getNodeType, getNodeUniqueId, getOutgoingConnections, getOutgoingConnections, getTo, getUniqueId, internalGetConstraint, removeIncomingConnection, removeOutgoingConnection, resolveContext, setConstraint, setContext, setId, setMetaData, setMetaData, setName, setNodeContainer, setNodeType, validateRemoveIncomingConnection, validateRemoveOutgoingConnection
public String getAttachedToNodeId()
public void setAttachedToNodeId(String attachedToNodeId)
public void addOutAssociation(DataAssociation dataAssociation)
public List<DataAssociation> getOutAssociations()
public boolean acceptsEvent(String type, Object event, Function<String,Object> resolver)
acceptsEvent
in interface EventNodeInterface
acceptsEvent
in class EventNode
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.