Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.EverLivingJobEntity
-
Packages that use EverLivingJobEntity Package Description org.camunda.bpm.engine.impl.jobexecutor.historycleanup -
-
Uses of EverLivingJobEntity in org.camunda.bpm.engine.impl.jobexecutor.historycleanup
Methods in org.camunda.bpm.engine.impl.jobexecutor.historycleanup that return EverLivingJobEntity Modifier and Type Method Description protected EverLivingJobEntity
HistoryCleanupJobDeclaration. newJobInstance(HistoryCleanupContext context)
EverLivingJobEntity
HistoryCleanupJobDeclaration. reconfigure(HistoryCleanupContext context, EverLivingJobEntity job)
Methods in org.camunda.bpm.engine.impl.jobexecutor.historycleanup with parameters of type EverLivingJobEntity Modifier and Type Method Description protected void
HistoryCleanupJobDeclaration. postInitialize(HistoryCleanupContext context, EverLivingJobEntity job)
EverLivingJobEntity
HistoryCleanupJobDeclaration. reconfigure(HistoryCleanupContext context, EverLivingJobEntity job)
-