Uses of Interface
org.drools.command.Context

Packages that use Context
org.drools.command   
org.drools.command.assertion   
org.drools.command.builder   
org.drools.command.impl   
org.drools.command.runtime   
org.drools.command.runtime.process   
org.drools.command.runtime.rule   
org.drools.grid   
org.drools.impl   
org.drools.persistence   
org.drools.persistence.jpa   
 

Uses of Context in org.drools.command
 

Methods in org.drools.command that return Context
 Context CommandService.getContext()
           
 Context ContextManager.getContext(String identifier)
           
 Context ContextManager.getDefaultContext()
           
 

Methods in org.drools.command with parameters of type Context
 Void SetVariableCommand.execute(Context context)
           
 org.drools.KnowledgeBase NewKnowledgeBaseCommand.execute(Context context)
           
 Object GetVariableCommand.execute(Context ctx)
           
 Void KnowledgeBaseAddKnowledgePackagesCommand.execute(Context context)
           
 Void FinishedCommand.execute(Context ctx)
           
 org.drools.runtime.StatefulKnowledgeSession NewStatefulKnowledgeSessionCommand.execute(Context context)
           
 Void NewKnowledgeBuilderConfigurationCommand.execute(Context context)
           
 Object KnowledgeContextResolveFromContextCommand.execute(Context context)
           
 org.drools.time.SessionClock GetSessionClockCommand.execute(Context context)
           
 org.drools.runtime.ExecutionResults ExecuteCommand.execute(Context context)
           
 

Uses of Context in org.drools.command.assertion
 

Methods in org.drools.command.assertion with parameters of type Context
 Void AssertEquals.execute(Context context)
           
 

Uses of Context in org.drools.command.builder
 

Methods in org.drools.command.builder with parameters of type Context
 Void KnowledgeBuilderAddCommand.execute(Context context)
           
 org.drools.builder.KnowledgeBuilderErrors KnowledgeBuilderGetErrorsCommand.execute(Context context)
           
 Collection<org.drools.definition.KnowledgePackage> KnowledgeBuilderGetKnowledgePackagesCommand.execute(Context context)
           
 org.drools.builder.KnowledgeBuilder NewKnowledgeBuilderCommand.execute(Context context)
           
 Boolean KnowledgeBuilderHasErrorsCommand.execute(Context context)
           
 

Uses of Context in org.drools.command.impl
 

Classes in org.drools.command.impl that implement Context
 class ContextImpl
           
 class ContextImplWithEviction
           
 class KnowledgeCommandContext
           
 

Methods in org.drools.command.impl that return Context
 Context AbstractInterceptor.getContext()
           
 Context DefaultCommandService.getContext()
           
 

Methods in org.drools.command.impl with parameters of type Context
 T GenericCommand.execute(Context context)
           
 void ContextImpl.setDelegate(Context delegate)
           
 

Constructors in org.drools.command.impl with parameters of type Context
ContextImpl(String name, ContextManager manager, Context delegate)
           
ContextImplWithEviction(String name, ContextManager manager, Context delegate)
           
DefaultCommandService(Context context)
           
KnowledgeCommandContext(Context context, org.drools.builder.KnowledgeBuilder kbuilder, org.drools.KnowledgeBase kbase, org.drools.runtime.StatefulKnowledgeSession statefulKsession, org.drools.runtime.ExecutionResults kresults)
           
KnowledgeCommandContext(Context context, org.drools.builder.KnowledgeBuilder kbuilder, org.drools.KnowledgeBase kbase, org.drools.runtime.StatefulKnowledgeSession statefulKsession, org.drools.runtime.rule.WorkingMemoryEntryPoint workingMemoryEntryPoint, org.drools.runtime.ExecutionResults kresults)
           
 

Uses of Context in org.drools.command.runtime
 

Methods in org.drools.command.runtime with parameters of type Context
 Object GetGlobalCommand.execute(Context context)
           
 Object GetChannelsCommand.execute(Context context)
           
 Object RemoveEventListenerCommand.execute(Context context)
           
 Void SetGlobalCommand.execute(Context context)
           
 Object RegisterChannelCommand.execute(Context context)
           
 Void AddEventListenerCommand.execute(Context context)
           
 org.drools.runtime.Globals GetGlobalsCommand.execute(Context context)
           
 org.drools.runtime.ExecutionResults BatchExecutionCommandImpl.execute(Context context)
           
 Object UnregisterChannelCommand.execute(Context context)
           
 org.drools.KnowledgeBase GetKnowledgeBaseCommand.execute(Context context)
           
 Object RegisterExitPointCommand.execute(Context context)
           
 org.drools.runtime.Calendars GetCalendarsCommand.execute(Context context)
           
 Void KBuilderSetPropertyCommand.execute(Context context)
           
 org.drools.runtime.Environment GetEnvironmentCommand.execute(Context context)
           
 Integer GetIdCommand.execute(Context context)
           
 Void DisposeCommand.execute(Context context)
           
 Long GetFactCountCommand.execute(Context context)
           
 Object UnregisterExitPointCommand.execute(Context context)
           
 

Uses of Context in org.drools.command.runtime.process
 

Methods in org.drools.command.runtime.process with parameters of type Context
 WorkItem GetWorkItemCommand.execute(Context context)
           
 Object SignalEventCommand.execute(Context context)
           
 Void AbortWorkItemCommand.execute(Context context)
           
 Void CompleteWorkItemCommand.execute(Context context)
           
 org.drools.runtime.process.ProcessInstance StartProcessCommand.execute(Context context)
           
 Collection<org.drools.event.process.ProcessEventListener> GetProcessEventListenersCommand.execute(Context context)
           
 org.drools.runtime.process.ProcessInstance CreateProcessInstanceCommand.execute(Context context)
           
 Object AbortProcessInstanceCommand.execute(Context context)
           
 org.drools.runtime.process.ProcessInstance StartProcessInstanceCommand.execute(Context context)
           
 org.drools.runtime.process.ProcessInstance GetProcessInstanceCommand.execute(Context context)
           
 Object RegisterWorkItemHandlerCommand.execute(Context context)
           
 Collection<org.drools.runtime.process.ProcessInstance> GetProcessInstancesCommand.execute(Context context)
           
 

Uses of Context in org.drools.command.runtime.rule
 

Methods in org.drools.command.runtime.rule with parameters of type Context
 Void ClearActivationGroupCommand.execute(Context context)
           
 Void ClearRuleFlowGroupCommand.execute(Context context)
           
 Object ModifyCommand.execute(Context context)
           
 Object RetractCommand.execute(Context context)
           
 Void ClearAgendaGroupCommand.execute(Context context)
           
 Integer FireAllRulesCommand.execute(Context context)
           
 Collection GetObjectsCommand.execute(Context context)
           
 Collection<org.drools.runtime.rule.FactHandle> InsertElementsCommand.execute(Context context)
           
 org.drools.runtime.rule.FactHandle InsertObjectCommand.execute(Context context)
           
 org.drools.runtime.rule.QueryResults QueryCommand.execute(Context context)
           
 Collection<org.drools.runtime.rule.FactHandle> GetFactHandlesCommand.execute(Context context)
           
 Void HaltCommand.execute(Context context)
           
 org.drools.runtime.rule.WorkingMemoryEntryPoint GetWorkingMemoryEntryPointCommand.execute(Context context)
           
 Collection<? extends org.drools.runtime.rule.WorkingMemoryEntryPoint> GetWorkingMemoryEntryPointsCommand.execute(Context context)
           
 org.drools.runtime.rule.FactHandle GetFactHandleCommand.execute(Context context)
           
 Collection<org.drools.event.rule.AgendaEventListener> GetAgendaEventListenersCommand.execute(Context context)
           
 Integer FireUntilHaltCommand.execute(Context context)
           
 Void ClearAgendaCommand.execute(Context context)
           
 Object GetObjectCommand.execute(Context context)
           
 Object UpdateCommand.execute(Context context)
           
 Collection<org.drools.event.rule.WorkingMemoryEventListener> GetWorkingMemoryEventListenersCommand.execute(Context context)
           
 org.drools.runtime.rule.FactHandle InsertObjectInEntryPointCommand.execute(Context context)
           
 Void AgendaGroupSetFocusCommand.execute(Context context)
           
 

Uses of Context in org.drools.grid
 

Methods in org.drools.grid that return Context
 Context ContextManagerImpl.getContext(String identifier)
           
 Context ContextManagerImpl.getDefaultContext()
           
 

Methods in org.drools.grid with parameters of type Context
 void ContextManagerImpl.addContext(Context context)
           
 

Uses of Context in org.drools.impl
 

Methods in org.drools.impl with parameters of type Context
<T> T
StatefulKnowledgeSessionImpl.execute(Context context, org.drools.command.Command<T> command)
           
 

Uses of Context in org.drools.persistence
 

Methods in org.drools.persistence that return Context
 Context SingleSessionCommandService.getContext()
           
 

Uses of Context in org.drools.persistence.jpa
 

Methods in org.drools.persistence.jpa with parameters of type Context
 Void JpaJDKTimerService.JDKCallableJobCommand.execute(Context context)
           
 



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.