Package org.drools.core.fluent.impl
Class BaseBatchFluent<T,E>
- java.lang.Object
-
- org.drools.core.fluent.impl.BaseBatchFluent<T,E>
-
- All Implemented Interfaces:
org.kie.internal.builder.fluent.ContextFluent<T,E>
- Direct Known Subclasses:
BaseBatchWithProcessFluent,ExecutableBuilderImpl,KieContainerFluentImpl
public class BaseBatchFluent<T,E> extends Object implements org.kie.internal.builder.fluent.ContextFluent<T,E>
-
-
Field Summary
Fields Modifier and Type Field Description protected ExecutableImplfluentCtx
-
Constructor Summary
Constructors Constructor Description BaseBatchFluent(org.kie.api.runtime.Executable fluentCtx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaddCommand(org.kie.api.command.ExecutableCommand command)Tafter(long distance)Eend()TendConversation(String uuid)Tget(String name)<K> Kget(String name, Class<K> cls)Tget(String name, org.kie.internal.builder.fluent.Scope scope)TgetApplicationContext(String name)ExecutableImplgetFluentContext()TjoinConversation(String uuid)TnewApplicationContext(String name)Tout()Tout(String name)TrelativeAfter(long duration)Tset(String name)Tset(String name, org.kie.internal.builder.fluent.Scope scope)TstartConversation()
-
-
-
Field Detail
-
fluentCtx
protected ExecutableImpl fluentCtx
-
-
Method Detail
-
getFluentContext
public ExecutableImpl getFluentContext()
-
addCommand
public T addCommand(org.kie.api.command.ExecutableCommand command)
-
after
public T after(long distance)
-
relativeAfter
public T relativeAfter(long duration)
-
out
public T out()
-
startConversation
public T startConversation()
-
-