Modifier and Type | Method and Description |
---|---|
void |
CommandChecker.checkReadDecisionDefinition(DecisionDefinitionEntity decisionDefinition)
Checks if it is allowed to read the given decision definition.
|
Modifier and Type | Method and Description |
---|---|
protected DecisionDefinitionEntity |
AuthorizationCommandChecker.findLatestDecisionDefinitionById(String decisionDefinitionId) |
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationCommandChecker.checkReadDecisionDefinition(DecisionDefinitionEntity decisionDefinition) |
void |
AuthorizationCommandChecker.checkUpdateDecisionDefinition(DecisionDefinitionEntity decisionDefinition) |
Modifier and Type | Method and Description |
---|---|
protected DecisionDefinitionEntity |
TenantCommandChecker.findLatestDecisionDefinitionById(String decisionDefinitionId) |
Modifier and Type | Method and Description |
---|---|
void |
TenantCommandChecker.checkReadDecisionDefinition(DecisionDefinitionEntity decisionDefinition) |
Modifier and Type | Method and Description |
---|---|
protected DecisionDefinitionEntity |
DecisionDefinitionDeployer.findDefinitionByDeploymentAndKey(String deploymentId,
String definitionKey) |
protected DecisionDefinitionEntity |
DecisionDefinitionDeployer.findLatestDefinitionByKeyAndTenantId(String definitionKey,
String tenantId) |
Modifier and Type | Method and Description |
---|---|
protected List<DecisionDefinitionEntity> |
DecisionDefinitionDeployer.transformDefinitions(DeploymentEntity deployment,
ResourceEntity resource,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
protected void |
DecisionDefinitionDeployer.addDefinitionToDeploymentCache(DeploymentCache deploymentCache,
DecisionDefinitionEntity definition) |
protected void |
DecisionDefinitionDeployer.persistDefinition(DecisionDefinitionEntity definition) |
Modifier and Type | Method and Description |
---|---|
void |
DecisionDefinitionManager.insertDecisionDefinition(DecisionDefinitionEntity decisionDefinition) |
void |
DecisionDefinitionEntity.updateModifiableFieldsFromEntity(DecisionDefinitionEntity updatingDecisionDefinition)
Updates all modifiable fields from another decision definition entity.
|
Modifier and Type | Method and Description |
---|---|
DecisionDefinitionEntity |
DeploymentCache.findDecisionDefinitionFromCache(String decisionDefinitionId) |
DecisionDefinitionEntity |
DeploymentCache.findDeployedDecisionDefinitionById(String decisionDefinitionId) |
DecisionDefinitionEntity |
DecisionDefinitionCache.findDeployedDefinitionByKeyAndVersion(String definitionKey,
Integer definitionVersion) |
DecisionDefinitionEntity |
DeploymentCache.resolveDecisionDefinition(DecisionDefinitionEntity decisionDefinition) |
Modifier and Type | Method and Description |
---|---|
org.camunda.commons.utils.cache.Cache<String,DecisionDefinitionEntity> |
DeploymentCache.getDecisionDefinitionCache() |
protected AbstractResourceDefinitionManager<DecisionDefinitionEntity> |
DecisionDefinitionCache.getManager() |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentCache.addDecisionDefinition(DecisionDefinitionEntity decisionDefinition) |
protected void |
DecisionDefinitionCache.checkDefinitionFound(String definitionId,
DecisionDefinitionEntity definition) |
protected void |
DecisionDefinitionCache.checkInvalidDefinitionByDeploymentAndKey(String deploymentId,
String definitionKey,
DecisionDefinitionEntity definition) |
protected void |
DecisionDefinitionCache.checkInvalidDefinitionByKey(String definitionKey,
DecisionDefinitionEntity definition) |
protected void |
DecisionDefinitionCache.checkInvalidDefinitionByKeyAndTenantId(String definitionKey,
String tenantId,
DecisionDefinitionEntity definition) |
protected void |
DecisionDefinitionCache.checkInvalidDefinitionByKeyAndVersion(String decisionDefinitionKey,
Integer decisionDefinitionVersion,
DecisionDefinitionEntity decisionDefinition) |
protected void |
DecisionDefinitionCache.checkInvalidDefinitionByKeyVersionAndTenantId(String definitionKey,
Integer definitionVersion,
String tenantId,
DecisionDefinitionEntity definition) |
protected void |
DecisionDefinitionCache.checkInvalidDefinitionByKeyVersionTagAndTenantId(String definitionKey,
String definitionVersionTag,
String tenantId,
DecisionDefinitionEntity definition) |
protected void |
DecisionDefinitionCache.checkInvalidDefinitionWasCached(String deploymentId,
String definitionId,
DecisionDefinitionEntity definition) |
DecisionDefinitionEntity |
DeploymentCache.resolveDecisionDefinition(DecisionDefinitionEntity decisionDefinition) |
Constructor and Description |
---|
DmnModelInstanceCache(CacheFactory factory,
int cacheCapacity,
ResourceDefinitionCache<DecisionDefinitionEntity> definitionCache) |
Copyright © 2019. All rights reserved.