org.jbpm.workflow.core
Interface Node
- All Superinterfaces:
- Contextable, Node, Serializable
public interface Node
- extends Node, Contextable, Serializable
Represents a node in a RuleFlow.
CONNECTION_DEFAULT_TYPE
static final String CONNECTION_DEFAULT_TYPE
- See Also:
- Constant Field Values
setId
void setId(long id)
- Method for setting the id of the node
- Parameters:
id
- the id of the node
setName
void setName(String name)
- Method for setting the name of the node
- Parameters:
name
- the name of the node
getUniqueId
String getUniqueId()
addIncomingConnection
void addIncomingConnection(String type,
Connection connection)
addOutgoingConnection
void addOutgoingConnection(String type,
Connection connection)
removeIncomingConnection
void removeIncomingConnection(String type,
Connection connection)
removeOutgoingConnection
void removeOutgoingConnection(String type,
Connection connection)
setNodeContainer
void setNodeContainer(NodeContainer nodeContainer)
setMetaData
void setMetaData(String name,
Object value)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.