Uses of Interface
org.activiti.engine.impl.persistence.entity.DeadLetterJobEntity
-
-
Uses of DeadLetterJobEntity in org.activiti.engine.impl.asyncexecutor
Methods in org.activiti.engine.impl.asyncexecutor that return DeadLetterJobEntity Modifier and Type Method Description protected DeadLetterJobEntityDefaultJobManager. createDeadLetterJobFromOtherJob(AbstractJobEntity otherJob)DeadLetterJobEntityDefaultJobManager. moveJobToDeadLetterJob(AbstractJobEntity job)DeadLetterJobEntityJobManager. moveJobToDeadLetterJob(AbstractJobEntity job)Transforms anAbstractJobEntityto aDeadLetterJobEntity.Methods in org.activiti.engine.impl.asyncexecutor with parameters of type DeadLetterJobEntity Modifier and Type Method Description JobEntityDefaultJobManager. moveDeadLetterJobToExecutableJob(DeadLetterJobEntity deadLetterJobEntity, int retries)JobEntityJobManager. moveDeadLetterJobToExecutableJob(DeadLetterJobEntity deadLetterJobEntity, int retries)Transforms aDeadLetterJobEntityto aJobEntity, thus making it executable again. -
Uses of DeadLetterJobEntity in org.activiti.engine.impl.cmd
Methods in org.activiti.engine.impl.cmd that return DeadLetterJobEntity Modifier and Type Method Description DeadLetterJobEntityMoveJobToDeadLetterJobCmd. execute(CommandContext commandContext)protected DeadLetterJobEntityDeleteDeadLetterJobCmd. getJobToDelete(CommandContext commandContext)Methods in org.activiti.engine.impl.cmd with parameters of type DeadLetterJobEntity Modifier and Type Method Description protected voidDeleteDeadLetterJobCmd. sendCancelEvent(DeadLetterJobEntity jobToDelete) -
Uses of DeadLetterJobEntity in org.activiti.engine.impl.persistence.entity
Classes in org.activiti.engine.impl.persistence.entity that implement DeadLetterJobEntity Modifier and Type Class Description classDeadLetterJobEntityImplDeadLetterJob entity, necessary for persistence.Methods in org.activiti.engine.impl.persistence.entity that return DeadLetterJobEntity Modifier and Type Method Description protected DeadLetterJobEntityDeadLetterJobEntityManagerImpl. createDeadLetterJob(AbstractJobEntity job)Methods in org.activiti.engine.impl.persistence.entity that return types with arguments of type DeadLetterJobEntity Modifier and Type Method Description java.util.List<DeadLetterJobEntity>DeadLetterJobEntityManager. findJobsByExecutionId(java.lang.String id)Returns allDeadLetterJobEntityinstances related to onExecutionEntity.java.util.List<DeadLetterJobEntity>DeadLetterJobEntityManagerImpl. findJobsByExecutionId(java.lang.String id)Methods in org.activiti.engine.impl.persistence.entity with parameters of type DeadLetterJobEntity Modifier and Type Method Description voidDeadLetterJobEntityManagerImpl. delete(DeadLetterJobEntity jobEntity)protected voidDeadLetterJobEntityManagerImpl. deleteExceptionByteArrayRef(DeadLetterJobEntity jobEntity)Deletes a the byte array used to store the exception information.voidDeadLetterJobEntityManagerImpl. insert(DeadLetterJobEntity jobEntity)voidDeadLetterJobEntityManagerImpl. insert(DeadLetterJobEntity jobEntity, boolean fireCreateEvent) -
Uses of DeadLetterJobEntity in org.activiti.engine.impl.persistence.entity.data
Methods in org.activiti.engine.impl.persistence.entity.data that return types with arguments of type DeadLetterJobEntity Modifier and Type Method Description java.util.List<DeadLetterJobEntity>DeadLetterJobDataManager. findJobsByExecutionId(java.lang.String executionId) -
Uses of DeadLetterJobEntity in org.activiti.engine.impl.persistence.entity.data.impl
Fields in org.activiti.engine.impl.persistence.entity.data.impl with type parameters of type DeadLetterJobEntity Modifier and Type Field Description protected CachedEntityMatcher<DeadLetterJobEntity>MybatisDeadLetterJobDataManager. deadLetterByExecutionIdMatcherMethods in org.activiti.engine.impl.persistence.entity.data.impl that return DeadLetterJobEntity Modifier and Type Method Description DeadLetterJobEntityMybatisDeadLetterJobDataManager. create()Methods in org.activiti.engine.impl.persistence.entity.data.impl that return types with arguments of type DeadLetterJobEntity Modifier and Type Method Description java.util.List<DeadLetterJobEntity>MybatisDeadLetterJobDataManager. findJobsByExecutionId(java.lang.String executionId)java.lang.Class<? extends DeadLetterJobEntity>MybatisDeadLetterJobDataManager. getManagedEntityClass()Methods in org.activiti.engine.impl.persistence.entity.data.impl with parameters of type DeadLetterJobEntity Modifier and Type Method Description voidMybatisDeadLetterJobDataManager. delete(DeadLetterJobEntity entity) -
Uses of DeadLetterJobEntity in org.activiti.engine.impl.persistence.entity.data.impl.cachematcher
Methods in org.activiti.engine.impl.persistence.entity.data.impl.cachematcher with parameters of type DeadLetterJobEntity Modifier and Type Method Description booleanDeadLetterJobsByExecutionIdMatcher. isRetained(DeadLetterJobEntity jobEntity, java.lang.Object param)
-