org.jbpm.workflow.core.node
Class StateBasedNode
java.lang.Object
org.jbpm.workflow.core.impl.NodeImpl
org.jbpm.workflow.core.impl.ExtendedNodeImpl
org.jbpm.workflow.core.node.StateBasedNode
- All Implemented Interfaces:
- Serializable, Node, Contextable, ContextResolver
- Direct Known Subclasses:
- CompositeNode, MilestoneNode, RuleSetNode, SubProcessNode, WorkItemNode
public class StateBasedNode
- extends ExtendedNodeImpl
- 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 |
StateBasedNode
public StateBasedNode()
getTimers
public Map<Timer,DroolsAction> getTimers()
addTimer
public void addTimer(Timer timer,
DroolsAction action)
removeAllTimers
public void removeAllTimers()
addBoundaryEvents
public void addBoundaryEvents(String boundaryEvent)
setBoundaryEvents
public void setBoundaryEvents(List<String> boundaryEvents)
getBoundaryEvents
public List<String> getBoundaryEvents()
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.