Uses of Interface
org.camunda.bpm.model.dmn.instance.OrganizationUnit
-
Packages that use OrganizationUnit Package Description org.camunda.bpm.model.dmn.impl.instance org.camunda.bpm.model.dmn.instance -
-
Uses of OrganizationUnit in org.camunda.bpm.model.dmn.impl.instance
Classes in org.camunda.bpm.model.dmn.impl.instance that implement OrganizationUnit Modifier and Type Class Description class
OrganizationUnitImpl
Fields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type OrganizationUnit Modifier and Type Field Description protected static ElementReferenceCollection<OrganizationUnit,DecisionMakerReference>
DecisionImpl. decisionMakerRefCollection
protected static ElementReferenceCollection<OrganizationUnit,DecisionOwnerReference>
DecisionImpl. decisionOwnerRefCollection
protected static ElementReference<OrganizationUnit,OwnerReference>
KnowledgeSourceImpl. ownerRef
Methods in org.camunda.bpm.model.dmn.impl.instance that return OrganizationUnit Modifier and Type Method Description OrganizationUnit
KnowledgeSourceImpl. getOwner()
Methods in org.camunda.bpm.model.dmn.impl.instance that return types with arguments of type OrganizationUnit Modifier and Type Method Description Collection<OrganizationUnit>
DecisionImpl. getDecisionMakers()
Collection<OrganizationUnit>
DecisionImpl. getDecisionOwners()
Methods in org.camunda.bpm.model.dmn.impl.instance with parameters of type OrganizationUnit Modifier and Type Method Description void
KnowledgeSourceImpl. setOwner(OrganizationUnit owner)
-
Uses of OrganizationUnit in org.camunda.bpm.model.dmn.instance
Methods in org.camunda.bpm.model.dmn.instance that return OrganizationUnit Modifier and Type Method Description OrganizationUnit
KnowledgeSource. getOwner()
Methods in org.camunda.bpm.model.dmn.instance that return types with arguments of type OrganizationUnit Modifier and Type Method Description Collection<OrganizationUnit>
Decision. getDecisionMakers()
Collection<OrganizationUnit>
Decision. getDecisionOwners()
Methods in org.camunda.bpm.model.dmn.instance with parameters of type OrganizationUnit Modifier and Type Method Description void
KnowledgeSource. setOwner(OrganizationUnit owner)
-