| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Node
A Node represents an activity in the process flow chart. Many different predefined nodes are supported out-of-the-box.
| Method Summary | |
|---|---|
 long | 
getId()
The id of the node.  | 
 Map<String,List<Connection>> | 
getIncomingConnections()
The incoming connections for this Node.  | 
 List<Connection> | 
getIncomingConnections(String type)
The incoming connections for this Node for the given entry-point.  | 
 Map<String,Object> | 
getMetaData()
Meta data associated with this Node.  | 
 Object | 
getMetaData(String name)
Deprecated.  | 
 String | 
getName()
The name of the node  | 
 NodeContainer | 
getNodeContainer()
The NodeContainer this Node lives in.  | 
 Map<String,List<Connection>> | 
getOutgoingConnections()
The outgoing connections for this Node.  | 
 List<Connection> | 
getOutgoingConnections(String type)
The outgoing connections for this Node for the given exit-point.  | 
| Method Detail | 
|---|
long getId()
String getName()
Map<String,List<Connection>> getIncomingConnections()
Map<String,List<Connection>> getOutgoingConnections()
List<Connection> getIncomingConnections(String type)
List<Connection> getOutgoingConnections(String type)
NodeContainer getNodeContainer()
Map<String,Object> getMetaData()
@Deprecated Object getMetaData(String name)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||