public class CommandFactoryServiceImpl extends Object implements CommandFactoryService
Constructor and Description |
---|
CommandFactoryServiceImpl() |
public Command newInsert(Object object)
newInsert
in interface CommandFactoryService
public Command newInsert(Object object, String outIdentifier, boolean returnObject, String entryPoint)
newInsert
in interface CommandFactoryService
public Command newInsertElements(Collection objects)
newInsertElements
in interface CommandFactoryService
public Command newInsertElements(Collection objects, String outIdentifier, boolean returnObject, String entryPoint)
newInsertElements
in interface CommandFactoryService
public Command newRetract(FactHandle factHandle)
newRetract
in interface CommandFactoryService
public Setter newSetter(String accessor, String value)
newSetter
in interface CommandFactoryService
public Command newModify(FactHandle factHandle, List<Setter> setters)
newModify
in interface CommandFactoryService
public Command newFireAllRules()
newFireAllRules
in interface CommandFactoryService
public Command newFireAllRules(int max)
newFireAllRules
in interface CommandFactoryService
public Command newFireAllRules(String outidentifier)
newFireAllRules
in interface CommandFactoryService
public Command newGetObject(FactHandle factHandle)
newGetObject
in interface CommandFactoryService
public Command newGetObject(FactHandle factHandle, String outIdentifier)
newGetObject
in interface CommandFactoryService
public Command newGetObjects()
newGetObjects
in interface CommandFactoryService
public Command newGetObjects(String outIdentifier)
newGetObjects
in interface CommandFactoryService
public Command newGetObjects(ObjectFilter filter)
newGetObjects
in interface CommandFactoryService
public Command newGetObjects(ObjectFilter filter, String outIdentifier)
newGetObjects
in interface CommandFactoryService
public Command newSetGlobal(String identifie, Object object)
newSetGlobal
in interface CommandFactoryService
public Command newSetGlobal(String identifier, Object object, boolean out)
newSetGlobal
in interface CommandFactoryService
public Command newSetGlobal(String identifier, Object object, String outIdentifier)
newSetGlobal
in interface CommandFactoryService
public Command newGetGlobal(String identifier)
newGetGlobal
in interface CommandFactoryService
public Command newGetGlobal(String identifier, String outIdentifier)
newGetGlobal
in interface CommandFactoryService
public Command newStartProcess(String processId)
newStartProcess
in interface CommandFactoryService
public Command newStartProcess(String processId, Map<String,Object> parameters)
newStartProcess
in interface CommandFactoryService
public Command newSignalEvent(String type, Object event)
newSignalEvent
in interface CommandFactoryService
public Command newSignalEvent(long processInstanceId, String type, Object event)
newSignalEvent
in interface CommandFactoryService
public Command newQuery(String identifier, String name)
newQuery
in interface CommandFactoryService
public Command newQuery(String identifier, String name, Object[] arguments)
newQuery
in interface CommandFactoryService
public BatchExecutionCommand newBatchExecution(List<? extends Command> commands, String lookup)
newBatchExecution
in interface CommandFactoryService
public Command newRegisterWorkItemHandlerCommand(WorkItemHandler handler, String workItemName)
newRegisterWorkItemHandlerCommand
in interface CommandFactoryService
public Command newAbortWorkItem(long workItemId)
newAbortWorkItem
in interface CommandFactoryService
public Command newCompleteWorkItem(long workItemId, Map<String,Object> results)
newCompleteWorkItem
in interface CommandFactoryService
public Command newKBuilderSetPropertyCommand(String id, String name, String value)
newKBuilderSetPropertyCommand
in interface CommandFactoryService
public Command newKnowledgeBuilderSetPropertyCommand(String id, String name, String value)
newKnowledgeBuilderSetPropertyCommand
in interface CommandFactoryService
public Command newNewKnowledgeBuilderConfigurationCommand(String localId)
newNewKnowledgeBuilderConfigurationCommand
in interface CommandFactoryService
public Command<FactHandle> fromExternalFactHandleCommand(String factHandleExternalForm)
fromExternalFactHandleCommand
in interface CommandFactoryService
public Command<FactHandle> fromExternalFactHandleCommand(String factHandleExternalForm, boolean disconnected)
fromExternalFactHandleCommand
in interface CommandFactoryService
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.