Uses of Class
org.camunda.bpm.engine.impl.persistence.entity.ProcessDefinitionEntity
-
-
Uses of ProcessDefinitionEntity in org.camunda.bpm.application.impl.event
Methods in org.camunda.bpm.application.impl.event with parameters of type ProcessDefinitionEntity Modifier and Type Method Description void
ProcessApplicationEventParseListener. parseProcess(Element processElement, ProcessDefinitionEntity processDefinition)
Method parameters in org.camunda.bpm.application.impl.event with type arguments of type ProcessDefinitionEntity Modifier and Type Method Description void
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 ProcessDefinitionEntity Modifier and Type Method Description void
CdiEventSupportBpmnParseListener. parseProcess(Element processElement, ProcessDefinitionEntity processDefinition)
Method parameters in org.camunda.bpm.engine.cdi.impl.event with type arguments of type ProcessDefinitionEntity Modifier and Type Method Description void
CdiEventSupportBpmnParseListener. parseRootElement(Element rootElement, List<ProcessDefinitionEntity> processDefinitions)
Constructors in org.camunda.bpm.engine.cdi.impl.event with parameters of type ProcessDefinitionEntity Constructor Description CdiBusinessProcessEvent(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 ProcessDefinitionEntity Modifier and Type Method Description protected 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 ProcessDefinitionEntity Modifier and Type Method Description protected 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 ProcessDefinitionEntity Modifier and Type Method Description protected 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 ProcessDefinitionEntity Modifier and Type Method Description protected List<ProcessDefinitionEntity>
BpmnDeployer. transformDefinitions(DeploymentEntity deployment, ResourceEntity resource, Properties properties)
Methods in org.camunda.bpm.engine.impl.bpmn.deployer with parameters of type ProcessDefinitionEntity Modifier and Type Method Description protected 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)
protected 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 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 processDefinition, 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 ProcessDefinitionEntity Modifier and Type Field Description protected 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 ProcessDefinitionEntity Modifier and Type Method Description ProcessDefinitionEntity
BpmnParse. getProcessDefinition(String processDefinitionKey)
ProcessDefinitionEntity
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 ProcessDefinitionEntity Modifier and Type Method Description List<ProcessDefinitionEntity>
BpmnParse. getProcessDefinitions()
Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type ProcessDefinitionEntity Modifier and Type Method Description EventSubscriptionEntity
EventSubscriptionDeclaration. 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)
TaskDefinition
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)
Method parameters in org.camunda.bpm.engine.impl.bpmn.parser with type arguments of type ProcessDefinitionEntity Modifier and Type Method Description void
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 ProcessDefinitionEntity Modifier and Type Method Description protected 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 ProcessDefinitionEntity Modifier and Type Method Description protected 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 ProcessDefinitionEntity Modifier and Type Method Description ProcessDefinitionEntity
GetDeployedProcessDefinitionCmd. 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 ProcessDefinitionEntity Modifier and Type Method Description protected Map<String,ProcessDefinitionEntity>
SignalEventReceivedCmd. getProcessDefinitionsOfSubscriptions(List<EventSubscriptionEntity> startSignalEventSubscriptions)
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type ProcessDefinitionEntity Modifier and Type Method Description protected 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 ProcessDefinitionEntity Modifier and Type Method Description ProcessDefinitionEntity
ExecutionContext. getProcessDefinition()
Deprecated.Methods in org.camunda.bpm.engine.impl.context with parameters of type ProcessDefinitionEntity Modifier and Type Method Description static 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 ProcessDefinitionEntity Modifier and Type Field Description protected ProcessDefinitionEntity
CreateStartFormInvocation. definition
Methods in org.camunda.bpm.engine.impl.form.handler with parameters of type ProcessDefinitionEntity Modifier and Type Method Description StartFormData
DefaultStartFormHandler. createStartFormData(ProcessDefinitionEntity processDefinition)
StartFormData
DelegateStartFormHandler. createStartFormData(ProcessDefinitionEntity processDefinition)
StartFormData
StartFormHandler. createStartFormData(ProcessDefinitionEntity processDefinition)
void
DefaultFormHandler. parseConfiguration(Element activityElement, DeploymentEntity deployment, ProcessDefinitionEntity processDefinition, BpmnParse bpmnParse)
void
DefaultStartFormHandler. 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 ProcessDefinitionEntity Constructor Description CreateStartFormInvocation(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 ProcessDefinitionEntity Modifier and Type Method Description void
HistoryParseListener. parseProcess(Element processElement, ProcessDefinitionEntity processDefinition)
Method parameters in org.camunda.bpm.engine.impl.history.parser with type arguments of type ProcessDefinitionEntity Modifier and Type Method Description void
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 ProcessDefinitionEntity Modifier and Type Method Description void
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 ProcessDefinitionEntity Modifier and Type Method Description protected 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 ProcessDefinitionEntity Modifier and Type Method Description protected 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)
Void
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 ProcessDefinitionEntity Modifier and Type Method Description protected 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 ProcessDefinitionEntity Modifier and Type Field Description protected ProcessDefinitionEntity
MigratingProcessInstance. sourceDefinition
protected ProcessDefinitionEntity
MigratingProcessInstance. targetDefinition
Methods in org.camunda.bpm.engine.impl.migration.instance that return ProcessDefinitionEntity Modifier and Type Method Description ProcessDefinitionEntity
MigratingProcessInstance. getSourceDefinition()
ProcessDefinitionEntity
MigratingProcessInstance. getTargetDefinition()
Constructors in org.camunda.bpm.engine.impl.migration.instance with parameters of type ProcessDefinitionEntity Constructor Description MigratingProcessInstance(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 ProcessDefinitionEntity Modifier and Type Field Description protected ProcessDefinitionEntity
MigratingInstanceParseContext. sourceProcessDefinition
protected ProcessDefinitionEntity
MigratingInstanceParseContext. targetProcessDefinition
Constructors in org.camunda.bpm.engine.impl.migration.instance.parser with parameters of type ProcessDefinitionEntity Constructor Description MigratingInstanceParseContext(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 ProcessDefinitionEntity Modifier and Type Method Description UserOperationLogContextEntryBuilder
UserOperationLogContextEntryBuilder. inContextOf(ExternalTaskEntity task, ExecutionEntity execution, ProcessDefinitionEntity definition)
UserOperationLogContextEntryBuilder
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 types with arguments of type ProcessDefinitionEntity Modifier and Type Method Description protected AbstractResourceDefinitionManager<ProcessDefinitionEntity>
ProcessDefinitionCache. 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 ProcessDefinitionEntity Modifier and Type Method Description void
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)
BpmnModelInstance
DeploymentCache. findBpmnModelInstanceForProcessDefinition(ProcessDefinitionEntity processDefinitionEntity)
ProcessDefinitionEntity
DeploymentCache. resolveProcessDefinition(ProcessDefinitionEntity processDefinition)
Constructor parameters in org.camunda.bpm.engine.impl.persistence.deploy.cache with type arguments of type ProcessDefinitionEntity Constructor Description BpmnModelInstanceCache(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.entity Modifier and Type Class Description class
ProcessDefinitionStatisticsEntity
Fields in org.camunda.bpm.engine.impl.persistence.entity declared as ProcessDefinitionEntity Modifier and Type Field Description protected ProcessDefinitionEntity
IdentityLinkEntity. processDef
Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type ProcessDefinitionEntity Modifier and Type Method Description List<ProcessDefinitionEntity>
ProcessDefinitionManager. findLatestProcessDefinitionsByKey(String processDefinitionKey)
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type ProcessDefinitionEntity Modifier and Type Method Description void
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 ProcessDefinitionEntity Modifier and Type Method Description static 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 ProcessDefinitionEntity Modifier and Type Field Description protected ProcessDefinitionEntity
CorrelationHandlerResult. processDefinitionEntity
Methods in org.camunda.bpm.engine.impl.runtime that return ProcessDefinitionEntity Modifier and Type Method Description ProcessDefinitionEntity
ConditionHandlerResult. getProcessDefinition()
ProcessDefinitionEntity
CorrelationHandlerResult. getProcessDefinitionEntity()
Methods in org.camunda.bpm.engine.impl.runtime with parameters of type ProcessDefinitionEntity Modifier and Type Method Description protected 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 ProcessDefinitionEntity Constructor Description ConditionHandlerResult(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 ProcessDefinitionEntity Modifier and Type Method Description void
PublishDelegateParseListener. parseProcess(Element processElement, ProcessDefinitionEntity processDefinition)
-