Uses of Interface
org.flowable.job.service.impl.persistence.entity.HistoryJobEntity
-
-
Uses of HistoryJobEntity in org.flowable.job.service
Methods in org.flowable.job.service that return HistoryJobEntity Modifier and Type Method Description HistoryJobEntityHistoryJobService. createHistoryJob()HistoryJobEntityHistoryJobProcessorContext. getHistoryJobEntity()Get the history job entity.Methods in org.flowable.job.service with parameters of type HistoryJobEntity Modifier and Type Method Description voidHistoryJobService. deleteHistoryJob(HistoryJobEntity historyJob)voidHistoryJobHandler. execute(HistoryJobEntity job, String configuration, CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration)voidHistoryJobService. scheduleHistoryJob(HistoryJobEntity historyJob) -
Uses of HistoryJobEntity in org.flowable.job.service.impl
Fields in org.flowable.job.service.impl declared as HistoryJobEntity Modifier and Type Field Description protected HistoryJobEntityHistoryJobProcessorContextImpl. historyJobEntityMethods in org.flowable.job.service.impl that return HistoryJobEntity Modifier and Type Method Description HistoryJobEntityHistoryJobServiceImpl. createHistoryJob()HistoryJobEntityHistoryJobProcessorContextImpl. getHistoryJobEntity()Methods in org.flowable.job.service.impl with parameters of type HistoryJobEntity Modifier and Type Method Description voidHistoryJobServiceImpl. deleteHistoryJob(HistoryJobEntity historyJob)voidHistoryJobServiceImpl. scheduleHistoryJob(HistoryJobEntity historyJob)Constructors in org.flowable.job.service.impl with parameters of type HistoryJobEntity Constructor Description HistoryJobProcessorContextImpl(HistoryJobProcessorContext.Phase phase, HistoryJobEntity historyJobEntity) -
Uses of HistoryJobEntity in org.flowable.job.service.impl.asyncexecutor
Fields in org.flowable.job.service.impl.asyncexecutor with type parameters of type HistoryJobEntity Modifier and Type Field Description protected Map<String,HistoryJobEntity>AcquiredHistoryJobEntities. acquiredJobsMethods in org.flowable.job.service.impl.asyncexecutor that return HistoryJobEntity Modifier and Type Method Description protected HistoryJobEntityDefaultJobManager. copyHistoryJobInfo(HistoryJobEntity copyToJob, HistoryJobEntity copyFromJob)HistoryJobEntityDefaultJobManager. moveDeadLetterJobToHistoryJob(DeadLetterJobEntity deadLetterJobEntity, int retries)HistoryJobEntityJobManager. moveDeadLetterJobToHistoryJob(DeadLetterJobEntity deadLetterJobEntity, int retries)Transforms aDeadLetterJobEntityto aHistoryJob, thus making it executable again (by the async history executor).HistoryJobEntityDefaultJobManager. scheduleHistoryJob(HistoryJobEntity historyJobEntity)HistoryJobEntityJobManager. scheduleHistoryJob(HistoryJobEntity historyJobEntity)schedules aHistoryJobEntity, meaning it will be scheduled (inserted in the database/put on a queue/...) to be executed at a later point in time.Methods in org.flowable.job.service.impl.asyncexecutor that return types with arguments of type HistoryJobEntity Modifier and Type Method Description Collection<HistoryJobEntity>AcquiredHistoryJobEntities. getJobs()Methods in org.flowable.job.service.impl.asyncexecutor with parameters of type HistoryJobEntity Modifier and Type Method Description voidAcquiredHistoryJobEntities. addJob(HistoryJobEntity job)protected voidDefaultJobManager. callHistoryJobProcessors(HistoryJobProcessorContext.Phase processorType, HistoryJobEntity historyJobEntity)protected HistoryJobEntityDefaultJobManager. copyHistoryJobInfo(HistoryJobEntity copyToJob, HistoryJobEntity copyFromJob)protected voidDefaultJobManager. createAsyncHistoryHintListeners(HistoryJobEntity historyJobEntity)DeadLetterJobEntityDefaultJobManager. createDeadLetterJobFromHistoryJob(HistoryJobEntity historyJobEntity)DeadLetterJobEntityJobManager. createDeadLetterJobFromHistoryJob(HistoryJobEntity historyJobEntity)Create a dead letter job from a history job.protected voidDefaultJobManager. executeHistoryJob(HistoryJobEntity historyJobEntity)protected voidDefaultJobManager. executeHistoryJobHandler(HistoryJobEntity historyJobEntity)protected voidDefaultJobManager. hintAsyncHistoryExecutor(HistoryJobEntity historyJobEntity)HistoryJobEntityDefaultJobManager. scheduleHistoryJob(HistoryJobEntity historyJobEntity)HistoryJobEntityJobManager. scheduleHistoryJob(HistoryJobEntity historyJobEntity)schedules aHistoryJobEntity, meaning it will be scheduled (inserted in the database/put on a queue/...) to be executed at a later point in time.protected voidDefaultJobManager. triggerAsyncHistoryExecutorIfNeeded(HistoryJobEntity historyJobEntity) -
Uses of HistoryJobEntity in org.flowable.job.service.impl.asyncexecutor.message
Methods in org.flowable.job.service.impl.asyncexecutor.message with parameters of type HistoryJobEntity Modifier and Type Method Description protected voidAbstractMessageBasedJobManager. triggerAsyncHistoryExecutorIfNeeded(HistoryJobEntity jobEntity) -
Uses of HistoryJobEntity in org.flowable.job.service.impl.cmd
Methods in org.flowable.job.service.impl.cmd that return HistoryJobEntity Modifier and Type Method Description protected HistoryJobEntityDeleteHistoryJobCmd. getJobToDelete(CommandContext commandContext)Methods in org.flowable.job.service.impl.cmd with parameters of type HistoryJobEntity Modifier and Type Method Description protected voidDeleteHistoryJobCmd. sendCancelEvent(HistoryJobEntity jobToDelete) -
Uses of HistoryJobEntity in org.flowable.job.service.impl.history.async
Fields in org.flowable.job.service.impl.history.async declared as HistoryJobEntity Modifier and Type Field Description protected HistoryJobEntityTriggerAsyncHistoryExecutorTransactionListener. historyJobEntityMethods in org.flowable.job.service.impl.history.async that return HistoryJobEntity Modifier and Type Method Description protected HistoryJobEntityDefaultAsyncHistoryJobProducer. createJob(CommandContext commandContext, AsyncHistorySession asyncHistorySession, JobServiceConfiguration jobServiceConfiguration, String jobType)Methods in org.flowable.job.service.impl.history.async that return types with arguments of type HistoryJobEntity Modifier and Type Method Description protected List<HistoryJobEntity>DefaultAsyncHistoryJobProducer. createJobsWithHistoricalData(CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration, List<com.fasterxml.jackson.databind.node.ObjectNode> historyObjectNodes)List<HistoryJobEntity>AsyncHistoryListener. historyDataGenerated(JobServiceConfiguration jobServiceConfiguration, List<com.fasterxml.jackson.databind.node.ObjectNode> historyObjectNodes)List<HistoryJobEntity>DefaultAsyncHistoryJobProducer. historyDataGenerated(JobServiceConfiguration jobServiceConfiguration, List<com.fasterxml.jackson.databind.node.ObjectNode> historyObjectNodes)Methods in org.flowable.job.service.impl.history.async with parameters of type HistoryJobEntity Modifier and Type Method Description protected voidDefaultAsyncHistoryJobProducer. addJsonToJob(CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration, HistoryJobEntity jobEntity, com.fasterxml.jackson.databind.JsonNode rootObjectNode, boolean applyCompression)voidAbstractAsyncHistoryJobHandler. execute(HistoryJobEntity job, String configuration, CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration)protected voidAsyncHistoryJobHandler. executeHistoryTransformers(CommandContext commandContext, HistoryJobEntity job, com.fasterxml.jackson.databind.node.ObjectNode historicalJsonData, List<HistoryJsonTransformer> transformers)protected byte[]AbstractAsyncHistoryJobHandler. getJobBytes(HistoryJobEntity job)protected byte[]AsyncHistoryJobZippedHandler. getJobBytes(HistoryJobEntity job)protected voidAsyncHistoryJobHandler. handleNoMatchingHistoryTransformer(CommandContext commandContext, HistoryJobEntity job, com.fasterxml.jackson.databind.node.ObjectNode historicalData, String type)protected abstract voidAbstractAsyncHistoryJobHandler. processHistoryJson(CommandContext commandContext, HistoryJobEntity job, com.fasterxml.jackson.databind.JsonNode historyNode)protected voidAsyncHistoryJobHandler. processHistoryJson(CommandContext commandContext, HistoryJobEntity job, com.fasterxml.jackson.databind.JsonNode historyNode)Method parameters in org.flowable.job.service.impl.history.async with type arguments of type HistoryJobEntity Modifier and Type Method Description protected voidDefaultAsyncHistoryJobProducer. scheduleJobs(CommandContext commandContext, JobServiceConfiguration jobServiceConfiguration, List<HistoryJobEntity> historyJobEntities)Constructors in org.flowable.job.service.impl.history.async with parameters of type HistoryJobEntity Constructor Description TriggerAsyncHistoryExecutorTransactionListener(JobServiceConfiguration jobServiceConfiguration, HistoryJobEntity historyJobEntity) -
Uses of HistoryJobEntity in org.flowable.job.service.impl.history.async.message
Methods in org.flowable.job.service.impl.history.async.message with parameters of type HistoryJobEntity Modifier and Type Method Description protected com.fasterxml.jackson.databind.JsonNodeAsyncHistoryJobMessageReceiver. getHistoryJobData(CommandContext commandContext, HistoryJobEntity job)booleanAsyncHistoryJobMessageHandler. handleJob(HistoryJobEntity historyJobEntity, com.fasterxml.jackson.databind.JsonNode historyData)Handle the job and its data. -
Uses of HistoryJobEntity in org.flowable.job.service.impl.history.async.transformer
Methods in org.flowable.job.service.impl.history.async.transformer with parameters of type HistoryJobEntity Modifier and Type Method Description voidHistoryJsonTransformer. transformJson(HistoryJobEntity job, com.fasterxml.jackson.databind.node.ObjectNode historicalData, CommandContext commandContext) -
Uses of HistoryJobEntity in org.flowable.job.service.impl.persistence.entity
Classes in org.flowable.job.service.impl.persistence.entity that implement HistoryJobEntity Modifier and Type Class Description classHistoryJobEntityImplHistory Job entity.Methods in org.flowable.job.service.impl.persistence.entity with parameters of type HistoryJobEntity Modifier and Type Method Description voidHistoryJobEntityManagerImpl. delete(HistoryJobEntity jobEntity)voidHistoryJobEntityManager. deleteNoCascade(HistoryJobEntity historyJobEntity)The default delete method will cascade to the references entities.voidHistoryJobEntityManagerImpl. deleteNoCascade(HistoryJobEntity historyJobEntity)protected booleanHistoryJobEntityManagerImpl. doInsert(HistoryJobEntity jobEntity, boolean fireCreateEvent)voidHistoryJobEntityManagerImpl. insert(HistoryJobEntity jobEntity, boolean fireCreateEvent) -
Uses of HistoryJobEntity in org.flowable.job.service.impl.persistence.entity.data.impl
Methods in org.flowable.job.service.impl.persistence.entity.data.impl that return HistoryJobEntity Modifier and Type Method Description HistoryJobEntityMybatisHistoryJobDataManager. create()Methods in org.flowable.job.service.impl.persistence.entity.data.impl that return types with arguments of type HistoryJobEntity Modifier and Type Method Description List<HistoryJobEntity>MybatisHistoryJobDataManager. findExpiredJobs(List<String> enabledCategories, Page page)List<HistoryJobEntity>MybatisHistoryJobDataManager. findJobsByExecutionId(String executionId)List<HistoryJobEntity>MybatisHistoryJobDataManager. findJobsByProcessInstanceId(String processInstanceId)List<HistoryJobEntity>MybatisHistoryJobDataManager. findJobsToExecute(List<String> enabledCategories, Page page)Class<? extends HistoryJobEntity>MybatisHistoryJobDataManager. getManagedEntityClass()Method parameters in org.flowable.job.service.impl.persistence.entity.data.impl with type arguments of type HistoryJobEntity Modifier and Type Method Description voidMybatisHistoryJobDataManager. bulkUpdateJobLockWithoutRevisionCheck(List<HistoryJobEntity> historyJobs, String lockOwner, Date lockExpirationTime) -
Uses of HistoryJobEntity in org.flowable.job.service.impl.util
Methods in org.flowable.job.service.impl.util with parameters of type HistoryJobEntity Modifier and Type Method Description static voidJobProcessorUtil. callHistoryJobProcessors(JobServiceConfiguration jobServiceConfiguration, HistoryJobProcessorContext.Phase processorType, HistoryJobEntity historyJobEntity)
-