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   
 

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 SetVariableCommandFromCommand.execute(Context context)
           
 Void FinishedCommand.execute(Context ctx)
           
 Object KnowledgeContextResolveFromContextCommand.execute(Context context)
           
 Void NewKnowledgeBuilderConfigurationCommand.execute(Context context)
           
 Object GetVariableCommand.execute(Context ctx)
           
 org.drools.runtime.ExecutionResults ExecuteCommand.execute(Context context)
           
 Void KnowledgeBaseAddKnowledgePackagesCommand.execute(Context context)
           
 org.drools.KnowledgeBase NewKnowledgeBaseCommand.execute(Context context)
           
 org.drools.runtime.StatefulKnowledgeSession NewStatefulKnowledgeSessionCommand.execute(Context context)
           
 Void SetVariableCommand.execute(Context context)
           
 Object SetVariableCommandFromLastReturn.execute(Context context)
           
 org.drools.time.SessionClock GetSessionClockCommand.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.KnowledgeBuilder NewKnowledgeBuilderCommand.execute(Context context)
           
 org.drools.builder.KnowledgeBuilderErrors KnowledgeBuilderGetErrorsCommand.execute(Context context)
           
 Collection<org.drools.definition.KnowledgePackage> KnowledgeBuilderGetKnowledgePackagesCommand.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 DefaultCommandService.getContext()
           
 Context AbstractInterceptor.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 RegisterExitPointCommand.execute(Context context)
           
 Object GetChannelsCommand.execute(Context context)
           
 Object UnregisterChannelCommand.execute(Context context)
           
 Void AddEventListenerCommand.execute(Context context)
           
 Void KBuilderSetPropertyCommand.execute(Context context)
           
 Long GetFactCountCommand.execute(Context context)
           
 org.drools.KnowledgeBase GetKnowledgeBaseCommand.execute(Context context)
           
 org.drools.runtime.Environment GetEnvironmentCommand.execute(Context context)
           
 Object RegisterChannelCommand.execute(Context context)
           
 Void SetGlobalCommand.execute(Context context)
           
 org.drools.runtime.Calendars GetCalendarsCommand.execute(Context context)
           
 Object RemoveEventListenerCommand.execute(Context context)
           
 Void DisposeCommand.execute(Context context)
           
 Object GetGlobalCommand.execute(Context context)
           
 org.drools.runtime.ExecutionResults BatchExecutionCommandImpl.execute(Context context)
           
 Object UnregisterExitPointCommand.execute(Context context)
           
 Integer GetIdCommand.execute(Context context)
           
 org.drools.runtime.Globals GetGlobalsCommand.execute(Context context)
           
 

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

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

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

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



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