public interface Node extends org.kie.api.definition.process.Node, Contextable, Serializable
Modifier and Type | Field and Description |
---|---|
static String |
CONNECTION_DEFAULT_TYPE |
Modifier and Type | Method and Description |
---|---|
void |
addIncomingConnection(String type,
org.kie.api.definition.process.Connection connection) |
void |
addOutgoingConnection(String type,
org.kie.api.definition.process.Connection connection) |
String |
getUniqueId() |
void |
removeIncomingConnection(String type,
org.kie.api.definition.process.Connection connection) |
void |
removeOutgoingConnection(String type,
org.kie.api.definition.process.Connection connection) |
void |
setId(long id)
Method for setting the id of the node
|
void |
setMetaData(String name,
Object value) |
void |
setName(String name)
Method for setting the name of the node
|
void |
setNodeContainer(org.kie.api.definition.process.NodeContainer nodeContainer) |
getId, getIncomingConnections, getIncomingConnections, getMetaData, getName, getNodeContainer, getOutgoingConnections, getOutgoingConnections
getContext, setContext
static final String CONNECTION_DEFAULT_TYPE
void setId(long id)
id
- the id of the nodevoid setName(String name)
name
- the name of the nodeString getUniqueId()
void addIncomingConnection(String type, org.kie.api.definition.process.Connection connection)
void addOutgoingConnection(String type, org.kie.api.definition.process.Connection connection)
void removeIncomingConnection(String type, org.kie.api.definition.process.Connection connection)
void removeOutgoingConnection(String type, org.kie.api.definition.process.Connection connection)
void setNodeContainer(org.kie.api.definition.process.NodeContainer nodeContainer)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.