public class FluentCommandFactoryServiceImpl extends Object
Constructor and Description |
---|
FluentCommandFactoryServiceImpl() |
public FluentCommandFactoryServiceImpl newGetGlobal(String identifier)
public FluentCommandFactoryServiceImpl newGetGlobal(String identifier, String outIdentifier)
public FluentCommandFactoryServiceImpl newInsertElements(Iterable objects)
public FluentCommandFactoryServiceImpl newInsertElements(Iterable objects, String outIdentifier)
public FluentCommandFactoryServiceImpl newInsertElements(Iterable objects, String outIdentifier, boolean returnObject, String entryPoint)
public FluentCommandFactoryServiceImpl newInsert(Object object)
public FluentCommandFactoryServiceImpl newInsert(Object object, String outIdentifier)
public FluentCommandFactoryServiceImpl newInsert(Object object, String outIdentifier, boolean returnObject, String entryPoint)
public FluentCommandFactoryServiceImpl newDelete(org.kie.api.runtime.rule.FactHandle factHandle)
public FluentCommandFactoryServiceImpl newDeleteObject(Object object, String entryPoint)
public FluentCommandFactoryServiceImpl newModify(org.kie.api.runtime.rule.FactHandle factHandle, List<org.kie.api.command.Setter> setters)
public FluentCommandFactoryServiceImpl newGetObject(org.kie.api.runtime.rule.FactHandle factHandle)
public FluentCommandFactoryServiceImpl newGetObject(org.kie.api.runtime.rule.FactHandle factHandle, String outIdentifier)
public FluentCommandFactoryServiceImpl newGetObjects()
public FluentCommandFactoryServiceImpl newGetObjects(String outIdentifier)
public FluentCommandFactoryServiceImpl newGetObjects(org.kie.api.runtime.ObjectFilter filter)
public FluentCommandFactoryServiceImpl newGetObjects(org.kie.api.runtime.ObjectFilter filter, String outIdentifier)
public FluentCommandFactoryServiceImpl newSetGlobal(String identifier, Object object)
public FluentCommandFactoryServiceImpl newSetGlobal(String identifier, Object object, boolean out)
public FluentCommandFactoryServiceImpl newSetGlobal(String identifier, Object object, String outIdentifier)
public FluentCommandFactoryServiceImpl newFireAllRules()
public FluentCommandFactoryServiceImpl newFireAllRules(int max)
public FluentCommandFactoryServiceImpl newFireAllRules(String outidentifier)
public FluentCommandFactoryServiceImpl newGetFactHandle(Object object)
public FluentCommandFactoryServiceImpl newGetFactHandleInEntryPoint(Object object, String entryPoint)
public FluentCommandFactoryServiceImpl newStartProcess(String processId)
public FluentCommandFactoryServiceImpl newStartProcess(String processId, Map<String,Object> parameters)
public FluentCommandFactoryServiceImpl newSignalEvent(String type, Object event)
public FluentCommandFactoryServiceImpl newSignalEvent(long processInstanceId, String type, Object event)
public FluentCommandFactoryServiceImpl newCompleteWorkItem(long workItemId, Map<String,Object> results)
public FluentCommandFactoryServiceImpl newAbortWorkItem(long workItemId)
public FluentCommandFactoryServiceImpl newRegisterWorkItemHandlerCommand(org.kie.api.runtime.process.WorkItemHandler handler, String workItemName)
public FluentCommandFactoryServiceImpl newQuery(String identifier, String name)
public FluentCommandFactoryServiceImpl newQuery(String identifier, String name, Object[] arguments)
public List<org.kie.api.command.Command> end()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.