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