org.drools.command
Interface CommandFactoryService
public interface CommandFactoryService
Method Summary |
Command |
newAbortWorkItem(long workItemId)
|
BatchExecutionCommand |
newBatchExecution(List<? extends Command> commands,
String lookup)
|
Command |
newCompleteWorkItem(long workItemId,
Map<String,Object> results)
|
Command |
newFireAllRules()
|
Command |
newFireAllRules(int max)
|
Command |
newFireAllRules(String outidentifier)
|
Command |
newGetGlobal(String identifier)
|
Command |
newGetGlobal(String identifier,
String outIdentifier)
|
Command |
newGetObject(FactHandle factHandle)
|
Command |
newGetObjects()
|
Command |
newGetObjects(ObjectFilter filter)
|
Command |
newInsert(Object object)
|
Command |
newInsert(Object object,
String outIdentifier,
boolean returnObject,
String entryPoint)
|
Command |
newInsertElements(Collection objects)
|
Command |
newInsertElements(Collection objects,
String outIdentifier,
boolean returnObject,
String entryPoint)
|
Command |
newKBuilderSetPropertyCommand(String id,
String name,
String value)
|
Command |
newModify(FactHandle factHandle,
List<Setter> setters)
|
Command |
newNewKnowledgeBuilderConfigurationCommand(String localId)
|
Command |
newQuery(String identifier,
String name)
|
Command |
newQuery(String identifier,
String name,
Object[] arguments)
|
Command |
newRetract(FactHandle factHandle)
|
Command |
newSetGlobal(String identifie,
Object object)
|
Command |
newSetGlobal(String identifier,
Object object,
boolean out)
|
Command |
newSetGlobal(String identifier,
Object object,
String outIdentifier)
|
Setter |
newSetter(String accessor,
String value)
|
Command |
newSignalEvent(long processInstanceId,
String type,
Object event)
|
Command |
newSignalEvent(String type,
Object event)
|
Command |
newStartProcess(String processId)
|
Command |
newStartProcess(String processId,
Map<String,Object> parameters)
|
newInsert
Command newInsert(Object object)
newInsert
Command newInsert(Object object,
String outIdentifier,
boolean returnObject,
String entryPoint)
newInsertElements
Command newInsertElements(Collection objects)
newInsertElements
Command newInsertElements(Collection objects,
String outIdentifier,
boolean returnObject,
String entryPoint)
newRetract
Command newRetract(FactHandle factHandle)
newSetter
Setter newSetter(String accessor,
String value)
newModify
Command newModify(FactHandle factHandle,
List<Setter> setters)
newFireAllRules
Command newFireAllRules()
newFireAllRules
Command newFireAllRules(int max)
newFireAllRules
Command newFireAllRules(String outidentifier)
newGetObject
Command newGetObject(FactHandle factHandle)
newGetObjects
Command newGetObjects()
newGetObjects
Command newGetObjects(ObjectFilter filter)
newSetGlobal
Command newSetGlobal(String identifie,
Object object)
newSetGlobal
Command newSetGlobal(String identifier,
Object object,
boolean out)
newSetGlobal
Command newSetGlobal(String identifier,
Object object,
String outIdentifier)
newGetGlobal
Command newGetGlobal(String identifier)
newGetGlobal
Command newGetGlobal(String identifier,
String outIdentifier)
newStartProcess
Command newStartProcess(String processId)
newStartProcess
Command newStartProcess(String processId,
Map<String,Object> parameters)
newSignalEvent
Command newSignalEvent(String type,
Object event)
newSignalEvent
Command newSignalEvent(long processInstanceId,
String type,
Object event)
newCompleteWorkItem
Command newCompleteWorkItem(long workItemId,
Map<String,Object> results)
newQuery
Command newQuery(String identifier,
String name)
newQuery
Command newQuery(String identifier,
String name,
Object[] arguments)
newBatchExecution
BatchExecutionCommand newBatchExecution(List<? extends Command> commands,
String lookup)
newAbortWorkItem
Command newAbortWorkItem(long workItemId)
newKBuilderSetPropertyCommand
Command newKBuilderSetPropertyCommand(String id,
String name,
String value)
newNewKnowledgeBuilderConfigurationCommand
Command newNewKnowledgeBuilderConfigurationCommand(String localId)
Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.