Uses of Package
org.camunda.bpm.engine.impl.persistence.entity

Packages that use org.camunda.bpm.engine.impl.persistence.entity
org.camunda.bpm.application.impl   
org.camunda.bpm.application.impl.event   
org.camunda.bpm.engine.impl API implementation classes, which shouldn't directly be used by end-users. 
org.camunda.bpm.engine.impl.application   
org.camunda.bpm.engine.impl.batch   
org.camunda.bpm.engine.impl.bpmn.behavior   
org.camunda.bpm.engine.impl.bpmn.deployer   
org.camunda.bpm.engine.impl.bpmn.diagram   
org.camunda.bpm.engine.impl.bpmn.helper   
org.camunda.bpm.engine.impl.bpmn.parser   
org.camunda.bpm.engine.impl.cfg.auth   
org.camunda.bpm.engine.impl.cfg.multitenancy   
org.camunda.bpm.engine.impl.cmd   
org.camunda.bpm.engine.impl.cmmn.behavior   
org.camunda.bpm.engine.impl.cmmn.deployer   
org.camunda.bpm.engine.impl.cmmn.entity.runtime   
org.camunda.bpm.engine.impl.cmmn.execution   
org.camunda.bpm.engine.impl.cmmn.transformer   
org.camunda.bpm.engine.impl.context   
org.camunda.bpm.engine.impl.core.model   
org.camunda.bpm.engine.impl.core.variable.scope   
org.camunda.bpm.engine.impl.db   
org.camunda.bpm.engine.impl.dmn.deployer   
org.camunda.bpm.engine.impl.event   
org.camunda.bpm.engine.impl.externaltask   
org.camunda.bpm.engine.impl.form.handler   
org.camunda.bpm.engine.impl.history.event   
org.camunda.bpm.engine.impl.history.parser   
org.camunda.bpm.engine.impl.history.producer   
org.camunda.bpm.engine.impl.identity.db   
org.camunda.bpm.engine.impl.interceptor   
org.camunda.bpm.engine.impl.jobexecutor   
org.camunda.bpm.engine.impl.json   
org.camunda.bpm.engine.impl.migration   
org.camunda.bpm.engine.impl.migration.batch   
org.camunda.bpm.engine.impl.migration.instance   
org.camunda.bpm.engine.impl.migration.instance.parser   
org.camunda.bpm.engine.impl.migration.validation.instance   
org.camunda.bpm.engine.impl.oplog   
org.camunda.bpm.engine.impl.persistence   
org.camunda.bpm.engine.impl.persistence.deploy   
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.impl.persistence.entity.util   
org.camunda.bpm.engine.impl.pvm.runtime   
org.camunda.bpm.engine.impl.repository   
org.camunda.bpm.engine.impl.runtime   
org.camunda.bpm.engine.impl.scripting   
org.camunda.bpm.engine.impl.task   
org.camunda.bpm.engine.impl.util   
org.camunda.bpm.engine.impl.variable.serializer   
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.application.impl
ExecutionEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.application.impl.event
ProcessDefinitionEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl
DeploymentEntity
           
ExecutionEntity
           
HistoricDetailVariableInstanceUpdateEntity
           
HistoricVariableInstanceEntity
           
Nameable
           
ResourceEntity
           
SuspensionState
          Contains a predefined set of states for process definitions and process instances
VariableInstanceEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.application
DeploymentEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.batch
ExecutionEntity
           
JobDefinitionEntity
           
JobEntity
          Stub of the common parts of a Job.
MessageEntity
          NOTE: instances of Messge Entity should be created via MessageJobDeclaration.
Nameable
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.bpmn.behavior
CompensateEventSubscriptionEntity
           
SignalEventSubscriptionEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.bpmn.deployer
DeploymentEntity
           
EventSubscriptionEntity
           
EventSubscriptionManager
           
JobDefinitionManager
          Manager implementation for JobDefinitionEntity
JobManager
           
MessageEventSubscriptionEntity
           
ProcessDefinitionEntity
           
ProcessDefinitionManager
           
ResourceEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.bpmn.diagram
ProcessDefinitionEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.bpmn.helper
CompensateEventSubscriptionEntity
           
ExecutionEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.bpmn.parser
DeploymentEntity
           
EventSubscriptionEntity
           
ExecutionEntity
           
ProcessDefinitionEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.cfg.auth
AuthorizationEntity
           
AuthorizationManager
           
ExecutionEntity
           
ProcessDefinitionEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.cfg.multitenancy
ExecutionEntity
           
ProcessDefinitionEntity
           
TenantManager
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.cmd
ActivityInstanceImpl
           
AuthorizationEntity
           
AuthorizationManager
           
DeploymentEntity
           
EventSubscriptionEntity
           
ExecutionEntity
           
ExternalTaskEntity
           
GroupEntity
           
IncidentEntity
           
JobDefinitionEntity
           
JobEntity
          Stub of the common parts of a Job.
MessageEventSubscriptionEntity
           
ProcessDefinitionEntity
           
ResourceEntity
           
SignalEventSubscriptionEntity
           
SuspensionState
          Contains a predefined set of states for process definitions and process instances
TaskEntity
           
TransitionInstanceImpl
           
UserEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.cmmn.behavior
TaskEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.cmmn.deployer
DeploymentEntity
           
ResourceEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.cmmn.entity.runtime
ExecutionEntity
           
TaskEntity
           
VariableInstanceEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.cmmn.execution
TaskEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.cmmn.transformer
DeploymentEntity
           
ResourceEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.context
DeploymentEntity
           
ExecutionEntity
           
ProcessDefinitionEntity
           
TaskEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.core.model
ExecutionEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.core.variable.scope
VariableInstanceEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.db
ExecutionEntity
           
JobEntity
          Stub of the common parts of a Job.
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.dmn.deployer
DeploymentEntity
           
ResourceEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.event
EventSubscriptionEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.externaltask
ExecutionEntity
           
ExternalTaskEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.form.handler
DeploymentEntity
           
ExecutionEntity
           
ProcessDefinitionEntity
           
TaskEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.history.event
ByteArrayEntity
           
Nameable
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.history.parser
ExecutionEntity
           
ProcessDefinitionEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.history.producer
ExecutionEntity
           
HistoricJobLogEventEntity
           
JobEntity
          Stub of the common parts of a Job.
PropertyChange
          Contains data about a property change.
TaskEntity
           
VariableInstanceEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.identity.db
GroupEntity
           
UserEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.interceptor
AttachmentManager
           
AuthorizationManager
           
BatchManager
           
ByteArrayManager
           
CommentManager
           
DeploymentManager
           
EventSubscriptionManager
           
ExecutionEntity
           
ExecutionManager
           
ExternalTaskManager
           
FilterManager
           
HistoricActivityInstanceManager
           
HistoricBatchManager
           
HistoricCaseActivityInstanceManager
           
HistoricCaseInstanceManager
           
HistoricDetailManager
           
HistoricIdentityLinkLogManager
           
HistoricIncidentManager
           
HistoricJobLogManager
           
HistoricProcessInstanceManager
           
HistoricStatisticsManager
           
HistoricTaskInstanceManager
           
HistoricVariableInstanceManager
           
IdentityInfoManager
           
IdentityLinkManager
           
IncidentManager
           
JobDefinitionManager
          Manager implementation for JobDefinitionEntity
JobManager
           
MeterLogManager
           
ProcessDefinitionManager
           
PropertyManager
           
ReportManager
           
ResourceManager
           
StatisticsManager
           
TableDataManager
           
TaskManager
           
TenantManager
           
UserOperationLogManager
          Manager for UserOperationLogEntryEventEntity that also provides a generic and some specific log methods.
VariableInstanceManager
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.jobexecutor
EventSubscriptionEntity
           
ExecutionEntity
           
JobDefinitionEntity
           
JobEntity
          Stub of the common parts of a Job.
MessageEntity
          NOTE: instances of Messge Entity should be created via MessageJobDeclaration.
TimerEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.json
SuspensionState
          Contains a predefined set of states for process definitions and process instances
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.migration
ExecutionEntity
           
ProcessDefinitionEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.migration.batch
ByteArrayEntity
           
ByteArrayManager
           
ExecutionEntity
           
JobDefinitionEntity
           
JobEntity
          Stub of the common parts of a Job.
MessageEntity
          NOTE: instances of Messge Entity should be created via MessageJobDeclaration.
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.migration.instance
EventSubscriptionEntity
           
ExecutionEntity
           
ExternalTaskEntity
           
IncidentEntity
           
JobDefinitionEntity
           
JobEntity
          Stub of the common parts of a Job.
TaskEntity
           
VariableInstanceEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.migration.instance.parser
EventSubscriptionEntity
           
ExecutionEntity
           
ExternalTaskEntity
           
IncidentEntity
           
JobDefinitionEntity
           
JobEntity
          Stub of the common parts of a Job.
TaskEntity
           
VariableInstanceEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.migration.validation.instance
JobEntity
          Stub of the common parts of a Job.
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.oplog
ExecutionEntity
           
JobDefinitionEntity
           
JobEntity
          Stub of the common parts of a Job.
ProcessDefinitionEntity
           
PropertyChange
          Contains data about a property change.
TaskEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.persistence
AttachmentManager
           
AuthorizationEntity
           
AuthorizationManager
           
BatchManager
           
ByteArrayManager
           
DeploymentManager
           
EventSubscriptionManager
           
ExecutionManager
           
HistoricActivityInstanceManager
           
HistoricBatchManager
           
HistoricCaseActivityInstanceManager
           
HistoricCaseInstanceManager
           
HistoricDetailManager
           
HistoricIdentityLinkLogManager
           
HistoricIncidentManager
           
HistoricJobLogManager
           
HistoricProcessInstanceManager
           
HistoricTaskInstanceManager
           
HistoricVariableInstanceManager
           
IdentityInfoManager
           
IdentityLinkManager
           
JobDefinitionManager
          Manager implementation for JobDefinitionEntity
JobManager
           
ProcessDefinitionManager
           
ReportManager
           
ResourceManager
           
TaskManager
           
TenantManager
           
UserOperationLogManager
          Manager for UserOperationLogEntryEventEntity that also provides a generic and some specific log methods.
VariableInstanceManager
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.persistence.deploy
DeploymentEntity
           
ProcessDefinitionEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.persistence.entity
AuthorizationEntity
           
ByteArrayEntity
           
CommentEntity
           
CompensateEventSubscriptionEntity
           
DeploymentEntity
           
EventSubscriptionEntity
           
ExecutionEntity
           
ExternalTaskEntity
           
FilterEntity
           
GroupEntity
           
HistoricActivityInstanceEntity
           
HistoricCaseActivityInstanceEntity
           
HistoricCaseInstanceEntity
           
HistoricJobLogEventEntity
           
HistoricProcessInstanceEntity
           
HistoricTaskInstanceEntity
           
HistoricVariableInstanceEntity
           
IdentityInfoEntity
           
IdentityLinkEntity
           
IncidentEntity
           
JobDefinitionEntity
           
JobEntity
          Stub of the common parts of a Job.
MessageEntity
          NOTE: instances of Messge Entity should be created via MessageJobDeclaration.
MessageEventSubscriptionEntity
           
MeterLogEntity
           
Nameable
           
ProcessDefinitionEntity
           
ProcessElementInstanceImpl
           
PropertyChange
          Contains data about a property change.
PropertyEntity
           
ReportResultEntity
           
ResourceEntity
           
SignalEventSubscriptionEntity
           
SuspensionState
          Contains a predefined set of states for process definitions and process instances
TaskEntity
           
TimerEntity
           
UserEntity
           
VariableInstanceEntity
           
VariableInstanceEntityFactory
           
VariableInstanceEntityPersistenceListener
           
VariableInstanceHistoryListener
           
VariableInstanceSequenceCounterListener
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.persistence.entity.util
ByteArrayEntity
           
Nameable
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.pvm.runtime
ActivityInstanceImpl
           
EventSubscriptionEntity
           
ExecutionEntity
           
JobDefinitionEntity
           
ProcessDefinitionEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.repository
DeploymentEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.runtime
ExecutionEntity
           
MessageEventSubscriptionEntity
           
ProcessDefinitionEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.scripting
DeploymentEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.task
TaskEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.util
ByteArrayEntity
           
DeploymentEntity
           
 

Classes in org.camunda.bpm.engine.impl.persistence.entity used by org.camunda.bpm.engine.impl.variable.serializer
Nameable
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.