Modifier and Type | Method and Description |
---|---|
ProcessDefinition |
RepositoryService.getProcessDefinition(String processDefinitionId)
Returns the
ProcessDefinition including all BPMN information like additional
Properties (e.g. |
Modifier and Type | Method and Description |
---|---|
ProcessDefinition |
BusinessProcessEvent.getProcessDefinition() |
Modifier and Type | Field and Description |
---|---|
protected ProcessDefinition |
CdiBusinessProcessEvent.processDefinition |
Modifier and Type | Method and Description |
---|---|
ProcessDefinition |
CdiBusinessProcessEvent.getProcessDefinition() |
Constructor and Description |
---|
CdiBusinessProcessEvent(String activityId,
String transitionName,
ProcessDefinition processDefinition,
DelegateExecution execution,
BusinessProcessEventType type,
Date timeStamp) |
Modifier and Type | Method and Description |
---|---|
ProcessDefinition |
TaskForm.getProcessDefinition() |
Modifier and Type | Method and Description |
---|---|
ProcessDefinition |
StartFormData.getProcessDefinition()
The process definition for which this form is starting a new process instance
|
Modifier and Type | Method and Description |
---|---|
ProcessDefinition |
RepositoryServiceImpl.getProcessDefinition(String processDefinitionId) |
Modifier and Type | Method and Description |
---|---|
List<ProcessDefinition> |
ProcessDefinitionQueryImpl.executeList(CommandContext commandContext,
Page page) |
Modifier and Type | Method and Description |
---|---|
protected void |
ProcessDefinitionQueryImpl.addProcessDefinitionToCacheAndRetrieveDocumentation(List<ProcessDefinition> list) |
Modifier and Type | Method and Description |
---|---|
protected List<ProcessDefinition> |
ProcessApplicationManager.getDeployedProcessDefinitionArtifacts(DeploymentEntity deployment) |
Modifier and Type | Method and Description |
---|---|
protected void |
ProcessApplicationManager.logProcessDefinitionRegistrations(StringBuilder builder,
List<ProcessDefinition> processDefinitions) |
Modifier and Type | Method and Description |
---|---|
protected ProcessDefinition |
ProcessSetRemovalTimeJobHandler.findProcessDefinitionById(String processDefinitionId,
CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
BpmnDeployer.createJobDefinition(ProcessDefinition processDefinition,
JobDeclaration<?,?> jobDeclaration) |
Modifier and Type | Method and Description |
---|---|
protected void |
BpmnParse.addJobDeclarationToProcessDefinition(JobDeclaration<?,?> jobDeclaration,
ProcessDefinition processDefinition) |
protected void |
BpmnParse.parseProcessDefinitionCustomExtensions(Element scopeElement,
ProcessDefinition definition) |
protected void |
BpmnParse.parseStartAuthorization(Element scopeElement,
ProcessDefinition definition) |
Modifier and Type | Method and Description |
---|---|
void |
CommandChecker.checkCreateMigrationPlan(ProcessDefinition sourceProcessDefinition,
ProcessDefinition targetProcessDefinition) |
void |
CommandChecker.checkCreateProcessInstance(ProcessDefinition processDefinition)
Checks if it is allowed to create an instance of the given process definition.
|
void |
CommandChecker.checkMigrateProcessInstance(ExecutionEntity processInstance,
ProcessDefinition targetProcessDefinition) |
void |
CommandChecker.checkReadProcessDefinition(ProcessDefinition processDefinition)
Checks if it is allowed to read the given process definition.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationCommandChecker.checkCreateMigrationPlan(ProcessDefinition sourceProcessDefinition,
ProcessDefinition targetProcessDefinition) |
void |
AuthorizationCommandChecker.checkCreateProcessInstance(ProcessDefinition processDefinition) |
void |
AuthorizationCommandChecker.checkMigrateProcessInstance(ExecutionEntity processInstance,
ProcessDefinition targetProcessDefinition) |
void |
AuthorizationCommandChecker.checkReadProcessDefinition(ProcessDefinition processDefinition) |
AuthorizationEntity[] |
DefaultAuthorizationProvider.newProcessDefinition(ProcessDefinition processDefinition) |
AuthorizationEntity[] |
ResourceAuthorizationProvider.newProcessDefinition(ProcessDefinition processDefinition)
Invoked whenever a new process definition is created
|
Modifier and Type | Field and Description |
---|---|
protected ProcessDefinition |
TenantIdProviderProcessInstanceContext.processDefinition |
Modifier and Type | Method and Description |
---|---|
ProcessDefinition |
TenantIdProviderProcessInstanceContext.getProcessDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
TenantCommandChecker.checkCreateMigrationPlan(ProcessDefinition sourceProcessDefinition,
ProcessDefinition targetProcessDefinition) |
void |
TenantCommandChecker.checkCreateProcessInstance(ProcessDefinition processDefinition) |
void |
TenantCommandChecker.checkMigrateProcessInstance(ExecutionEntity processInstance,
ProcessDefinition targetProcessDefinition) |
void |
TenantCommandChecker.checkReadProcessDefinition(ProcessDefinition processDefinition) |
Constructor and Description |
---|
TenantIdProviderProcessInstanceContext(ProcessDefinition processDefinition,
VariableMap variables) |
TenantIdProviderProcessInstanceContext(ProcessDefinition processDefinition,
VariableMap variables,
DelegateCaseExecution superCaseExecution) |
TenantIdProviderProcessInstanceContext(ProcessDefinition processDefinition,
VariableMap variables,
DelegateExecution superExecution) |
Modifier and Type | Method and Description |
---|---|
protected ProcessDefinition |
DeleteProcessDefinitionsByIdsCmd.getSingleProcessDefinition(CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
protected List<? extends ProcessDefinition> |
DeployCmd.getDeployedProcesses(CommandContext commandContext,
DeploymentWithDefinitions deployment) |
Modifier and Type | Method and Description |
---|---|
protected void |
RestartProcessInstancesCmd.applyProperties(ProcessInstantiationBuilderImpl instantiationBuilder,
ProcessDefinition processDefinition,
HistoricProcessInstance processInstance) |
protected void |
RestartProcessInstancesCmd.checkAuthorization(CommandContext commandContext,
ProcessDefinition processDefinition) |
protected void |
AbstractRestartProcessInstanceCmd.writeUserOperationLog(CommandContext commandContext,
ProcessDefinition processDefinition,
int numInstances,
boolean async) |
protected void |
AbstractModificationCmd.writeUserOperationLog(CommandContext commandContext,
ProcessDefinition processDefinition,
int numInstances,
boolean async,
String annotation) |
Modifier and Type | Method and Description |
---|---|
protected Set<org.camunda.bpm.engine.impl.cmd.DeleteProcessDefinitionsByIdsCmd.ProcessDefinitionGroup> |
DeleteProcessDefinitionsByIdsCmd.groupByKeyAndTenant(List<ProcessDefinition> processDefinitions) |
Modifier and Type | Field and Description |
---|---|
protected ProcessDefinition |
StartFormDataImpl.processDefinition |
Modifier and Type | Method and Description |
---|---|
ProcessDefinition |
StartFormDataImpl.getProcessDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
StartFormDataImpl.setProcessDefinition(ProcessDefinition processDefinition) |
Modifier and Type | Method and Description |
---|---|
Date |
HistoryRemovalTimeProvider.calculateRemovalTime(HistoricProcessInstanceEventEntity historicRootProcessInstance,
ProcessDefinition processDefinition)
Calculates the removal time of historic entities related to processes.
|
Date |
DefaultHistoryRemovalTimeProvider.calculateRemovalTime(HistoricProcessInstanceEventEntity historicRootProcessInstance,
ProcessDefinition processDefinition) |
Modifier and Type | Method and Description |
---|---|
protected ProcessDefinition |
DefaultHistoryEventProducer.findProcessDefinitionById(String processDefinitionId) |
Modifier and Type | Method and Description |
---|---|
void |
JobExecutorLogger.ignoringSuspendedJob(ProcessDefinition processDefinition) |
protected void |
TimerStartEventJobHandler.startProcessInstance(CommandContext commandContext,
String tenantId,
ProcessDefinition processDefinition) |
Modifier and Type | Method and Description |
---|---|
protected List<ProcessDefinition> |
BpmnModelInstanceCache.getAllDefinitionsForDeployment(String deploymentId) |
Modifier and Type | Class and Description |
---|---|
class |
ProcessDefinitionEntity |
class |
ProcessDefinitionStatisticsEntity |
Modifier and Type | Method and Description |
---|---|
protected void |
ProcessDefinitionManager.createDefaultAuthorizations(ProcessDefinition processDefinition) |
void |
ProcessDefinitionManager.deleteProcessDefinition(ProcessDefinition processDefinition,
String processDefinitionId,
boolean cascadeToHistory,
boolean cascadeToInstances,
boolean skipCustomListeners,
boolean skipIoMappings)
Deletes the given process definition from the database and cache.
|
protected void |
ProcessDefinitionManager.deleteTimerStartEventsForProcessDefinition(ProcessDefinition processDefinition)
Deletes the timer start events for the given process definition.
|
Modifier and Type | Method and Description |
---|---|
ProcessDefinition |
CorrelationHandlerResult.getProcessDefinition() |
Modifier and Type | Interface and Description |
---|---|
interface |
ProcessDefinitionStatistics |
Modifier and Type | Method and Description |
---|---|
List<ProcessDefinition> |
DeploymentWithDefinitions.getDeployedProcessDefinitions()
Returns the process definitions, which are deployed with that deployment.
|
Modifier and Type | Method and Description |
---|---|
static ProcessDefinitionDto |
ProcessDefinitionDto.fromProcessDefinition(ProcessDefinition definition) |
Modifier and Type | Method and Description |
---|---|
static HalProcessDefinition |
HalProcessDefinition.fromProcessDefinition(ProcessDefinition processDefinition,
ProcessEngine processEngine) |
Copyright © 2019. All rights reserved.