Package org.drools.core.fluent.impl
Class BaseBatchWithProcessFluent<T,E>
- java.lang.Object
-
- org.drools.core.fluent.impl.BaseBatchFluent<T,E>
-
- org.drools.core.fluent.impl.BaseBatchWithProcessFluent<T,E>
-
- All Implemented Interfaces:
org.kie.internal.builder.fluent.ContextFluent<T,E>,org.kie.internal.builder.fluent.ProcessFluent<T,E>
- Direct Known Subclasses:
KieSessionFluentImpl
public abstract class BaseBatchWithProcessFluent<T,E> extends BaseBatchFluent<T,E> implements org.kie.internal.builder.fluent.ProcessFluent<T,E>
-
-
Field Summary
-
Fields inherited from class org.drools.core.fluent.impl.BaseBatchFluent
fluentCtx
-
-
Constructor Summary
Constructors Constructor Description BaseBatchWithProcessFluent(ExecutableImpl fluentCtx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TabortProcessInstance(long processInstanceId)TcreateProcessInstance(String processId, Map<String,Object> parameters)org.kie.internal.builder.fluent.WorkItemManagerFluent<org.kie.internal.builder.fluent.WorkItemManagerFluent,T,E>getWorkItemManager()TsignalEvent(String type, Object event)TsignalEvent(String type, Object event, long processInstanceId)TstartProcess(String processId)TstartProcess(String processId, Map<String,Object> parameters)TstartProcessInstance(long processInstanceId)-
Methods inherited from class org.drools.core.fluent.impl.BaseBatchFluent
addCommand, after, end, endConversation, get, get, get, getApplicationContext, getFluentContext, joinConversation, newApplicationContext, out, out, relativeAfter, set, set, startConversation
-
-
-
-
Constructor Detail
-
BaseBatchWithProcessFluent
public BaseBatchWithProcessFluent(ExecutableImpl fluentCtx)
-
-
Method Detail
-
createProcessInstance
public T createProcessInstance(String processId, Map<String,Object> parameters)
-
startProcessInstance
public T startProcessInstance(long processInstanceId)
-
abortProcessInstance
public T abortProcessInstance(long processInstanceId)
-
-