Uses of Interface
org.ehrbase.openehr.sdk.aql.dto.containment.Containment
Packages that use Containment
Package
Description
-
Uses of Containment in org.ehrbase.openehr.sdk.aql.dto
Methods in org.ehrbase.openehr.sdk.aql.dto that return ContainmentMethods in org.ehrbase.openehr.sdk.aql.dto with parameters of type Containment -
Uses of Containment in org.ehrbase.openehr.sdk.aql.dto.containment
Classes in org.ehrbase.openehr.sdk.aql.dto.containment that implement ContainmentModifier and TypeClassDescriptionclassfinal classfinal classfinal classfinal classMethods in org.ehrbase.openehr.sdk.aql.dto.containment that return ContainmentModifier and TypeMethodDescriptionContainmentNotOperator.getContainmentExpression()AbstractContainmentExpression.getContains()Methods in org.ehrbase.openehr.sdk.aql.dto.containment that return types with arguments of type ContainmentMethods in org.ehrbase.openehr.sdk.aql.dto.containment with parameters of type ContainmentModifier and TypeMethodDescriptionvoidContainmentNotOperator.setContainmentExpression(Containment containmentExpression) voidAbstractContainmentExpression.setContains(Containment contains) Method parameters in org.ehrbase.openehr.sdk.aql.dto.containment with type arguments of type ContainmentModifier and TypeMethodDescriptionvoidContainmentSetOperator.setValues(List<Containment> values) -
Uses of Containment in org.ehrbase.openehr.sdk.aql.util
Methods in org.ehrbase.openehr.sdk.aql.util with parameters of type ContainmentModifier and TypeMethodDescriptionstatic Map<String,AbstractContainmentExpression> AqlUtil.containmentExpressionsByIdentifier(Containment containment) static Stream<AbstractContainmentExpression>AqlUtil.streamContainments(Containment containment)