Uses of Class
org.camunda.bpm.engine.impl.dmn.entity.repository.DecisionDefinitionEntity
-
-
Uses of DecisionDefinitionEntity in org.camunda.bpm.engine.impl.cfg
Methods in org.camunda.bpm.engine.impl.cfg with parameters of type DecisionDefinitionEntity Modifier and Type Method Description voidCommandChecker. checkReadDecisionDefinition(DecisionDefinitionEntity decisionDefinition)Checks if it is allowed to read the given decision definition. -
Uses of DecisionDefinitionEntity in org.camunda.bpm.engine.impl.cfg.auth
Methods in org.camunda.bpm.engine.impl.cfg.auth that return DecisionDefinitionEntity Modifier and Type Method Description protected DecisionDefinitionEntityAuthorizationCommandChecker. findLatestDecisionDefinitionById(String decisionDefinitionId)Methods in org.camunda.bpm.engine.impl.cfg.auth with parameters of type DecisionDefinitionEntity Modifier and Type Method Description voidAuthorizationCommandChecker. checkReadDecisionDefinition(DecisionDefinitionEntity decisionDefinition)voidAuthorizationCommandChecker. checkUpdateDecisionDefinition(DecisionDefinitionEntity decisionDefinition) -
Uses of DecisionDefinitionEntity in org.camunda.bpm.engine.impl.cfg.multitenancy
Methods in org.camunda.bpm.engine.impl.cfg.multitenancy that return DecisionDefinitionEntity Modifier and Type Method Description protected DecisionDefinitionEntityTenantCommandChecker. findLatestDecisionDefinitionById(String decisionDefinitionId)Methods in org.camunda.bpm.engine.impl.cfg.multitenancy with parameters of type DecisionDefinitionEntity Modifier and Type Method Description voidTenantCommandChecker. checkReadDecisionDefinition(DecisionDefinitionEntity decisionDefinition) -
Uses of DecisionDefinitionEntity in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type DecisionDefinitionEntity Modifier and Type Method Description protected voidUpdateDecisionDefinitionHistoryTimeToLiveCmd. logUserOperation(CommandContext commandContext, DecisionDefinitionEntity decisionDefinitionEntity) -
Uses of DecisionDefinitionEntity in org.camunda.bpm.engine.impl.dmn.deployer
Methods in org.camunda.bpm.engine.impl.dmn.deployer that return DecisionDefinitionEntity Modifier and Type Method Description protected DecisionDefinitionEntityDecisionDefinitionDeployer. findDefinitionByDeploymentAndKey(String deploymentId, String definitionKey)protected DecisionDefinitionEntityDecisionDefinitionDeployer. findLatestDefinitionByKeyAndTenantId(String definitionKey, String tenantId)Methods in org.camunda.bpm.engine.impl.dmn.deployer that return types with arguments of type DecisionDefinitionEntity Modifier and Type Method Description protected List<DecisionDefinitionEntity>DecisionDefinitionDeployer. transformDefinitions(DeploymentEntity deployment, ResourceEntity resource, Properties properties)Methods in org.camunda.bpm.engine.impl.dmn.deployer with parameters of type DecisionDefinitionEntity Modifier and Type Method Description protected voidDecisionDefinitionDeployer. addDefinitionToDeploymentCache(DeploymentCache deploymentCache, DecisionDefinitionEntity definition)protected voidDecisionDefinitionDeployer. persistDefinition(DecisionDefinitionEntity definition) -
Uses of DecisionDefinitionEntity in org.camunda.bpm.engine.impl.dmn.entity.repository
Methods in org.camunda.bpm.engine.impl.dmn.entity.repository with parameters of type DecisionDefinitionEntity Modifier and Type Method Description voidDecisionDefinitionManager. insertDecisionDefinition(DecisionDefinitionEntity decisionDefinition)voidDecisionDefinitionEntity. updateModifiableFieldsFromEntity(DecisionDefinitionEntity updatingDecisionDefinition)Updates all modifiable fields from another decision definition entity. -
Uses of DecisionDefinitionEntity in org.camunda.bpm.engine.impl.persistence.deploy.cache
Methods in org.camunda.bpm.engine.impl.persistence.deploy.cache that return DecisionDefinitionEntity Modifier and Type Method Description DecisionDefinitionEntityDeploymentCache. findDecisionDefinitionFromCache(String decisionDefinitionId)DecisionDefinitionEntityDeploymentCache. findDeployedDecisionDefinitionById(String decisionDefinitionId)DecisionDefinitionEntityDecisionDefinitionCache. findDeployedDefinitionByKeyAndVersion(String definitionKey, Integer definitionVersion)DecisionDefinitionEntityDeploymentCache. resolveDecisionDefinition(DecisionDefinitionEntity decisionDefinition)Methods in org.camunda.bpm.engine.impl.persistence.deploy.cache that return types with arguments of type DecisionDefinitionEntity Modifier and Type Method Description org.camunda.commons.utils.cache.Cache<String,DecisionDefinitionEntity>DeploymentCache. getDecisionDefinitionCache()protected AbstractResourceDefinitionManager<DecisionDefinitionEntity>DecisionDefinitionCache. getManager()Methods in org.camunda.bpm.engine.impl.persistence.deploy.cache with parameters of type DecisionDefinitionEntity Modifier and Type Method Description voidDeploymentCache. addDecisionDefinition(DecisionDefinitionEntity decisionDefinition)protected voidDecisionDefinitionCache. checkDefinitionFound(String definitionId, DecisionDefinitionEntity definition)protected voidDecisionDefinitionCache. checkInvalidDefinitionByDeploymentAndKey(String deploymentId, String definitionKey, DecisionDefinitionEntity definition)protected voidDecisionDefinitionCache. checkInvalidDefinitionByKey(String definitionKey, DecisionDefinitionEntity definition)protected voidDecisionDefinitionCache. checkInvalidDefinitionByKeyAndTenantId(String definitionKey, String tenantId, DecisionDefinitionEntity definition)protected voidDecisionDefinitionCache. checkInvalidDefinitionByKeyAndVersion(String decisionDefinitionKey, Integer decisionDefinitionVersion, DecisionDefinitionEntity decisionDefinition)protected voidDecisionDefinitionCache. checkInvalidDefinitionByKeyVersionAndTenantId(String definitionKey, Integer definitionVersion, String tenantId, DecisionDefinitionEntity definition)protected voidDecisionDefinitionCache. checkInvalidDefinitionByKeyVersionTagAndTenantId(String definitionKey, String definitionVersionTag, String tenantId, DecisionDefinitionEntity definition)protected voidDecisionDefinitionCache. checkInvalidDefinitionWasCached(String deploymentId, String definitionId, DecisionDefinitionEntity definition)DecisionDefinitionEntityDeploymentCache. resolveDecisionDefinition(DecisionDefinitionEntity decisionDefinition)Constructor parameters in org.camunda.bpm.engine.impl.persistence.deploy.cache with type arguments of type DecisionDefinitionEntity Constructor Description DmnModelInstanceCache(CacheFactory factory, int cacheCapacity, ResourceDefinitionCache<DecisionDefinitionEntity> definitionCache)
-