|
Knowledge API Legacy5 Adapter 6.1.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.impl.adapters.ActivationAdapter
public class ActivationAdapter
| Constructor Summary | |
|---|---|
ActivationAdapter(org.kie.api.runtime.rule.Match delegate)
|
|
| Method Summary | |
|---|---|
List<String> |
getDeclarationIDs()
Returns the list of declaration identifiers that are bound to the tuple that created this activation. |
Object |
getDeclarationValue(String declarationId)
Returns the bound declaration value for the given declaration identifier. |
List<? extends FactHandle> |
getFactHandles()
|
List<Object> |
getObjects()
Returns the list of objects that make the tuple that created this activation. |
PropagationContext |
getPropagationContext()
|
Rule |
getRule()
|
boolean |
isActive()
An Activation is considered active if it is on the agenda and has not yet fired. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActivationAdapter(org.kie.api.runtime.rule.Match delegate)
| Method Detail |
|---|
public Rule getRule()
getRule in interface Activationpublic PropagationContext getPropagationContext()
getPropagationContext in interface Activationpublic List<? extends FactHandle> getFactHandles()
getFactHandles in interface Activationpublic List<Object> getObjects()
Activation
getObjects in interface Activationpublic List<String> getDeclarationIDs()
Activation
getDeclarationIDs in interface Activationpublic Object getDeclarationValue(String declarationId)
Activation
getDeclarationValue in interface Activationpublic boolean isActive()
Activation
isActive in interface Activation
|
Knowledge API Legacy5 Adapter 6.1.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||