Interface ExecutionModeProvider
- All Known Subinterfaces:
RunningLightweightTask,RunningTask,Task
- All Known Implementing Classes:
FullInboundsContext,InboundsContext,LimitedInboundsContext,NullTaskImpl
public interface ExecutionModeProvider
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleandefault booleancanSee(AbstractMappingType mapping) Just a convenience method.default booleancanSee(ObjectType object) Just a convenience method.default booleanJust a convenience method.@NotNull TaskExecutionModeReturns the execution mode of this task.default booleandefault booleandefault boolean
-
Method Details
-
getExecutionMode
Returns the execution mode of this task. -
isExecutionFullyPersistent
default boolean isExecutionFullyPersistent() -
areShadowChangesSimulated
default boolean areShadowChangesSimulated() -
isPersistentAtShadowLevelButNotFully
default boolean isPersistentAtShadowLevelButNotFully() -
isProductionConfiguration
default boolean isProductionConfiguration() -
canSee
Just a convenience method. -
canSee
Just a convenience method. -
canSee
Just a convenience method.
-