Drools :: Core 6.0.0.Beta5

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, DestroySessionCommand, DisposeCommand, ExecuteCommand, FinishedCommand, FireAllRulesCommand, FireUntilHaltCommand, FromExternalFactHandleCommand, GetAgendaEventListenersCommand, GetCalendarsCommand, GetChannelsCommand, GetEntryPointCommand, GetEntryPointsCommand, GetEnvironmentCommand, GetFactCountCommand, GetFactHandleCommand, GetFactHandlesCommand, GetGlobalCommand, GetGlobalsCommand, GetIdCommand, GetKnowledgeBaseCommand, GetObjectCommand, GetObjectsCommand, GetProcessEventListenersCommand, GetProcessIdsCommand, GetProcessInstanceByCorrelationKeyCommand, GetProcessInstanceCommand, GetProcessInstancesCommand, GetSessionClockCommand, GetVariableCommand, GetWorkingMemoryEventListenersCommand, 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

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.0.0.Beta5

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