Interface InternalJobManager

All Known Implementing Classes:
ScopeAwareInternalJobManager

public interface InternalJobManager
Author:
Tijs Rademakers
  • Method Details

    • registerScopedInternalJobManager

      void registerScopedInternalJobManager(String scopeType, InternalJobManager internalJobManager)
    • resolveVariableScope

      org.flowable.variable.api.delegate.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, org.flowable.variable.api.delegate.VariableScope variableScope)
    • preRepeatedTimerSchedule

      void preRepeatedTimerSchedule(TimerJobEntity timerJobEntity, org.flowable.variable.api.delegate.VariableScope variableScope)