Interface ExecutionModeProvider
- All Known Subinterfaces:
RunningLightweightTask
,RunningTask
,Task
- All Known Implementing Classes:
FullInboundsContext
,InboundsContext
,LimitedInboundsContext
,NullTaskImpl
public interface ExecutionModeProvider
-
Method Summary
Modifier and TypeMethodDescriptiondefault boolean
default boolean
canSee
(AbstractMappingType mapping) Just a convenience method.default boolean
canSee
(ObjectType object) Just a convenience method.default boolean
Just a convenience method.@NotNull TaskExecutionMode
Returns the execution mode of this task.default boolean
default boolean
default 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.
-