org.jbpm.workflow.core.node
Class CompositeNode.CompositeNodeEnd

java.lang.Object
  extended by org.jbpm.workflow.core.impl.NodeImpl
      extended by org.jbpm.workflow.core.node.CompositeNode.CompositeNodeEnd
All Implemented Interfaces:
Serializable, Node, Contextable, ContextResolver
Enclosing class:
CompositeNode

public class CompositeNode.CompositeNodeEnd
extends NodeImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jbpm.workflow.core.impl.NodeImpl
constraints, EMPTY_NODE_ARRAY
 
Fields inherited from interface org.jbpm.workflow.core.Node
CONNECTION_DEFAULT_TYPE
 
Constructor Summary
CompositeNode.CompositeNodeEnd(Node outNode, String outType)
           
 
Method Summary
 Node getOutNode()
           
 long getOutNodeId()
           
 String getOutType()
           
 
Methods inherited from class org.jbpm.workflow.core.impl.NodeImpl
addConstraint, addIncomingConnection, addOutgoingConnection, getConstraint, getConstraints, getContext, getDefaultIncomingConnections, getDefaultOutgoingConnections, getFrom, getId, getIncomingConnections, getIncomingConnections, getMetaData, getMetaData, getName, getNodeContainer, getOutgoingConnections, getOutgoingConnections, getTo, getUniqueId, internalGetConstraint, removeIncomingConnection, removeOutgoingConnection, resolveContext, setConstraint, setContext, setId, setMetaData, setMetaData, setName, setNodeContainer, validateAddIncomingConnection, validateAddOutgoingConnection, validateRemoveIncomingConnection, validateRemoveOutgoingConnection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeNode.CompositeNodeEnd

public CompositeNode.CompositeNodeEnd(Node outNode,
                                      String outType)
Method Detail

getOutNode

public Node getOutNode()

getOutNodeId

public long getOutNodeId()

getOutType

public String getOutType()


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.