public interface KieCommands
Command newDispose()
Command newInsert(Object object, String outIdentifier, boolean returnObject, String entryPoint)
Command newInsertElements(Iterable objects, String outIdentifier, boolean returnObject, String entryPoint)
Command newDelete(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)
BatchExecutionCommand newBatchExecution(List<? extends Command> commands, String lookup)
Command newRegisterWorkItemHandlerCommand(WorkItemHandler handler, String workItemName)
Command newAbortWorkItem(long workItemId)
Command<FactHandle> fromExternalFactHandleCommand(String factHandleExternalForm)
Command<FactHandle> fromExternalFactHandleCommand(String factHandleExternalForm, boolean disconnected)
Command newGetFactHandles()
Command newGetFactHandles(ObjectFilter filter)
Command newGetFactHandles(ObjectFilter filter, String outIdentifier)
Command<Long> newAdvanceSessionTime(long amount, TimeUnit unit, String outIdentifier)
Command newApplyPmmlModel(PMMLRequestData request)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.