Uses of Interface
org.activiti.engine.impl.db.HasRevision
-
Packages that use HasRevision Package Description org.activiti.engine.impl.persistence.entity org.activiti.engine.impl.persistence.entity.integration -
-
Uses of HasRevision in org.activiti.engine.impl.persistence.entity
Subinterfaces of HasRevision in org.activiti.engine.impl.persistence.entity Modifier and Type Interface Description interfaceAbstractJobEntityinterfaceAttachmentEntityDeprecated.interfaceByteArrayEntityinterfaceCompensateEventSubscriptionEntityinterfaceDeadLetterJobEntitySuspended jobs are stored separately to increase the normal job query performanceinterfaceEventSubscriptionEntityinterfaceExecutionEntityinterfaceHistoricDetailVariableInstanceUpdateEntityinterfaceHistoricVariableInstanceEntityinterfaceJobEntityRepresents an async job: a piece of logic that needs to be executed asynchronously.interfaceMessageEventSubscriptionEntityinterfaceModelEntityinterfaceProcessDefinitionEntityinterfaceProcessDefinitionInfoEntityinterfacePropertyEntityinterfaceSignalEventSubscriptionEntityinterfaceSuspendedJobEntitySuspended jobs are stored separately to increase the normal job query performanceinterfaceTaskEntityinterfaceTimerJobEntityStub of the common parts of a Job.interfaceVariableInstanceGeneric variable class that can be reused for Activiti 6 and 5 engineinterfaceVariableInstanceEntity -
Uses of HasRevision in org.activiti.engine.impl.persistence.entity.integration
Classes in org.activiti.engine.impl.persistence.entity.integration that implement HasRevision Modifier and Type Class Description classIntegrationContextEntityImpl
-