public interface InternalAgendaGroup extends AgendaGroup
MAIN
Modifier and Type | Method and Description |
---|---|
void |
add(Activation activation) |
void |
addNodeInstance(Long processInstanceId,
String nodeInstanceId) |
void |
clear() |
long |
getActivatedForRecency() |
Activation[] |
getActivations() |
Activation[] |
getAndClear() |
long |
getClearedForRecency() |
Map<Long,String> |
getNodeInstances() |
InternalWorkingMemory |
getWorkingMemory() |
void |
hasRuleFlowListener(boolean hasRuleFlowLister) |
boolean |
isAutoDeactivate() |
boolean |
isRuleFlowListener() |
Activation |
peek() |
Activation |
remove() |
void |
remove(Activation activation) |
void |
removeNodeInstance(Long processInstanceId,
String nodeInstanceId) |
void |
setActivatedForRecency(long recency) |
void |
setActive(boolean activate) |
void |
setAutoDeactivate(boolean autoDeactivate)
Sets the auto-deactivate status of this RuleFlowGroup.
|
void |
setClearedForRecency(long recency) |
void |
setWorkingMemory(InternalWorkingMemory workingMemory) |
getAutoFocusActivator, isActive, isEmpty, setAutoFocusActivator, size
void setAutoDeactivate(boolean autoDeactivate)
boolean isAutoDeactivate()
void clear()
clear
in interface org.kie.api.runtime.rule.AgendaGroup
void add(Activation activation)
Activation peek()
Activation remove()
void remove(Activation activation)
void setActive(boolean activate)
Activation[] getAndClear()
void setActivatedForRecency(long recency)
long getActivatedForRecency()
void setClearedForRecency(long recency)
long getClearedForRecency()
Activation[] getActivations()
void setWorkingMemory(InternalWorkingMemory workingMemory)
InternalWorkingMemory getWorkingMemory()
void hasRuleFlowListener(boolean hasRuleFlowLister)
boolean isRuleFlowListener()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.