Interface InternalJobManager

All Known Implementing Classes:
DefaultInternalCmmnJobManager, DefaultInternalJobManager, ScopeAwareInternalJobManager

public interface InternalJobManager
Author:
Tijs Rademakers
  • Method Details

    • registerScopedInternalJobManager

      void registerScopedInternalJobManager(String scopeType, InternalJobManager internalJobManager)
    • resolveVariableScope

      VariableScope resolveVariableScope(Job job)
    • handleJobInsert

      boolean handleJobInsert(Job job)
    • handleJobDelete

      void handleJobDelete(Job job)
    • lockJobScope

      void lockJobScope(Job job)
    • clearJobScopeLock

      void clearJobScopeLock(Job job)
    • preTimerJobDelete

      void preTimerJobDelete(JobEntity jobEntity, VariableScope variableScope)
    • preRepeatedTimerSchedule

      void preRepeatedTimerSchedule(TimerJobEntity timerJobEntity, VariableScope variableScope)