public class BaseBatchFluent<T,E> extends Object implements org.kie.api.runtime.builder.ContextFluent<T,E>
Modifier and Type | Field and Description |
---|---|
protected ExecutableImpl |
fluentCtx |
Constructor and Description |
---|
BaseBatchFluent(ExecutableImpl fluentCtx) |
Modifier and Type | Method and Description |
---|---|
T |
addCommand(org.kie.api.command.ExecutableCommand command) |
T |
after(long distance) |
E |
end() |
T |
endConversation(String uuid) |
T |
get(String name) |
<K> K |
get(String name,
Class<K> cls) |
T |
get(String name,
org.kie.api.runtime.builder.Scope scope) |
T |
getApplicationContext(String name) |
ExecutableImpl |
getFluentContext() |
T |
joinConversation(String uuid) |
T |
leaveConversation() |
T |
newApplicationContext(String name) |
T |
out() |
T |
out(String name) |
T |
relativeAfter(long duration) |
T |
set(String name) |
T |
set(String name,
org.kie.api.runtime.builder.Scope scope) |
T |
startConversation() |
protected ExecutableImpl fluentCtx
public BaseBatchFluent(ExecutableImpl fluentCtx)
public ExecutableImpl getFluentContext()
public T addCommand(org.kie.api.command.ExecutableCommand command)
public T after(long distance)
public T relativeAfter(long duration)
public T startConversation()
public T leaveConversation()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.