KIE API 6.1.0.Beta2

Uses of Interface
org.kie.api.command.Command

Packages that use Command
org.kie.api.command   
org.kie.api.runtime The runtime engine classes, including StatefulKnowledgeSession and StatelessKnowledgeSession. 
 

Uses of Command in org.kie.api.command
 

Subinterfaces of Command in org.kie.api.command
 interface BatchExecutionCommand
           
 

Methods in org.kie.api.command that return Command
 Command<FactHandle> KieCommands.fromExternalFactHandleCommand(String factHandleExternalForm)
           
 Command<FactHandle> KieCommands.fromExternalFactHandleCommand(String factHandleExternalForm, boolean disconnected)
           
 Command KieCommands.newAbortWorkItem(long workItemId)
           
 Command KieCommands.newCompleteWorkItem(long workItemId, Map<String,Object> results)
           
 Command KieCommands.newDelete(FactHandle factHandle)
           
 Command KieCommands.newFireAllRules()
           
 Command KieCommands.newFireAllRules(int max)
           
 Command KieCommands.newFireAllRules(String outidentifier)
           
 Command KieCommands.newGetGlobal(String identifier)
           
 Command KieCommands.newGetGlobal(String identifier, String outIdentifier)
           
 Command KieCommands.newGetObject(FactHandle factHandle)
           
 Command KieCommands.newGetObject(FactHandle factHandle, String outIdentifier)
           
 Command KieCommands.newGetObjects()
           
 Command KieCommands.newGetObjects(ObjectFilter filter)
           
 Command KieCommands.newGetObjects(ObjectFilter filter, String outIdentifier)
           
 Command KieCommands.newGetObjects(String outIdentifier)
           
 Command KieCommands.newInsert(Object object)
           
 Command KieCommands.newInsert(Object object, String outIdentifier)
           
 Command KieCommands.newInsert(Object object, String outIdentifier, boolean returnObject, String entryPoint)
           
 Command KieCommands.newInsertElements(Iterable objects)
           
 Command KieCommands.newInsertElements(Iterable objects, String outIdentifier)
           
 Command KieCommands.newInsertElements(Iterable objects, String outIdentifier, boolean returnObject, String entryPoint)
           
 Command KieCommands.newModify(FactHandle factHandle, List<Setter> setters)
           
 Command KieCommands.newQuery(String identifier, String name)
           
 Command KieCommands.newQuery(String identifier, String name, Object[] arguments)
           
 Command KieCommands.newRegisterWorkItemHandlerCommand(WorkItemHandler handler, String workItemName)
           
 Command KieCommands.newSetGlobal(String identifie, Object object)
           
 Command KieCommands.newSetGlobal(String identifier, Object object, boolean out)
           
 Command KieCommands.newSetGlobal(String identifier, Object object, String outIdentifier)
           
 Command KieCommands.newSignalEvent(long processInstanceId, String type, Object event)
           
 Command KieCommands.newSignalEvent(String type, Object event)
           
 Command KieCommands.newStartProcess(String processId)
           
 Command KieCommands.newStartProcess(String processId, Map<String,Object> parameters)
           
 

Method parameters in org.kie.api.command with type arguments of type Command
 BatchExecutionCommand KieCommands.newBatchExecution(List<? extends Command> commands)
           
 BatchExecutionCommand KieCommands.newBatchExecution(List<? extends Command> commands, String lookup)
           
 

Uses of Command in org.kie.api.runtime
 

Methods in org.kie.api.runtime that return types with arguments of type Command
 List<Command> BatchRequestMessage.getCommands()
           
 

Methods in org.kie.api.runtime with parameters of type Command
<T> T
CommandExecutor.execute(Command<T> command)
          Execute the command and return a ExecutionResults for the results of the Command.
 


KIE API 6.1.0.Beta2

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