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

All Superinterfaces:
org.drools.command.Command<T>, Serializable
All Known Implementing Classes:
AbortProcessInstanceCommand, AbortWorkItemCommand, AddEventListenerCommand, AgendaGroupSetFocusCommand, AssertEquals, BatchExecutionCommandImpl, ClearActivationGroupCommand, ClearAgendaCommand, ClearAgendaGroupCommand, ClearRuleFlowGroupCommand, CompleteWorkItemCommand, CreateProcessInstanceCommand, DisposeCommand, ExecuteCommand, FinishedCommand, FireAllRulesCommand, FireUntilHaltCommand, FromExternalFactHandleCommand, GetAgendaEventListenersCommand, GetCalendarsCommand, GetChannelsCommand, GetEnvironmentCommand, GetFactCountCommand, GetFactHandleCommand, GetFactHandlesCommand, GetGlobalCommand, GetGlobalsCommand, GetIdCommand, GetKnowledgeBaseCommand, GetObjectCommand, GetObjectsCommand, GetProcessEventListenersCommand, GetProcessInstanceCommand, GetProcessInstancesCommand, GetSessionClockCommand, GetVariableCommand, GetWorkingMemoryEntryPointCommand, GetWorkingMemoryEntryPointsCommand, GetWorkingMemoryEventListenersCommand, GetWorkItemCommand, HaltCommand, InsertElementsCommand, InsertObjectCommand, InsertObjectInEntryPointCommand, KBuilderSetPropertyCommand, KnowledgeBaseAddKnowledgePackagesCommand, KnowledgeBuilderAddCommand, KnowledgeBuilderGetErrorsCommand, KnowledgeBuilderGetKnowledgePackagesCommand, KnowledgeBuilderHasErrorsCommand, KnowledgeContextResolveFromContextCommand, ModifyCommand, NewKnowledgeBaseCommand, NewKnowledgeBuilderCommand, NewKnowledgeBuilderConfigurationCommand, NewStatefulKnowledgeSessionCommand, QueryCommand, RegisterChannelCommand, RegisterExitPointCommand, RegisterWorkItemHandlerCommand, RemoveEventListenerCommand, RetractCommand, SetGlobalCommand, SetVariableCommand, SetVariableCommandFromCommand, SetVariableCommandFromLastReturn, SignalEventCommand, StartProcessCommand, StartProcessInstanceCommand, UnregisterChannelCommand, UnregisterExitPointCommand, UpdateCommand

public interface GenericCommand<T>
extends org.drools.command.Command<T>


Method Summary
 T execute(Context context)
           
 

Method Detail

execute

T execute(Context context)


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