public class SerializableActivation extends Object implements org.kie.api.runtime.rule.Match, Externalizable
| Constructor and Description |
|---|
SerializableActivation() |
SerializableActivation(org.kie.api.runtime.rule.Match activation) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDeclarationIds() |
Object |
getDeclarationValue(String variableName) |
List<? extends org.kie.api.runtime.rule.FactHandle> |
getFactHandles() |
List<Object> |
getObjects() |
org.kie.api.runtime.rule.PropagationContext |
getPropagationContext() |
org.kie.api.definition.rule.Rule |
getRule() |
boolean |
isActive() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public SerializableActivation()
public SerializableActivation(org.kie.api.runtime.rule.Match activation)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic org.kie.api.definition.rule.Rule getRule()
getRule in interface org.kie.api.runtime.rule.Matchpublic List<? extends org.kie.api.runtime.rule.FactHandle> getFactHandles()
getFactHandles in interface org.kie.api.runtime.rule.Matchpublic org.kie.api.runtime.rule.PropagationContext getPropagationContext()
public List<Object> getObjects()
getObjects in interface org.kie.api.runtime.rule.Matchpublic Object getDeclarationValue(String variableName)
getDeclarationValue in interface org.kie.api.runtime.rule.Matchpublic List<String> getDeclarationIds()
getDeclarationIds in interface org.kie.api.runtime.rule.Matchpublic boolean isActive()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.