public class ExecutableImpl extends Object implements InternalExecutable
Constructor and Description |
---|
ExecutableImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addBatch(Batch batch) |
void |
addCommand(org.kie.api.command.Command cmd) |
Batch |
getBatch() |
List<Batch> |
getBatches() |
org.kie.api.runtime.builder.ExecutableBuilder |
getExecutableBuilder() |
FluentComponentFactory |
getFactory() |
void |
setExecutableBuilder(org.kie.api.runtime.builder.ExecutableBuilder executableBuilder) |
void |
setFactory(FluentComponentFactory factory) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canRunInTransaction
public org.kie.api.runtime.builder.ExecutableBuilder getExecutableBuilder()
public void setExecutableBuilder(org.kie.api.runtime.builder.ExecutableBuilder executableBuilder)
public FluentComponentFactory getFactory()
public void setFactory(FluentComponentFactory factory)
public void addCommand(org.kie.api.command.Command cmd)
public void addBatch(Batch batch)
public Batch getBatch()
public List<Batch> getBatches()
getBatches
in interface InternalExecutable
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.