Interface ExecutionModeProvider


public interface ExecutionModeProvider
  • Method Details

    • getExecutionMode

      @NotNull @NotNull TaskExecutionMode 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

      default boolean canSee(AbstractMappingType mapping)
      Just a convenience method.
    • canSee

      default boolean canSee(ObjectType object)
      Just a convenience method.
    • canSee

      default boolean canSee(String lifecycleState)
      Just a convenience method.