| Package | Description | 
|---|---|
| org.camunda.bpm.engine | 
 Public API of the camunda BPM 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 DeploymentsRuntimeService:
    For starting and searching ProcessInstancesTaskService:
    Exposes operations to manage human (standalone) Tasks,
    such as claiming, completing and assigning tasksIdentityService:
    Used for managing Users,
    Groups 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.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.producer | |
| org.camunda.bpm.engine.impl.persistence.deploy | |
| org.camunda.bpm.engine.impl.util | |
| 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 | 
|---|---|
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,
                  org.camunda.bpm.engine.variable.VariableMap variables)  | 
protected DmnDecisionResult | 
EvaluateDecisionCmd.doEvaluateDecision(DecisionDefinition decisionDefinition,
                  org.camunda.bpm.engine.variable.VariableMap variables)  | 
| 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,
                  org.camunda.bpm.engine.variable.context.VariableContext variableContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected String | 
DefaultDmnHistoryEventProducer.provideTenantId(DecisionDefinition decisionDefinition,
               HistoricDecisionInstanceEntity event)  | 
| Modifier and Type | Method and Description | 
|---|---|
DecisionDefinition | 
DeploymentCache.findDeployedDecisionDefinitionByDeploymentAndKey(String deploymentId,
                                                String decisionDefinitionKey)  | 
DecisionDefinition | 
DeploymentCache.findDeployedDecisionDefinitionByKeyAndVersion(String decisionDefinitionKey,
                                             Integer decisionDefinitionVersion)  | 
DecisionDefinition | 
DeploymentCache.findDeployedDecisionDefinitionByKeyVersionAndTenantId(String decisionDefinitionKey,
                                                     Integer decisionDefinitionVersion,
                                                     String tenantId)  | 
DecisionDefinition | 
DeploymentCache.findDeployedLatestDecisionDefinitionByKey(String decisionDefinitionKey)  | 
DecisionDefinition | 
DeploymentCache.findDeployedLatestDecisionDefinitionByKeyAndTenantId(String decisionDefinitionKey,
                                                    String tenantId)  | 
| 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,
                org.camunda.bpm.engine.variable.context.VariableContext variableContext)  | 
protected static DecisionInvocation | 
DecisionEvaluationUtil.createInvocation(DecisionDefinition decisionDefinition,
                org.camunda.bpm.engine.variable.VariableMap variables)  | 
static DmnDecisionResult | 
DecisionEvaluationUtil.evaluateDecision(DecisionDefinition decisionDefinition,
                org.camunda.bpm.engine.variable.VariableMap variables)  | 
static DmnDecisionTableResult | 
DecisionEvaluationUtil.evaluateDecisionTable(DecisionDefinition decisionDefinition,
                     org.camunda.bpm.engine.variable.VariableMap variables)  | 
| Modifier and Type | Method and Description | 
|---|---|
static DecisionDefinitionDto | 
DecisionDefinitionDto.fromDecisionDefinition(DecisionDefinition definition)  | 
Copyright © 2018. All rights reserved.