Uses of Interface
org.camunda.bpm.model.dmn.instance.Decision
-
Packages that use Decision Package Description org.camunda.bpm.model.dmn.impl.instance org.camunda.bpm.model.dmn.instance -
-
Uses of Decision in org.camunda.bpm.model.dmn.impl.instance
Classes in org.camunda.bpm.model.dmn.impl.instance that implement Decision Modifier and Type Class Description classDecisionImplFields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type Decision Modifier and Type Field Description protected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<Decision,DecisionMadeReference>OrganizationUnitImpl. decisionDecisionMadeRefCollectionprotected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<Decision,DecisionOwnedReference>OrganizationUnitImpl. decisionDecisionOwnedRefCollectionprotected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<Decision,EncapsulatedDecisionReference>DecisionServiceImpl. encapsulatedDecisionRefCollectionprotected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<Decision,ImpactingDecisionReference>PerformanceIndicatorImpl. impactingDecisionRefCollectionprotected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<Decision,InputDecisionReference>DecisionServiceImpl. inputDecisionRefCollectionprotected static org.camunda.bpm.model.xml.type.reference.ElementReferenceCollection<Decision,OutputDecisionReference>DecisionServiceImpl. outputDecisionRefCollectionprotected static org.camunda.bpm.model.xml.type.reference.ElementReference<Decision,RequiredDecisionReference>AuthorityRequirementImpl. requiredDecisionRefprotected static org.camunda.bpm.model.xml.type.reference.ElementReference<Decision,RequiredDecisionReference>InformationRequirementImpl. requiredDecisionRefMethods in org.camunda.bpm.model.dmn.impl.instance that return Decision Modifier and Type Method Description DecisionAuthorityRequirementImpl. getRequiredDecision()DecisionInformationRequirementImpl. getRequiredDecision()Methods in org.camunda.bpm.model.dmn.impl.instance that return types with arguments of type Decision Modifier and Type Method Description Collection<Decision>OrganizationUnitImpl. getDecisionsMade()Collection<Decision>OrganizationUnitImpl. getDecisionsOwned()Collection<Decision>DecisionServiceImpl. getEncapsulatedDecisions()Collection<Decision>PerformanceIndicatorImpl. getImpactingDecisions()Collection<Decision>DecisionServiceImpl. getInputDecisions()Collection<Decision>DecisionServiceImpl. getOutputDecisions()Methods in org.camunda.bpm.model.dmn.impl.instance with parameters of type Decision Modifier and Type Method Description voidAuthorityRequirementImpl. setRequiredDecision(Decision requiredDecision)voidInformationRequirementImpl. setRequiredDecision(Decision requiredDecision) -
Uses of Decision in org.camunda.bpm.model.dmn.instance
Methods in org.camunda.bpm.model.dmn.instance that return Decision Modifier and Type Method Description DecisionAuthorityRequirement. getRequiredDecision()DecisionInformationRequirement. getRequiredDecision()Methods in org.camunda.bpm.model.dmn.instance that return types with arguments of type Decision Modifier and Type Method Description Collection<Decision>OrganizationUnit. getDecisionsMade()Collection<Decision>OrganizationUnit. getDecisionsOwned()Collection<Decision>DecisionService. getEncapsulatedDecisions()Collection<Decision>PerformanceIndicator. getImpactingDecisions()Collection<Decision>DecisionService. getInputDecisions()Collection<Decision>DecisionService. getOutputDecisions()Methods in org.camunda.bpm.model.dmn.instance with parameters of type Decision Modifier and Type Method Description voidAuthorityRequirement. setRequiredDecision(Decision requiredDecision)voidInformationRequirement. setRequiredDecision(Decision requiredDecision)
-