Package | Description |
---|---|
org.camunda.bpm.engine |
Public API of the Camunda Platform engine.
Typical usage of the API starts by the creation of a ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine can be obtained.Through the services obtained from such a ProcessEngine , BPM and workflow operation
can be executed:RepositoryService :
Manages Deployment sRuntimeService :
For starting and searching ProcessInstance sTaskService :
Exposes operations to manage human (standalone) Task s,
such as claiming, completing and assigning tasksIdentityService :
Used for managing User s,
Group s and the relations between themManagementService :
Exposes engine admin and maintenance operations,
which have no relation to the runtime execution of business processesHistoryService :
Exposes information about ongoing and past process instances.FormService :
Access to form data and rendered forms for starting new process instances and completing tasks. |
org.camunda.bpm.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
org.camunda.bpm.engine.impl.batch.removaltime | |
org.camunda.bpm.engine.impl.cfg | |
org.camunda.bpm.engine.impl.cfg.auth | |
org.camunda.bpm.engine.impl.cfg.multitenancy | |
org.camunda.bpm.engine.impl.dmn.cmd | |
org.camunda.bpm.engine.impl.dmn.entity.repository | |
org.camunda.bpm.engine.impl.dmn.invocation | |
org.camunda.bpm.engine.impl.history | |
org.camunda.bpm.engine.impl.history.producer | |
org.camunda.bpm.engine.impl.persistence.deploy.cache | |
org.camunda.bpm.engine.impl.persistence.entity | |
org.camunda.bpm.engine.impl.util | |
org.camunda.bpm.engine.repository |
Classes related to the
RepositoryService . |
org.camunda.bpm.engine.rest.dto.repository |
Modifier and Type | Method and Description |
---|---|
DecisionDefinition |
RepositoryService.getDecisionDefinition(String decisionDefinitionId)
Returns the
DecisionDefinition . |
Modifier and Type | Method and Description |
---|---|
DecisionDefinition |
RepositoryServiceImpl.getDecisionDefinition(String decisionDefinitionId) |
Modifier and Type | Method and Description |
---|---|
protected DecisionDefinition |
DecisionSetRemovalTimeJobHandler.findDecisionDefinitionById(String decisionDefinitionId,
CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
void |
CommandChecker.checkEvaluateDecision(DecisionDefinition decisionDefinition)
Checks if it is allowed to evaluate the given decision.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationCommandChecker.checkEvaluateDecision(DecisionDefinition decisionDefinition) |
AuthorizationEntity[] |
ResourceAuthorizationProvider.newDecisionDefinition(DecisionDefinition decisionDefinition)
Invoked whenever a new decision definition is created.
|
AuthorizationEntity[] |
DefaultAuthorizationProvider.newDecisionDefinition(DecisionDefinition decisionDefinition) |
Modifier and Type | Field and Description |
---|---|
protected DecisionDefinition |
TenantIdProviderHistoricDecisionInstanceContext.decisionDefinition |
Modifier and Type | Method and Description |
---|---|
DecisionDefinition |
TenantIdProviderHistoricDecisionInstanceContext.getDecisionDefinition() |
Modifier and Type | Method and Description |
---|---|
void |
TenantCommandChecker.checkEvaluateDecision(DecisionDefinition decisionDefinition) |
Constructor and Description |
---|
TenantIdProviderHistoricDecisionInstanceContext(DecisionDefinition decisionDefinition) |
TenantIdProviderHistoricDecisionInstanceContext(DecisionDefinition decisionDefinition,
DelegateCaseExecution caseExecution) |
TenantIdProviderHistoricDecisionInstanceContext(DecisionDefinition decisionDefinition,
DelegateExecution execution) |
Modifier and Type | Method and Description |
---|---|
DecisionDefinition |
GetDeploymentDecisionDefinitionCmd.execute(CommandContext commandContext) |
protected DecisionDefinition |
EvaluateDecisionTableCmd.findById(DeploymentCache deploymentCache) |
protected DecisionDefinition |
EvaluateDecisionCmd.findById(DeploymentCache deploymentCache) |
protected DecisionDefinition |
EvaluateDecisionTableCmd.findByKey(DeploymentCache deploymentCache) |
protected DecisionDefinition |
EvaluateDecisionCmd.findByKey(DeploymentCache deploymentCache) |
protected DecisionDefinition |
EvaluateDecisionTableCmd.getDecisionDefinition(CommandContext commandContext) |
protected DecisionDefinition |
EvaluateDecisionCmd.getDecisionDefinition(CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
protected DmnDecisionTableResult |
EvaluateDecisionTableCmd.doEvaluateDecision(DecisionDefinition decisionDefinition,
VariableMap variables) |
protected DmnDecisionResult |
EvaluateDecisionCmd.doEvaluateDecision(DecisionDefinition decisionDefinition,
VariableMap variables) |
protected void |
EvaluateDecisionTableCmd.writeUserOperationLog(CommandContext commandContext,
DecisionDefinition decisionDefinition) |
protected void |
EvaluateDecisionCmd.writeUserOperationLog(CommandContext commandContext,
DecisionDefinition decisionDefinition) |
Modifier and Type | Class and Description |
---|---|
class |
DecisionDefinitionEntity |
Modifier and Type | Method and Description |
---|---|
List<DecisionDefinition> |
DecisionDefinitionQueryImpl.executeList(CommandContext commandContext,
Page page) |
List<DecisionDefinition> |
DecisionDefinitionManager.findDecisionDefinitionByDeploymentId(String deploymentId) |
List<DecisionDefinition> |
DecisionDefinitionManager.findDecisionDefinitionsByQueryCriteria(DecisionDefinitionQueryImpl decisionDefinitionQuery,
Page page) |
Modifier and Type | Method and Description |
---|---|
protected void |
DecisionDefinitionManager.createDefaultAuthorizations(DecisionDefinition decisionDefinition) |
Modifier and Type | Field and Description |
---|---|
protected DecisionDefinition |
DecisionInvocation.decisionDefinition |
Modifier and Type | Method and Description |
---|---|
DecisionDefinition |
DecisionInvocation.getDecisionDefinition() |
Constructor and Description |
---|
DecisionInvocation(DecisionDefinition decisionDefinition,
VariableContext variableContext) |
Modifier and Type | Method and Description |
---|---|
Date |
DefaultHistoryRemovalTimeProvider.calculateRemovalTime(HistoricDecisionInstanceEntity historicRootDecisionInstance,
DecisionDefinition decisionDefinition) |
Date |
HistoryRemovalTimeProvider.calculateRemovalTime(HistoricDecisionInstanceEntity historicRootDecisionInstance,
DecisionDefinition decisionDefinition)
Calculates the removal time of historic entities related to decisions.
|
Modifier and Type | Method and Description |
---|---|
protected Date |
DefaultDmnHistoryEventProducer.calculateRemovalTime(HistoricDecisionInstanceEntity historicDecisionInstance,
DecisionDefinition decisionDefinition) |
protected String |
DefaultDmnHistoryEventProducer.provideTenantId(DecisionDefinition decisionDefinition,
HistoricDecisionInstanceEntity event) |
Modifier and Type | Method and Description |
---|---|
protected List<DecisionDefinition> |
DmnModelInstanceCache.getAllDefinitionsForDeployment(String deploymentId) |
protected List<DecisionDefinition> |
CmmnModelInstanceCache.getAllDefinitionsForDeployment(String deploymentId) |
Modifier and Type | Method and Description |
---|---|
List<DecisionDefinition> |
ProcessApplicationDeploymentImpl.getDeployedDecisionDefinitions() |
List<DecisionDefinition> |
DeploymentEntity.getDeployedDecisionDefinitions() |
Modifier and Type | Method and Description |
---|---|
static DecisionDefinition |
CallableElementUtil.getDecisionDefinitionToCall(VariableScope execution,
BaseCallableElement callableElement) |
protected static DecisionDefinition |
DecisionEvaluationUtil.resolveDecisionDefinition(BaseCallableElement callableElement,
AbstractVariableScope execution) |
Modifier and Type | Method and Description |
---|---|
protected static DecisionInvocation |
DecisionEvaluationUtil.createInvocation(DecisionDefinition decisionDefinition,
AbstractVariableScope variableScope) |
protected static DecisionInvocation |
DecisionEvaluationUtil.createInvocation(DecisionDefinition decisionDefinition,
VariableContext variableContext) |
protected static DecisionInvocation |
DecisionEvaluationUtil.createInvocation(DecisionDefinition decisionDefinition,
VariableMap variables) |
static DmnDecisionResult |
DecisionEvaluationUtil.evaluateDecision(DecisionDefinition decisionDefinition,
VariableMap variables) |
static DmnDecisionTableResult |
DecisionEvaluationUtil.evaluateDecisionTable(DecisionDefinition decisionDefinition,
VariableMap variables) |
Modifier and Type | Method and Description |
---|---|
List<DecisionDefinition> |
DeploymentWithDefinitions.getDeployedDecisionDefinitions()
Returns the decision definitions, which are deployed with that deployment
|
Modifier and Type | Method and Description |
---|---|
static DecisionDefinitionDto |
DecisionDefinitionDto.fromDecisionDefinition(DecisionDefinition definition) |
Copyright © 2022. All rights reserved.