KIE Internal 6.0.0.Beta3

org.kie.internal.fluent.runtime.rule
Interface RuleFluent<T>

All Known Subinterfaces:
KieSessionFluent<T>

public interface RuleFluent<T>

See Session and StatefulRuleSession


Method Summary
 T delete(org.kie.api.runtime.rule.FactHandle handle)
           
 T fireAllRules()
           
 T getGlobal(String identifier)
           
 T insert(Object object)
           
 T setGlobal(String identifier, Object object)
           
 T update(org.kie.api.runtime.rule.FactHandle handle, Object object)
           
 

Method Detail

fireAllRules

T fireAllRules()

setGlobal

T setGlobal(String identifier,
            Object object)

getGlobal

T getGlobal(String identifier)

insert

T insert(Object object)

update

T update(org.kie.api.runtime.rule.FactHandle handle,
         Object object)

delete

T delete(org.kie.api.runtime.rule.FactHandle handle)

KIE Internal 6.0.0.Beta3

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.