Uses of Class
nl.b3p.csw.jaxb.filter.FilterType
-
Packages that use FilterType Package Description nl.b3p.csw.client nl.b3p.csw.jaxb.filter -
-
Uses of FilterType in nl.b3p.csw.client
Methods in nl.b3p.csw.client with parameters of type FilterType Modifier and Type Method Description static GetRecordsCswRequestCreator. createCswRequest(FilterType filterType)static GetRecordsCswRequestCreator. createCswRequest(FilterType filterType, BigInteger startPosition, BigInteger maxRecords, SortBy sortBy)static GetRecordsCswRequestCreator. createCswRequest(FilterType filterType, BigInteger startPosition, BigInteger maxRecords, SortBy sortBy, String elementSetName, String outputSchema, String resultTypeString) -
Uses of FilterType in nl.b3p.csw.jaxb.filter
Methods in nl.b3p.csw.jaxb.filter that return FilterType Modifier and Type Method Description FilterTypeObjectFactory. createFilterType()Create an instance ofFilterTypeMethods in nl.b3p.csw.jaxb.filter with parameters of type FilterType Modifier and Type Method Description FilterObjectFactory. createFilter(FilterType value)Create an instance ofFilter}Constructors in nl.b3p.csw.jaxb.filter with parameters of type FilterType Constructor Description Filter(FilterType value)
-