public interface CommandFactoryService
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 newRetract(FactHandle factHandle)
Command newModify(FactHandle factHandle, List<Setter> setters)
Command newFireAllRules()
Command newFireAllRules(int max)
Command newGetObject(FactHandle factHandle)
Command newGetObject(FactHandle factHandle, String outIdentifier)
Command newGetObjects()
Command newGetObjects(ObjectFilter filter)
Command newGetObjects(ObjectFilter filter, String outIdentifier)
BatchExecutionCommand newBatchExecution(List<? extends Command> commands, String lookup)
Command newRegisterWorkItemHandlerCommand(WorkItemHandler handler, String workItemName)
Command newAbortWorkItem(long workItemId)
@Deprecated Command newKBuilderSetPropertyCommand(String id, String name, String value)
Command newKnowledgeBuilderSetPropertyCommand(String id, String name, String value)
Command newNewKnowledgeBuilderConfigurationCommand(String localId)
Command<FactHandle> fromExternalFactHandleCommand(String factHandleExternalForm)
Command<FactHandle> fromExternalFactHandleCommand(String factHandleExternalForm, boolean disconnected)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.