Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
Packages that use ProcessDefinitionEntity
Package
Description
API implementation classes, which shouldn't directly be used by end-users.
-
Uses of ProcessDefinitionEntity in org.camunda.bpm.application.impl.event
Methods in org.camunda.bpm.application.impl.event with parameters of type ProcessDefinitionEntityModifier and TypeMethodDescriptionvoid
ProcessApplicationEventParseListener.parseProcess
(Element processElement, ProcessDefinitionEntity processDefinition) Method parameters in org.camunda.bpm.application.impl.event with type arguments of type ProcessDefinitionEntityModifier and TypeMethodDescriptionvoid
ProcessApplicationEventParseListener.parseRootElement
(Element rootElement, List<ProcessDefinitionEntity> processDefinitions) -
Uses of ProcessDefinitionEntity in org.camunda.bpm.engine.cdi.impl.event
Methods in org.camunda.bpm.engine.cdi.impl.event with parameters of type ProcessDefinitionEntityModifier and TypeMethodDescriptionvoid
CdiEventSupportBpmnParseListener.parseProcess
(Element processElement, ProcessDefinitionEntity processDefinition) Method parameters in org.camunda.bpm.engine.cdi.impl.event with type arguments of type ProcessDefinitionEntityModifier and TypeMethodDescriptionvoid
CdiEventSupportBpmnParseListener.parseRootElement
(Element rootElement, List<ProcessDefinitionEntity> processDefinitions) Constructors in org.camunda.bpm.engine.cdi.impl.event with parameters of type ProcessDefinitionEntityModifierConstructorDescriptionCdiBusinessProcessEvent
(DelegateTask task, ProcessDefinitionEntity processDefinition, BusinessProcessEventType type, Date timeStamp) -
Uses of ProcessDefinitionEntity in org.camunda.bpm.engine.impl
Methods in org.camunda.bpm.engine.impl that return ProcessDefinitionEntityModifier and TypeMethodDescriptionprotected ProcessDefinitionEntity
ModificationBatchJobHandler.getProcessDefinition
(CommandContext commandContext, String processDefinitionId) -
Uses of ProcessDefinitionEntity in org.camunda.bpm.engine.impl.batch
Methods in org.camunda.bpm.engine.impl.batch with parameters of type ProcessDefinitionEntityModifier and TypeMethodDescriptionprotected void
RestartProcessInstancesBatchCmd.ensureTenantAuthorized
(CommandContext commandContext, ProcessDefinitionEntity processDefinition) -
Uses of ProcessDefinitionEntity in org.camunda.bpm.engine.impl.bpmn.deployer
Methods in org.camunda.bpm.engine.impl.bpmn.deployer that return ProcessDefinitionEntityModifier and TypeMethodDescriptionprotected ProcessDefinitionEntity
BpmnDeployer.findDefinitionByDeploymentAndKey
(String deploymentId, String definitionKey) protected ProcessDefinitionEntity
BpmnDeployer.findLatestDefinitionByKeyAndTenantId
(String definitionKey, String tenantId) Methods in org.camunda.bpm.engine.impl.bpmn.deployer that return types with arguments of type ProcessDefinitionEntityModifier and TypeMethodDescriptionprotected List<ProcessDefinitionEntity>
BpmnDeployer.transformDefinitions
(DeploymentEntity deployment, ResourceEntity resource, Properties properties) Methods in org.camunda.bpm.engine.impl.bpmn.deployer with parameters of type ProcessDefinitionEntityModifier and TypeMethodDescriptionprotected void
BpmnDeployer.addAuthorizations
(ProcessDefinitionEntity processDefinition) protected void
BpmnDeployer.addAuthorizationsFromIterator
(Set<Expression> exprSet, ProcessDefinitionEntity processDefinition, org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer.ExprType exprType) protected void
BpmnDeployer.addConditionalStartEventSubscription
(EventSubscriptionDeclaration conditionalEventDefinition, ProcessDefinitionEntity processDefinition) protected void
BpmnDeployer.addDefinitionToDeploymentCache
(DeploymentCache deploymentCache, ProcessDefinitionEntity definition) protected void
BpmnDeployer.addEventSubscription
(ProcessDefinitionEntity processDefinition, EventSubscriptionDeclaration eventDefinition) void
BpmnDeployer.addEventSubscriptions
(ProcessDefinitionEntity processDefinition) protected void
BpmnDeployer.addMessageStartEventSubscription
(EventSubscriptionDeclaration messageEventDefinition, ProcessDefinitionEntity processDefinition) protected void
BpmnDeployer.addSignalStartEventSubscription
(EventSubscriptionDeclaration signalEventDefinition, ProcessDefinitionEntity processDefinition) void
BpmnDeployer.addTimerDeclarations
(ProcessDefinitionEntity processDefinition) protected void
BpmnDeployer.adjustStartEventSubscriptions
(ProcessDefinitionEntity newLatestProcessDefinition, ProcessDefinitionEntity oldLatestProcessDefinition) adjust all event subscriptions responsible to start process instances (timer start event, message start event).protected void
BpmnDeployer.definitionAddedToDeploymentCache
(DeploymentEntity deployment, ProcessDefinitionEntity definition, Properties properties) protected List<EventSubscriptionEntity>
BpmnDeployer.getOrphanSubscriptionEvents
(ProcessDefinitionEntity processDefinition) protected List<EventSubscriptionEntity>
BpmnDeployer.getPreviousSubscriptionEvents
(ProcessDefinitionEntity latestProcessDefinition) protected void
BpmnDeployer.handlePersistedDefinition
(ProcessDefinitionEntity definition, ProcessDefinitionEntity persistedDefinition, DeploymentEntity deployment, Properties properties) protected void
BpmnDeployer.persistDefinition
(ProcessDefinitionEntity definition) protected void
BpmnDeployer.persistedDefinitionLoaded
(DeploymentEntity deployment, ProcessDefinitionEntity definition, ProcessDefinitionEntity persistedDefinition) protected void
BpmnDeployer.removeObsoleteEventSubscriptions
(ProcessDefinitionEntity newLatestProcessDefinition, ProcessDefinitionEntity latestProcessDefinition) protected void
BpmnDeployer.removeObsoleteTimers
(ProcessDefinitionEntity processDefinition) protected void
BpmnDeployer.updateJobDeclarations
(List<JobDeclaration<?, ?>> jobDeclarations, ProcessDefinitionEntity processDefinition, boolean isNewDeployment) -
Uses of ProcessDefinitionEntity in org.camunda.bpm.engine.impl.bpmn.parser
Fields in org.camunda.bpm.engine.impl.bpmn.parser with type parameters of type ProcessDefinitionEntityModifier and TypeFieldDescriptionprotected List<ProcessDefinitionEntity>
BpmnParse.processDefinitions
The end result of the parsing: a list of process definition.Methods in org.camunda.bpm.engine.impl.bpmn.parser that return ProcessDefinitionEntityModifier and TypeMethodDescriptionBpmnParse.getProcessDefinition
(String processDefinitionKey) BpmnParse.parseProcess
(Element processElement) Parses one process (ie anything inside a <process> element).Methods in org.camunda.bpm.engine.impl.bpmn.parser that return types with arguments of type ProcessDefinitionEntityMethods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type ProcessDefinitionEntityModifier and TypeMethodDescriptionEventSubscriptionDeclaration.createSubscriptionForStartEvent
(ProcessDefinitionEntity processDefinition) protected void
BpmnParse.parseLaneSets
(Element parentElement, ProcessDefinitionEntity processDefinition) protected void
BpmnParse.parsePotentialStarterResourceAssignment
(Element performerElement, ProcessDefinitionEntity processDefinition) void
AbstractBpmnParseListener.parseProcess
(Element processElement, ProcessDefinitionEntity processDefinition) void
BpmnParseListener.parseProcess
(Element processElement, ProcessDefinitionEntity processDefinition) protected void
BpmnParse.parseStartFormHandlers
(List<Element> startEventElements, ProcessDefinitionEntity processDefinition) BpmnParse.parseTaskDefinition
(Element taskElement, String taskDefinitionKey, ActivityImpl activity, ProcessDefinitionEntity processDefinition) protected void
BpmnParse.parseTimerStartEventDefinition
(Element timerEventDefinition, ActivityImpl timerActivity, ProcessDefinitionEntity processDefinition) protected void
BpmnParse.selectInitial
(List<ActivityImpl> startEventActivities, ProcessDefinitionEntity processDefinition, Element parentElement) protected void
BpmnParse.validateAndSetHTTL
(Element processElement, ProcessDefinitionEntity processDefinition, boolean skipEnforceTtl) Method parameters in org.camunda.bpm.engine.impl.bpmn.parser with type arguments of type ProcessDefinitionEntityModifier and TypeMethodDescriptionvoid
AbstractBpmnParseListener.parseRootElement
(Element rootElement, List<ProcessDefinitionEntity> processDefinitions) void
BpmnParseListener.parseRootElement
(Element rootElement, List<ProcessDefinitionEntity> processDefinitions) -
Uses of ProcessDefinitionEntity in org.camunda.bpm.engine.impl.cfg.auth
Methods in org.camunda.bpm.engine.impl.cfg.auth that return ProcessDefinitionEntityModifier and TypeMethodDescriptionprotected ProcessDefinitionEntity
AuthorizationCommandChecker.findLatestProcessDefinitionById
(String processDefinitionId) -
Uses of ProcessDefinitionEntity in org.camunda.bpm.engine.impl.cfg.multitenancy
Methods in org.camunda.bpm.engine.impl.cfg.multitenancy that return ProcessDefinitionEntityModifier and TypeMethodDescriptionprotected ProcessDefinitionEntity
TenantCommandChecker.findLatestProcessDefinitionById
(String processDefinitionId) -
Uses of ProcessDefinitionEntity in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd that return ProcessDefinitionEntityModifier and TypeMethodDescriptionGetDeployedProcessDefinitionCmd.execute
(CommandContext commandContext) protected ProcessDefinitionEntity
GetDeployedProcessDefinitionCmd.find
(CommandContext commandContext) protected ProcessDefinitionEntity
GetDeployedProcessDefinitionCmd.findById
(DeploymentCache deploymentCache, String processDefinitionId) protected ProcessDefinitionEntity
GetDeployedProcessDefinitionCmd.findByKey
(DeploymentCache deploymentCache, String processDefinitionKey) protected ProcessDefinitionEntity
DeleteProcessDefinitionsByIdsCmd.findNewLatestProcessDefinition
(org.camunda.bpm.engine.impl.cmd.DeleteProcessDefinitionsByIdsCmd.ProcessDefinitionGroup group) protected ProcessDefinitionEntity
AbstractModificationCmd.getProcessDefinition
(CommandContext commandContext, String processDefinitionId) protected ProcessDefinitionEntity
AbstractRestartProcessInstanceCmd.getProcessDefinition
(CommandContext commandContext, String processDefinitionId) protected ProcessDefinitionEntity
CreateMigrationPlanCmd.getProcessDefinition
(CommandContext commandContext, String id, String type) Methods in org.camunda.bpm.engine.impl.cmd that return types with arguments of type ProcessDefinitionEntityModifier and TypeMethodDescriptionprotected Map<String,
ProcessDefinitionEntity> SignalEventReceivedCmd.getProcessDefinitionsOfSubscriptions
(List<EventSubscriptionEntity> startSignalEventSubscriptions) Methods in org.camunda.bpm.engine.impl.cmd with parameters of type ProcessDefinitionEntityModifier and TypeMethodDescriptionprotected void
CreateMigrationPlanCmd.checkAuthorization
(CommandContext commandContext, ProcessDefinitionEntity sourceProcessDefinition, ProcessDefinitionEntity targetProcessDefinition) protected void
GetStartFormVariablesCmd.checkGetStartFormVariables
(ProcessDefinitionEntity definition, CommandContext commandContext) protected List<ActivityImpl>
GetStaticCalledProcessDefinitionCmd.findCallActivitiesInProcess
(ProcessDefinitionEntity processDefinition) protected boolean
DeleteProcessDefinitionsByIdsCmd.isLatestProcessDefinition
(ProcessDefinitionEntity processDefinition) protected void
UpdateProcessDefinitionHistoryTimeToLiveCmd.logUserOperation
(CommandContext commandContext, ProcessDefinitionEntity processDefinitionEntity) protected void
SetProcessDefinitionVersionCmd.switchVersionOfIncident
(CommandContext commandContext, IncidentEntity incidentEntity, ProcessDefinitionEntity newProcessDefinition) protected void
SetProcessDefinitionVersionCmd.switchVersionOfJob
(JobEntity jobEntity, ProcessDefinitionEntity newProcessDefinition, Map<String, String> jobDefinitionMapping) protected void
SetProcessDefinitionVersionCmd.validateAndSwitchVersionOfExecution
(CommandContext commandContext, ExecutionEntity execution, ProcessDefinitionEntity newProcessDefinition) protected void
CreateMigrationPlanCmd.validateMigration
(CommandContext commandContext, MigrationPlanImpl migrationPlan, ProcessDefinitionEntity sourceProcessDefinition, ProcessDefinitionEntity targetProcessDefinition) -
Uses of ProcessDefinitionEntity in org.camunda.bpm.engine.impl.context
Methods in org.camunda.bpm.engine.impl.context that return ProcessDefinitionEntityMethods in org.camunda.bpm.engine.impl.context with parameters of type ProcessDefinitionEntityModifier and TypeMethodDescriptionstatic void
ProcessApplicationContextUtil.doContextSwitch
(Runnable runnable, ProcessDefinitionEntity contextDefinition) -
Uses of ProcessDefinitionEntity in org.camunda.bpm.engine.impl.form.handler
Fields in org.camunda.bpm.engine.impl.form.handler declared as ProcessDefinitionEntityModifier and TypeFieldDescriptionprotected ProcessDefinitionEntity
CreateStartFormInvocation.definition
Methods in org.camunda.bpm.engine.impl.form.handler with parameters of type ProcessDefinitionEntityModifier and TypeMethodDescriptionDefaultStartFormHandler.createStartFormData
(ProcessDefinitionEntity processDefinition) DelegateStartFormHandler.createStartFormData
(ProcessDefinitionEntity processDefinition) StartFormHandler.createStartFormData
(ProcessDefinitionEntity processDefinition) void
DefaultFormHandler.parseConfiguration
(Element activityElement, DeploymentEntity deployment, ProcessDefinitionEntity processDefinition, BpmnParse bpmnParse) void
DelegateFormHandler.parseConfiguration
(Element activityElement, DeploymentEntity deployment, ProcessDefinitionEntity processDefinition, BpmnParse bpmnParse) void
FormHandler.parseConfiguration
(Element activityElement, DeploymentEntity deployment, ProcessDefinitionEntity processDefinition, BpmnParse bpmnParse) Constructors in org.camunda.bpm.engine.impl.form.handler with parameters of type ProcessDefinitionEntityModifierConstructorDescriptionCreateStartFormInvocation
(StartFormHandler startFormHandler, ProcessDefinitionEntity definition) -
Uses of ProcessDefinitionEntity in org.camunda.bpm.engine.impl.history.parser
Methods in org.camunda.bpm.engine.impl.history.parser with parameters of type ProcessDefinitionEntityModifier and TypeMethodDescriptionvoid
HistoryParseListener.parseProcess
(Element processElement, ProcessDefinitionEntity processDefinition) Method parameters in org.camunda.bpm.engine.impl.history.parser with type arguments of type ProcessDefinitionEntityModifier and TypeMethodDescriptionvoid
HistoryParseListener.parseRootElement
(Element rootElement, List<ProcessDefinitionEntity> processDefinitions) -
Uses of ProcessDefinitionEntity in org.camunda.bpm.engine.impl.metrics.parser
Methods in org.camunda.bpm.engine.impl.metrics.parser with parameters of type ProcessDefinitionEntityModifier and TypeMethodDescriptionvoid
MetricsBpmnParseListener.parseProcess
(Element processElement, ProcessDefinitionEntity processDefinition) -
Uses of ProcessDefinitionEntity in org.camunda.bpm.engine.impl.migration
Methods in org.camunda.bpm.engine.impl.migration that return ProcessDefinitionEntityModifier and TypeMethodDescriptionprotected ProcessDefinitionEntity
AbstractMigrationCmd.getProcessDefinition
(CommandContext commandContext, String processDefinitionId) protected ProcessDefinitionEntity
AbstractMigrationCmd.resolveSourceProcessDefinition
(CommandContext commandContext) protected ProcessDefinitionEntity
AbstractMigrationCmd.resolveTargetProcessDefinition
(CommandContext commandContext) Methods in org.camunda.bpm.engine.impl.migration with parameters of type ProcessDefinitionEntityModifier and TypeMethodDescriptionprotected void
AbstractMigrationCmd.checkAuthorizations
(CommandContext commandContext, ProcessDefinitionEntity sourceDefinition, ProcessDefinitionEntity targetDefinition) protected void
MigrateProcessInstanceCmd.ensureOperationAllowed
(CommandContext commandContext, ExecutionEntity processInstance, ProcessDefinitionEntity targetProcessDefinition) protected <T> void
MigrateProcessInstanceCmd.executeInContext
(Runnable runnable, ProcessDefinitionEntity contextDefinition) MigrateProcessInstanceCmd.migrateProcessInstance
(CommandContext commandContext, String processInstanceId, MigrationPlan migrationPlan, ProcessDefinitionEntity targetProcessDefinition, boolean skipJavaSerializationFormatCheck) protected void
AbstractMigrationCmd.writeUserOperationLog
(CommandContext commandContext, ProcessDefinitionEntity sourceProcessDefinition, ProcessDefinitionEntity targetProcessDefinition, int numInstances, Map<String, Object> variables, boolean async) -
Uses of ProcessDefinitionEntity in org.camunda.bpm.engine.impl.migration.batch
Methods in org.camunda.bpm.engine.impl.migration.batch that return ProcessDefinitionEntityModifier and TypeMethodDescriptionprotected ProcessDefinitionEntity
MigrationBatchJobHandler.getProcessDefinition
(CommandContext commandContext, String processDefinitionId) -
Uses of ProcessDefinitionEntity in org.camunda.bpm.engine.impl.migration.instance
Fields in org.camunda.bpm.engine.impl.migration.instance declared as ProcessDefinitionEntityModifier and TypeFieldDescriptionprotected ProcessDefinitionEntity
MigratingProcessInstance.sourceDefinition
protected ProcessDefinitionEntity
MigratingProcessInstance.targetDefinition
Methods in org.camunda.bpm.engine.impl.migration.instance that return ProcessDefinitionEntityModifier and TypeMethodDescriptionMigratingProcessInstance.getSourceDefinition()
MigratingProcessInstance.getTargetDefinition()
Constructors in org.camunda.bpm.engine.impl.migration.instance with parameters of type ProcessDefinitionEntityModifierConstructorDescriptionMigratingProcessInstance
(String processInstanceId, ProcessDefinitionEntity sourceDefinition, ProcessDefinitionEntity targetDefinition) -
Uses of ProcessDefinitionEntity in org.camunda.bpm.engine.impl.migration.instance.parser
Fields in org.camunda.bpm.engine.impl.migration.instance.parser declared as ProcessDefinitionEntityModifier and TypeFieldDescriptionprotected ProcessDefinitionEntity
MigratingInstanceParseContext.sourceProcessDefinition
protected ProcessDefinitionEntity
MigratingInstanceParseContext.targetProcessDefinition
Constructors in org.camunda.bpm.engine.impl.migration.instance.parser with parameters of type ProcessDefinitionEntityModifierConstructorDescriptionMigratingInstanceParseContext
(MigratingInstanceParser parser, MigrationPlan migrationPlan, ExecutionEntity processInstance, ProcessDefinitionEntity targetProcessDefinition) -
Uses of ProcessDefinitionEntity in org.camunda.bpm.engine.impl.oplog
Methods in org.camunda.bpm.engine.impl.oplog with parameters of type ProcessDefinitionEntityModifier and TypeMethodDescriptionUserOperationLogContextEntryBuilder.inContextOf
(ExternalTaskEntity task, ExecutionEntity execution, ProcessDefinitionEntity definition) UserOperationLogContextEntryBuilder.inContextOf
(ProcessDefinitionEntity processDefinition) -
Uses of ProcessDefinitionEntity in org.camunda.bpm.engine.impl.persistence.deploy.cache
Methods in org.camunda.bpm.engine.impl.persistence.deploy.cache that return ProcessDefinitionEntityModifier and TypeMethodDescriptionDeploymentCache.findDeployedLatestProcessDefinitionByKey
(String processDefinitionKey) DeploymentCache.findDeployedLatestProcessDefinitionByKeyAndTenantId
(String processDefinitionKey, String tenantId) DeploymentCache.findDeployedProcessDefinitionByDeploymentAndKey
(String deploymentId, String processDefinitionKey) DeploymentCache.findDeployedProcessDefinitionById
(String processDefinitionId) DeploymentCache.findDeployedProcessDefinitionByKeyVersionAndTenantId
(String processDefinitionKey, Integer processDefinitionVersion, String tenantId) DeploymentCache.findDeployedProcessDefinitionByKeyVersionTagAndTenantId
(String processDefinitionKey, String processDefinitionVersionTag, String tenantId) DeploymentCache.findProcessDefinitionFromCache
(String processDefinitionId) DeploymentCache.resolveProcessDefinition
(ProcessDefinitionEntity processDefinition) Methods in org.camunda.bpm.engine.impl.persistence.deploy.cache that return types with arguments of type ProcessDefinitionEntityModifier and TypeMethodDescriptionProcessDefinitionCache.getManager()
org.camunda.commons.utils.cache.Cache<String,
ProcessDefinitionEntity> DeploymentCache.getProcessDefinitionCache()
Methods in org.camunda.bpm.engine.impl.persistence.deploy.cache with parameters of type ProcessDefinitionEntityModifier and TypeMethodDescriptionvoid
DeploymentCache.addProcessDefinition
(ProcessDefinitionEntity processDefinition) protected void
ProcessDefinitionCache.checkDefinitionFound
(String definitionId, ProcessDefinitionEntity definition) protected void
ProcessDefinitionCache.checkInvalidDefinitionByDeploymentAndKey
(String deploymentId, String definitionKey, ProcessDefinitionEntity definition) protected void
ProcessDefinitionCache.checkInvalidDefinitionByKey
(String definitionKey, ProcessDefinitionEntity definition) protected void
ProcessDefinitionCache.checkInvalidDefinitionByKeyAndTenantId
(String definitionKey, String tenantId, ProcessDefinitionEntity definition) protected void
ProcessDefinitionCache.checkInvalidDefinitionByKeyVersionAndTenantId
(String definitionKey, Integer definitionVersion, String tenantId, ProcessDefinitionEntity definition) protected void
ProcessDefinitionCache.checkInvalidDefinitionByKeyVersionTagAndTenantId
(String definitionKey, String definitionVersionTag, String tenantId, ProcessDefinitionEntity definition) protected void
ProcessDefinitionCache.checkInvalidDefinitionWasCached
(String deploymentId, String definitionId, ProcessDefinitionEntity definition) DeploymentCache.findBpmnModelInstanceForProcessDefinition
(ProcessDefinitionEntity processDefinitionEntity) DeploymentCache.resolveProcessDefinition
(ProcessDefinitionEntity processDefinition) Constructor parameters in org.camunda.bpm.engine.impl.persistence.deploy.cache with type arguments of type ProcessDefinitionEntityModifierConstructorDescriptionBpmnModelInstanceCache
(CacheFactory factory, int cacheCapacity, ResourceDefinitionCache<ProcessDefinitionEntity> definitionCache) -
Uses of ProcessDefinitionEntity in org.camunda.bpm.engine.impl.persistence.entity
Subclasses of ProcessDefinitionEntity in org.camunda.bpm.engine.impl.persistence.entityFields in org.camunda.bpm.engine.impl.persistence.entity declared as ProcessDefinitionEntityMethods in org.camunda.bpm.engine.impl.persistence.entity that return ProcessDefinitionEntityModifier and TypeMethodDescriptionProcessDefinitionManager.findDefinitionByDeploymentAndKey
(String deploymentId, String definitionKey) ProcessDefinitionManager.findDefinitionByKeyVersionAndTenantId
(String definitionKey, Integer definitionVersion, String tenantId) ProcessDefinitionManager.findDefinitionByKeyVersionTagAndTenantId
(String definitionKey, String definitionVersionTag, String tenantId) ProcessDefinitionManager.findLatestDefinitionById
(String id) ProcessDefinitionManager.findLatestDefinitionByKey
(String key) ProcessDefinitionManager.findLatestDefinitionByKeyAndTenantId
(String definitionKey, String tenantId) ProcessDefinitionManager.findLatestProcessDefinitionById
(String processDefinitionId) ProcessDefinitionManager.findLatestProcessDefinitionByKey
(String processDefinitionKey) ProcessDefinitionManager.findLatestProcessDefinitionByKeyAndTenantId
(String processDefinitionKey, String tenantId) ProcessDefinitionManager.findProcessDefinitionByDeploymentAndKey
(String deploymentId, String processDefinitionKey) ProcessDefinitionManager.findProcessDefinitionByKeyVersionAndTenantId
(String processDefinitionKey, Integer processDefinitionVersion, String tenantId) protected ProcessDefinitionEntity
ProcessDefinitionManager.findProcessDefinitionByKeyVersionOrVersionTag
(String processDefinitionKey, Integer processDefinitionVersion, String processDefinitionVersionTag, String tenantId) ProcessDefinitionManager.findProcessDefinitionByKeyVersionTagAndTenantId
(String processDefinitionKey, String processDefinitionVersionTag, String tenantId) ProcessDefinitionManager.getCachedResourceDefinitionEntity
(String definitionId) ProcessDefinitionEntity.getPreviousDefinition()
IdentityLinkEntity.getProcessDef()
EventSubscriptionEntity.getProcessDefinition()
ExecutionEntity.getProcessDefinition()
ensures initialization and returns the process definition.IncidentEntity.getProcessDefinition()
TaskEntity.getProcessDefinition()
protected ProcessDefinitionEntity
ProcessDefinitionEntity.loadProcessDefinition
(String processDefinitionId) Returns the cached version if exists; does not update the entity from the database in that caseMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type ProcessDefinitionEntityModifier and TypeMethodDescriptionProcessDefinitionManager.findLatestProcessDefinitionsByKey
(String processDefinitionKey) Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type ProcessDefinitionEntityModifier and TypeMethodDescriptionvoid
ProcessDefinitionManager.insertProcessDefinition
(ProcessDefinitionEntity processDefinition) void
IdentityLinkEntity.setProcessDef
(ProcessDefinitionEntity processDef) void
ProcessDefinitionEntity.updateModifiableFieldsFromEntity
(ProcessDefinitionEntity updatingProcessDefinition) Updates all modifiable fields from another process definition entity. -
Uses of ProcessDefinitionEntity in org.camunda.bpm.engine.impl.pvm.runtime
Methods in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type ProcessDefinitionEntityModifier and TypeMethodDescriptionstatic void
LegacyBehavior.migrateMultiInstanceJobDefinitions
(ProcessDefinitionEntity processDefinition, List<JobDefinitionEntity> jobDefinitions) When deploying an async job definition for an activity wrapped in an miBody, set the activity id to the miBody except the wrapped activity is marked as async. -
Uses of ProcessDefinitionEntity in org.camunda.bpm.engine.impl.runtime
Fields in org.camunda.bpm.engine.impl.runtime declared as ProcessDefinitionEntityModifier and TypeFieldDescriptionprotected ProcessDefinitionEntity
CorrelationHandlerResult.processDefinitionEntity
Methods in org.camunda.bpm.engine.impl.runtime that return ProcessDefinitionEntityModifier and TypeMethodDescriptionConditionHandlerResult.getProcessDefinition()
CorrelationHandlerResult.getProcessDefinitionEntity()
Methods in org.camunda.bpm.engine.impl.runtime with parameters of type ProcessDefinitionEntityModifier and TypeMethodDescriptionprotected List<ActivityImpl>
DefaultConditionHandler.findConditionalStartEventActivities
(ProcessDefinitionEntity processDefinition) protected String
DefaultCorrelationHandler.findStartActivityIdByMessage
(ProcessDefinitionEntity processDefinition, String messageName) static ConditionHandlerResult
ConditionHandlerResult.matchedProcessDefinition
(ProcessDefinitionEntity processDefinition, ActivityImpl startActivityId) static CorrelationHandlerResult
CorrelationHandlerResult.matchedProcessDefinition
(ProcessDefinitionEntity processDefinitionEntity, String startEventActivityId) void
ConditionHandlerResult.setProcessDefinition
(ProcessDefinitionEntity processDefinition) Constructors in org.camunda.bpm.engine.impl.runtime with parameters of type ProcessDefinitionEntityModifierConstructorDescriptionConditionHandlerResult
(ProcessDefinitionEntity processDefinition, ActivityImpl activity) -
Uses of ProcessDefinitionEntity in org.camunda.bpm.spring.boot.starter.event
Methods in org.camunda.bpm.spring.boot.starter.event with parameters of type ProcessDefinitionEntityModifier and TypeMethodDescriptionvoid
PublishDelegateParseListener.parseProcess
(Element processElement, ProcessDefinitionEntity processDefinition)