org.jbpm.workflow.core.impl
Class ExtendedNodeImpl
java.lang.Object
org.jbpm.workflow.core.impl.NodeImpl
org.jbpm.workflow.core.impl.ExtendedNodeImpl
- All Implemented Interfaces:
- Serializable, Node, Contextable, ContextResolver
- Direct Known Subclasses:
- ActionNode, CatchLinkNode, EndNode, EventNode, FaultNode, ForEachNode.ForEachJoinNode, ForEachNode.ForEachSplitNode, StartNode, StateBasedNode, ThrowLinkNode, TimerNode
public class ExtendedNodeImpl
- extends NodeImpl
- See Also:
- Serialized Form
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 |
EVENT_NODE_ENTER
public static final String EVENT_NODE_ENTER
- See Also:
- Constant Field Values
EVENT_NODE_EXIT
public static final String EVENT_NODE_EXIT
- See Also:
- Constant Field Values
ExtendedNodeImpl
public ExtendedNodeImpl()
setActions
public void setActions(String type,
List<DroolsAction> actions)
getActions
public List<DroolsAction> getActions(String type)
containsActions
public boolean containsActions()
getActionTypes
public String[] getActionTypes()
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.