Package org.drools.commands.fluent
Interface InternalExecutable
-
- All Superinterfaces:
org.kie.api.runtime.Executable
- All Known Implementing Classes:
ExecutableImpl,InternalLocalRunner.SingleBatchExecutable,InternalLocalRunner.SingleCommandExecutable
public interface InternalExecutable extends org.kie.api.runtime.Executable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default booleancanRunInTransaction()java.util.List<Batch>getBatches()default booleanrequiresDispose()
-
-
-
Method Detail
-
getBatches
java.util.List<Batch> getBatches()
-
canRunInTransaction
default boolean canRunInTransaction()
-
requiresDispose
default boolean requiresDispose()
-
-