Uses of Class
nl.b3p.csw.jaxb.filter.SortBy
-
Packages that use SortBy Package Description nl.b3p.csw.client nl.b3p.csw.jaxb.csw nl.b3p.csw.jaxb.filter -
-
Uses of SortBy in nl.b3p.csw.client
Methods in nl.b3p.csw.client that return SortBy Modifier and Type Method Description static SortByCswRequestCreator. createDefaultSortBy()static SortByCswRequestCreator. createSortBy(String propertyName, SortOrderType type)Methods in nl.b3p.csw.client with parameters of type SortBy Modifier and Type Method Description static GetRecordsCswRequestCreator. createCswRequest(String queryString, String propertyName, BigInteger startPosition, BigInteger maxRecords, SortBy sortBy, String elementSetName, String outputSchema, String resultTypeString)static GetRecordsCswRequestCreator. createCswRequest(String queryString, String propertyName, BigInteger startPosition, BigInteger maxRecords, SortBy sortBy, String elementSetName, String outputSchema, String resultTypeString, boolean forceSearchUsingPartialWords)Defaults to simple PropertyIsLike filterstatic 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)static GetRecordsCswRequestCreator. createCswRequestPropertyIsEqual(String queryString, String propertyName, BigInteger startPosition, BigInteger maxRecords, SortBy sortBy, String elementSetName, String outputSchema, String resultTypeString, boolean forceSearchUsingPartialWords)static GetRecordsCswRequestCreator. createEmptyCswRequest(BigInteger startPosition, BigInteger maxRecords, SortBy sortBy, String elementSetName, String outputSchema, String resultTypeString)static GetRecordsCswRequestCreator. createSimpleCswRequest(String queryString, BigInteger startPosition, BigInteger maxRecords, SortBy sortBy)static GetRecordsCswSmartRequestCreator. createSmartCswRequest(String queryString, String propertyName, BigInteger startPosition, BigInteger maxRecords, SortBy sortBy)static GetRecordsCswSmartRequestCreator. createSmartCswRequest(String queryString, BigInteger startPosition, BigInteger maxRecords, SortBy sortBy) -
Uses of SortBy in nl.b3p.csw.jaxb.csw
Fields in nl.b3p.csw.jaxb.csw declared as SortBy Modifier and Type Field Description protected SortByQueryType. sortByMethods in nl.b3p.csw.jaxb.csw that return SortBy Modifier and Type Method Description SortByQueryType. getSortBy()Gets the value of the sortBy property.Methods in nl.b3p.csw.jaxb.csw with parameters of type SortBy Modifier and Type Method Description voidQueryType. setSortBy(SortBy value)Sets the value of the sortBy property.Constructors in nl.b3p.csw.jaxb.csw with parameters of type SortBy Constructor Description QueryType(ElementSetName elementSetName, List<QName> elementName, Constraint constraint, SortBy sortBy, List<QName> typeNames)Fully-initialising value constructor -
Uses of SortBy in nl.b3p.csw.jaxb.filter
Methods in nl.b3p.csw.jaxb.filter that return SortBy Modifier and Type Method Description SortByObjectFactory. createSortBy(SortByType value)Create an instance ofSortBy}
-