|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.ruleflow.instance.impl.RuleFlowNodeInstanceImpl
public abstract class RuleFlowNodeInstanceImpl
Default implementation of a RuleFlow node instance.
Constructor Summary | |
---|---|
RuleFlowNodeInstanceImpl()
|
Method Summary | |
---|---|
void |
cancel()
|
long |
getId()
|
protected Node |
getNode()
|
long |
getNodeId()
|
RuleFlowProcessInstance |
getProcessInstance()
|
void |
setId(long id)
|
void |
setNodeId(long nodeId)
|
void |
setProcessInstance(RuleFlowProcessInstance processInstance)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.drools.ruleflow.instance.RuleFlowNodeInstance |
---|
trigger |
Constructor Detail |
---|
public RuleFlowNodeInstanceImpl()
Method Detail |
---|
public void setId(long id)
setId
in interface RuleFlowNodeInstance
public long getId()
getId
in interface RuleFlowNodeInstance
public void setNodeId(long nodeId)
setNodeId
in interface RuleFlowNodeInstance
public long getNodeId()
getNodeId
in interface RuleFlowNodeInstance
public void setProcessInstance(RuleFlowProcessInstance processInstance)
setProcessInstance
in interface RuleFlowNodeInstance
public RuleFlowProcessInstance getProcessInstance()
getProcessInstance
in interface RuleFlowNodeInstance
protected Node getNode()
public void cancel()
cancel
in interface RuleFlowNodeInstance
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |