Uses of Class
org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2.Filter
Packages that use Filter
Package
Description
-
Uses of Filter in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2
Fields in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 declared as FilterModifier and TypeFieldDescriptionprotected Filter
SearchRequest.filter
protected Filter
Filter.not
Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return FilterModifier and TypeMethodDescriptionObjectFactory.createFilter()
Create an instance ofFilter
SearchRequest.getFilter()
Gets the value of the filter property.Filter.getNot()
Gets the value of the not property.Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 that return types with arguments of type FilterModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<Filter> ObjectFactory.createFilterSetNot
(Filter value) Methods in org.openehealth.ipf.commons.ihe.hpd.stub.dsmlv2 with parameters of type FilterModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<Filter> ObjectFactory.createFilterSetNot
(Filter value) void
Sets the value of the filter property.void
Sets the value of the not property. -
Uses of Filter in org.openehealth.ipf.commons.ihe.hpd.stub.json
Methods in org.openehealth.ipf.commons.ihe.hpd.stub.json that return FilterModifier and TypeMethodDescriptionNot.toDsml()
static Filter
FilterIntermediaryUtils.toFilter
(FilterIntermediary fi) Methods in org.openehealth.ipf.commons.ihe.hpd.stub.json with parameters of type FilterModifier and TypeMethodDescriptionstatic FilterIntermediary
static FilterIntermediary
FilterIntermediaryUtils.fromFilter
(Filter f)