Modifier and Type | Method and Description |
---|---|
JobDeclaration<BatchJobContext,MessageEntity> |
RestartProcessInstancesJobHandler.getJobDeclaration() |
JobDeclaration<BatchJobContext,MessageEntity> |
ModificationBatchJobHandler.getJobDeclaration() |
Modifier and Type | Class and Description |
---|---|
class |
BatchJobDeclaration |
class |
BatchMonitorJobDeclaration
Job declaration for batch monitor jobs.
|
class |
BatchSeedJobDeclaration
Job declaration for batch seed jobs.
|
Modifier and Type | Method and Description |
---|---|
abstract JobDeclaration<BatchJobContext,MessageEntity> |
AbstractBatchJobHandler.getJobDeclaration() |
JobDeclaration<?,MessageEntity> |
BatchJobHandler.getJobDeclaration()
Get the job declaration for batch jobs.
|
Modifier and Type | Method and Description |
---|---|
JobDeclaration<BatchJobContext,MessageEntity> |
DeleteProcessInstancesJobHandler.getJobDeclaration() |
JobDeclaration<BatchJobContext,MessageEntity> |
DeleteHistoricProcessInstancesJobHandler.getJobDeclaration() |
Modifier and Type | Method and Description |
---|---|
JobDeclaration<BatchJobContext,MessageEntity> |
SetExternalTaskRetriesJobHandler.getJobDeclaration() |
Modifier and Type | Method and Description |
---|---|
JobDeclaration<BatchJobContext,MessageEntity> |
SetJobRetriesJobHandler.getJobDeclaration() |
Modifier and Type | Method and Description |
---|---|
JobDeclaration<BatchJobContext,MessageEntity> |
ProcessSetRemovalTimeJobHandler.getJobDeclaration() |
JobDeclaration<BatchJobContext,MessageEntity> |
BatchSetRemovalTimeJobHandler.getJobDeclaration() |
JobDeclaration<BatchJobContext,MessageEntity> |
DecisionSetRemovalTimeJobHandler.getJobDeclaration() |
Modifier and Type | Method and Description |
---|---|
JobDeclaration<BatchJobContext,MessageEntity> |
UpdateProcessInstancesSuspendStateJobHandler.getJobDeclaration() |
Modifier and Type | Method and Description |
---|---|
JobDeclaration<BatchJobContext,MessageEntity> |
BatchSetVariablesHandler.getJobDeclaration() |
Modifier and Type | Field and Description |
---|---|
protected static PropertyMapKey<String,List<JobDeclaration<?,?>>> |
BpmnDeployer.JOB_DECLARATIONS_PROPERTY |
Modifier and Type | Method and Description |
---|---|
protected void |
BpmnDeployer.createJobDefinition(ProcessDefinition processDefinition,
JobDeclaration<?,?> jobDeclaration) |
Modifier and Type | Method and Description |
---|---|
protected void |
BpmnDeployer.updateJobDeclarations(List<JobDeclaration<?,?>> jobDeclarations,
ProcessDefinitionEntity processDefinition,
boolean isNewDeployment) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,List<JobDeclaration<?,?>>> |
BpmnParse.jobDeclarations
Mapping from a process definition key to his containing list of job
declarations
|
Modifier and Type | Method and Description |
---|---|
Map<String,List<JobDeclaration<?,?>>> |
BpmnParse.getJobDeclarations() |
List<JobDeclaration<?,?>> |
BpmnParse.getJobDeclarationsByKey(String processDefinitionKey) |
Modifier and Type | Method and Description |
---|---|
protected void |
BpmnParse.addJobDeclarationToProcessDefinition(JobDeclaration<?,?> jobDeclaration,
ProcessDefinition processDefinition) |
Modifier and Type | Field and Description |
---|---|
protected PriorityProvider<JobDeclaration<?,?>> |
ProcessEngineConfigurationImpl.jobPriorityProvider |
Modifier and Type | Method and Description |
---|---|
PriorityProvider<JobDeclaration<?,?>> |
ProcessEngineConfigurationImpl.getJobPriorityProvider() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessEngineConfigurationImpl.setJobPriorityProvider(PriorityProvider<JobDeclaration<?,?>> jobPriorityProvider) |
Modifier and Type | Field and Description |
---|---|
static JobDeclaration |
HistoryCleanupCmd.HISTORY_CLEANUP_JOB_DECLARATION |
Modifier and Type | Method and Description |
---|---|
JobDeclaration<BatchJobContext,MessageEntity> |
DeleteHistoricDecisionInstancesJobHandler.getJobDeclaration() |
Modifier and Type | Class and Description |
---|---|
class |
AsyncAfterMessageJobDeclaration |
class |
AsyncBeforeMessageJobDeclaration |
class |
EventSubscriptionJobDeclaration
Describes and creates jobs for handling an event asynchronously.
|
class |
MessageJobDeclaration
Declaration of a Message Job (Asynchronous continuation job)
|
class |
TimerDeclarationImpl |
Modifier and Type | Method and Description |
---|---|
protected String |
DefaultJobPriorityProvider.describeContext(JobDeclaration<?,?> jobDeclaration,
ExecutionEntity executionEntity) |
protected Long |
DefaultJobPriorityProvider.getActivityPriority(ExecutionEntity execution,
JobDeclaration<?,?> jobDeclaration) |
protected Long |
DefaultJobPriorityProvider.getProcessDefinitionPriority(ExecutionEntity execution,
JobDeclaration<?,?> jobDeclaration) |
protected Long |
DefaultJobPriorityProvider.getSpecificPriority(ExecutionEntity execution,
JobDeclaration<?,?> param,
String jobDefinitionId) |
Modifier and Type | Class and Description |
---|---|
class |
HistoryCleanupJobDeclaration
Job declaration for history cleanup.
|
Modifier and Type | Method and Description |
---|---|
JobDeclaration<BatchJobContext,MessageEntity> |
MigrationBatchJobHandler.getJobDeclaration() |
Constructor and Description |
---|
JobDefinitionEntity(JobDeclaration<?,?> jobDeclaration) |
Copyright © 2022. All rights reserved.