org.jbpm.workflow.instance
Interface NodeInstance
- All Superinterfaces:
- org.drools.runtime.process.NodeInstance
public interface NodeInstance
- extends org.drools.runtime.process.NodeInstance
Represents a node instance in a RuleFlow. This is the runtime counterpart
of a node, containing all runtime state. Node instance classes also
contain the logic on what to do when it is being triggered (start
executing) or completed (end of execution).
Methods inherited from interface org.drools.runtime.process.NodeInstance |
getId, getNodeId, getNodeInstanceContainer, getNodeName, getProcessInstance, getVariable, setVariable |
trigger
void trigger(org.drools.runtime.process.NodeInstance from,
String type)
cancel
void cancel()
getNode
org.drools.definition.process.Node getNode()
- Specified by:
getNode
in interface org.drools.runtime.process.NodeInstance
resolveContextInstance
ContextInstance resolveContextInstance(String contextId,
Object param)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.