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() |
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 Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public org.kie.api.definition.rule.Rule getRule()
getRule
in interface org.kie.api.runtime.rule.Match
public List<? extends org.kie.api.runtime.rule.FactHandle> getFactHandles()
getFactHandles
in interface org.kie.api.runtime.rule.Match
public PropagationContext getPropagationContext()
public List<Object> getObjects()
getObjects
in interface org.kie.api.runtime.rule.Match
public Object getDeclarationValue(String variableName)
getDeclarationValue
in interface org.kie.api.runtime.rule.Match
public List<String> getDeclarationIds()
getDeclarationIds
in interface org.kie.api.runtime.rule.Match
public boolean isActive()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.