org.jbpm.workflow.core.node
Class DynamicNode
java.lang.Object
org.jbpm.workflow.core.impl.NodeImpl
org.jbpm.workflow.core.impl.ExtendedNodeImpl
org.jbpm.workflow.core.node.StateBasedNode
org.jbpm.workflow.core.node.CompositeNode
org.jbpm.workflow.core.node.CompositeContextNode
org.jbpm.workflow.core.node.DynamicNode
- All Implemented Interfaces:
- Serializable, Node, NodeContainer, Contextable, ContextContainer, ContextResolver, EventNodeInterface
public class DynamicNode
- extends CompositeContextNode
- See Also:
- Serialized Form
Methods inherited from class org.jbpm.workflow.core.node.CompositeNode |
addIncomingConnection, addNode, addOutgoingConnection, getLinkedIncomingNode, getLinkedIncomingNodes, getLinkedOutgoingNode, getLinkedOutgoingNodes, getNode, getNodes, internalAddNode, internalGetLinkedIncomingNode, internalGetLinkedOutgoingNode, internalGetNodes, internalRemoveNode, isCancelRemainingInstances, linkIncomingConnections, linkIncomingConnections, linkOutgoingConnections, linkOutgoingConnections, removeIncomingConnection, removeNode, removeOutgoingConnection, setCancelRemainingInstances, validateAddIncomingConnection, validateAddOutgoingConnection, validateRemoveIncomingConnection, validateRemoveOutgoingConnection |
Methods inherited from class org.jbpm.workflow.core.impl.NodeImpl |
addConstraint, getConstraint, getConstraints, getContext, getDefaultIncomingConnections, getDefaultOutgoingConnections, getFrom, getId, getIncomingConnections, getIncomingConnections, getMetaData, getMetaData, getName, getNodeContainer, getOutgoingConnections, getOutgoingConnections, getTo, getUniqueId, internalGetConstraint, setConstraint, setContext, setId, setMetaData, setMetaData, setName, setNodeContainer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DynamicNode
public DynamicNode()
isAutoComplete
public boolean isAutoComplete()
setAutoComplete
public void setAutoComplete(boolean autoComplete)
acceptsEvent
public boolean acceptsEvent(String type,
Object event)
- Specified by:
acceptsEvent
in interface EventNodeInterface
- Overrides:
acceptsEvent
in class CompositeNode
internalGetNode
public Node internalGetNode(long id)
- Overrides:
internalGetNode
in class CompositeNode
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.