Drools :: Core 6.1.0.Beta1

org.drools.core.command.impl
Interface GenericCommand<T>

All Superinterfaces:
org.kie.api.command.Command<T>, Serializable
All Known Implementing Classes:
AbortProcessInstanceCommand, AbortWorkItemCommand, AddEventListenerCommand, AgendaGroupSetFocusCommand, AssertEquals, BatchExecutionCommandImpl, ClearActivationGroupCommand, ClearAgendaCommand, ClearAgendaGroupCommand, ClearRuleFlowGroupCommand, CompleteWorkItemCommand, CreateCorrelatedProcessInstanceCommand, CreateProcessInstanceCommand, DeleteCommand, DeleteFromEntryPointCommand, DestroySessionCommand, DisposeCommand, ExecuteCommand, FinishedCommand, FireAllRulesCommand, FireUntilHaltCommand, FromExternalFactHandleCommand, GetAgendaEventListenersCommand, GetCalendarsCommand, GetChannelsCommand, GetEntryPointCommand, GetEntryPointsCommand, GetEnvironmentCommand, GetFactCountCommand, GetFactCountInEntryPointCommand, GetFactHandleCommand, GetFactHandleInEntryPointCommand, GetFactHandlesCommand, GetFactHandlesInEntryPointCommand, GetGlobalCommand, GetGlobalsCommand, GetIdCommand, GetKnowledgeBaseCommand, GetObjectCommand, GetObjectInEntryPointCommand, GetObjectsCommand, GetObjectsInEntryPointCommand, GetProcessEventListenersCommand, GetProcessIdsCommand, GetProcessInstanceByCorrelationKeyCommand, GetProcessInstanceCommand, GetProcessInstancesCommand, GetRuleRuntimeEventListenersCommand, GetSessionClockCommand, GetVariableCommand, GetWorkItemCommand, HaltCommand, InsertElementsCommand, InsertObjectCommand, InsertObjectInEntryPointCommand, KBuilderSetPropertyCommand, KnowledgeBaseAddKnowledgePackagesCommand, KnowledgeBuilderAddCommand, KnowledgeBuilderGetErrorsCommand, KnowledgeBuilderGetKnowledgePackagesCommand, KnowledgeBuilderHasErrorsCommand, KnowledgeContextResolveFromContextCommand, ModifyCommand, NewKieSessionCommand, NewKnowledgeBuilderCommand, NewKnowledgeBuilderConfigurationCommand, QueryCommand, ReflectiveMatcherAssertCommand, RegisterChannelCommand, RegisterWorkItemHandlerCommand, RemoveEventListenerCommand, SetGlobalCommand, SetProcessInstanceVariablesCommand, SetVariableCommandFromCommand, SetVariableCommandFromLastReturn, SignalEventCommand, StartCorrelatedProcessCommand, StartProcessCommand, StartProcessInstanceCommand, UnregisterChannelCommand, UpdateCommand, UpdateInEntryPointCommand

public interface GenericCommand<T>
extends org.kie.api.command.Command<T>


Method Summary
 T execute(org.kie.internal.command.Context context)
           
 

Method Detail

execute

T execute(org.kie.internal.command.Context context)

Drools :: Core 6.1.0.Beta1

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