Uses of Interface
org.flowable.dmn.engine.impl.persistence.entity.DecisionEntity
-
-
Uses of DecisionEntity in org.flowable.dmn.engine.impl.cmd
Methods in org.flowable.dmn.engine.impl.cmd that return DecisionEntity Modifier and Type Method Description DecisionEntityGetDeploymentDecisionCmd. execute(CommandContext commandContext) -
Uses of DecisionEntity in org.flowable.dmn.engine.impl.deployer
Fields in org.flowable.dmn.engine.impl.deployer with type parameters of type DecisionEntity Modifier and Type Field Description protected List<DecisionEntity>ParsedDeployment. decisionsprotected Map<DecisionEntity,DmnParse>ParsedDeployment. mapDecisionsToParsesprotected Map<DecisionEntity,EngineResource>ParsedDeployment. mapDecisionsToResourcesMethods in org.flowable.dmn.engine.impl.deployer that return DecisionEntity Modifier and Type Method Description DecisionEntityParsedDeploymentBuilder. getDecision(String decisionKey, List<DecisionEntity> decisions)DecisionEntityDmnDeploymentHelper. getMostRecentVersionOfDecision(DecisionEntity decision)Gets the most recent persisted decision that matches this one for tenant and key.DecisionEntityDmnDeploymentHelper. getPersistedInstanceOfDecision(DecisionEntity decision)Gets the persisted version of the already-deployed decision.Methods in org.flowable.dmn.engine.impl.deployer that return types with arguments of type DecisionEntity Modifier and Type Method Description List<DecisionEntity>ParsedDeployment. getAllDecisions()protected Map<DecisionEntity,DecisionEntity>DmnDeployer. getPreviousVersionsOfDecisions(ParsedDeployment parsedDeployment)Constructs a map from new DecisionEntities to the previous version by key and tenant.protected Map<DecisionEntity,DecisionEntity>DmnDeployer. getPreviousVersionsOfDecisions(ParsedDeployment parsedDeployment)Constructs a map from new DecisionEntities to the previous version by key and tenant.Methods in org.flowable.dmn.engine.impl.deployer with parameters of type DecisionEntity Modifier and Type Method Description DmnResourceEntityDecisionRequirementsDiagramHelper. createDiagramForDecision(DecisionEntity decision, DmnDefinition dmnDefinition)Generates a diagram resource for a DecisionEntity.DecisionParsedDeployment. getDecisionForDecisionEntity(DecisionEntity decisionEntity)static StringResourceNameUtil. getDecisionRequirementsDiagramResourceNameFromDeployment(DecisionEntity decisionDefinition, Map<String,EngineResource> resources)Finds the name of a resource for the diagram for a decision definition.DecisionServiceParsedDeployment. getDecisionServiceForDecisionEntity(DecisionEntity decisionEntity)DmnDefinitionParsedDeployment. getDmnDefinitionForDecision(DecisionEntity decision)DmnParseParsedDeployment. getDmnParseForDecision(DecisionEntity decision)DecisionEntityDmnDeploymentHelper. getMostRecentVersionOfDecision(DecisionEntity decision)Gets the most recent persisted decision that matches this one for tenant and key.DecisionEntityDmnDeploymentHelper. getPersistedInstanceOfDecision(DecisionEntity decision)Gets the persisted version of the already-deployed decision.EngineResourceParsedDeployment. getResourceForDecision(DecisionEntity decision)booleanDecisionRequirementsDiagramHelper. shouldCreateDiagram(DecisionEntity decision, EngineDeployment deployment)Method parameters in org.flowable.dmn.engine.impl.deployer with type arguments of type DecisionEntity Modifier and Type Method Description voidDmnDeploymentHelper. copyDeploymentValuesToDecisions(DmnDeploymentEntity deployment, List<DecisionEntity> decisions)Updates all the decision entities to match the deployment's values for tenant, engine version, and deployment id.DecisionEntityParsedDeploymentBuilder. getDecision(String decisionKey, List<DecisionEntity> decisions)protected voidParsedDeploymentBuilder. processDI(DmnDefinition dmnDefinition, List<DecisionEntity> decisions)protected voidDmnDeployer. setDecisionVersionsAndIds(ParsedDeployment parsedDeployment, Map<DecisionEntity,DecisionEntity> mapNewToOldDecisions)Sets the version on each decision entity, and the identifier.protected voidDmnDeployer. setDecisionVersionsAndIds(ParsedDeployment parsedDeployment, Map<DecisionEntity,DecisionEntity> mapNewToOldDecisions)Sets the version on each decision entity, and the identifier.voidDmnDeploymentHelper. verifyDecisionTablesDoNotShareKeys(Collection<DecisionEntity> decisionTables)Verifies that no two decisions share the same key, to prevent database unique index violation.Constructor parameters in org.flowable.dmn.engine.impl.deployer with type arguments of type DecisionEntity Constructor Description ParsedDeployment(DmnDeploymentEntity entity, List<DecisionEntity> decisions, Map<DecisionEntity,DmnParse> mapDecisionsToParses, Map<DecisionEntity,EngineResource> mapDecisionsToResources)ParsedDeployment(DmnDeploymentEntity entity, List<DecisionEntity> decisions, Map<DecisionEntity,DmnParse> mapDecisionsToParses, Map<DecisionEntity,EngineResource> mapDecisionsToResources) -
Uses of DecisionEntity in org.flowable.dmn.engine.impl.parser
Fields in org.flowable.dmn.engine.impl.parser with type parameters of type DecisionEntity Modifier and Type Field Description protected List<DecisionEntity>DmnParse. decisionsThe end result of the parsing: a list of decision (services).Methods in org.flowable.dmn.engine.impl.parser that return types with arguments of type DecisionEntity Modifier and Type Method Description List<DecisionEntity>DmnParse. getDecisions() -
Uses of DecisionEntity in org.flowable.dmn.engine.impl.persistence.deploy
Fields in org.flowable.dmn.engine.impl.persistence.deploy declared as DecisionEntity Modifier and Type Field Description protected DecisionEntityDecisionCacheEntry. decisionEntityMethods in org.flowable.dmn.engine.impl.persistence.deploy that return DecisionEntity Modifier and Type Method Description DecisionEntityDeploymentManager. findDeployedDecisionById(String decisionId)DecisionEntityDeploymentManager. findDeployedDefinitionByKeyAndVersionAndTenantId(String definitionKey, int definitionVersion, String tenantId)DecisionEntityDeploymentManager. findDeployedLatestDecisionByKeyAndDeploymentId(String definitionKey, String deploymentId)DecisionEntityDeploymentManager. findDeployedLatestDecisionByKeyDeploymentIdAndTenantId(String definitionKey, String deploymentId, String tenantId)DecisionEntityDeploymentManager. findDeployedLatestDefinitionByKey(String definitionKey)DecisionEntityDeploymentManager. findDeployedLatestDefinitionByKeyAndTenantId(String definitionKey, String tenantId)DecisionEntityDecisionCacheEntry. getDecisionEntity()Methods in org.flowable.dmn.engine.impl.persistence.deploy with parameters of type DecisionEntity Modifier and Type Method Description voidDecisionCacheEntry. setDecisionEntity(DecisionEntity decisionEntity)Constructors in org.flowable.dmn.engine.impl.persistence.deploy with parameters of type DecisionEntity Constructor Description DecisionCacheEntry(DecisionEntity decisionEntity, DmnDefinition dmnDefinition, Decision decision)DecisionCacheEntry(DecisionEntity decisionEntity, DmnDefinition dmnDefinition, DecisionService decisionService) -
Uses of DecisionEntity in org.flowable.dmn.engine.impl.persistence.entity
Classes in org.flowable.dmn.engine.impl.persistence.entity that implement DecisionEntity Modifier and Type Class Description classDecisionEntityImplMethods in org.flowable.dmn.engine.impl.persistence.entity that return DecisionEntity Modifier and Type Method Description DecisionEntityDecisionEntityManager. findDecisionByDeploymentAndKey(String deploymentId, String definitionKey)DecisionEntityDefinitionEntityManagerImpl. findDecisionByDeploymentAndKey(String deploymentId, String DefinitionKey)DecisionEntityDecisionEntityManager. findDecisionByDeploymentAndKeyAndTenantId(String deploymentId, String definitionKey, String tenantId)DecisionEntityDefinitionEntityManagerImpl. findDecisionByDeploymentAndKeyAndTenantId(String deploymentId, String decisionKey, String tenantId)DecisionEntityDecisionEntityManager. findDecisionByKeyAndVersionAndTenantId(String DefinitionKey, Integer definitionVersion, String tenantId)DecisionEntityDefinitionEntityManagerImpl. findDecisionByKeyAndVersionAndTenantId(String definitionKey, Integer definitionVersion, String tenantId)DecisionEntityDecisionEntityManager. findLatestDecisionByKey(String DefinitionKey)DecisionEntityDefinitionEntityManagerImpl. findLatestDecisionByKey(String DefinitionKey)DecisionEntityDecisionEntityManager. findLatestDecisionByKeyAndTenantId(String DefinitionKey, String tenantId)DecisionEntityDefinitionEntityManagerImpl. findLatestDecisionByKeyAndTenantId(String DefinitionKey, String tenantId)protected DecisionEntityDmnDeploymentEntityManagerImpl. findLatestDefinition(DmnDecision definition) -
Uses of DecisionEntity in org.flowable.dmn.engine.impl.persistence.entity.data
-
Uses of DecisionEntity in org.flowable.dmn.engine.impl.persistence.entity.data.impl
Methods in org.flowable.dmn.engine.impl.persistence.entity.data.impl that return types with arguments of type DecisionEntity Modifier and Type Method Description Class<? extends DecisionEntity>MybatisDecisionDataManager. getManagedEntityClass() -
Uses of DecisionEntity in org.flowable.dmn.engine.impl.util
Methods in org.flowable.dmn.engine.impl.util that return DecisionEntity Modifier and Type Method Description static DecisionEntityDecisionUtil. getDecisionTableEntity(String decisionTableId)static DecisionEntityDecisionUtil. getDecisionTableEntity(String decisionTableId, boolean checkCacheOnly)static DecisionEntityDecisionUtil. getDecisionTableFromDatabase(String decisionTableId)
-