| Package | Description |
|---|---|
| nl.b3p.csw.client | |
| nl.b3p.csw.jaxb.csw | |
| nl.b3p.csw.jaxb.filter |
| Modifier and Type | Method and Description |
|---|---|
static SortBy |
CswRequestCreator.createDefaultSortBy() |
static SortBy |
CswRequestCreator.createSortBy(String propertyName,
SortOrderType type) |
| Modifier and Type | Method and Description |
|---|---|
static GetRecords |
CswRequestCreator.createCswRequest(FilterType filterType,
BigInteger startPosition,
BigInteger maxRecords,
SortBy sortBy) |
static GetRecords |
CswRequestCreator.createCswRequest(FilterType filterType,
BigInteger startPosition,
BigInteger maxRecords,
SortBy sortBy,
String elementSetName,
String outputSchema,
String resultTypeString) |
static GetRecords |
CswRequestCreator.createCswRequest(String queryString,
String propertyName,
BigInteger startPosition,
BigInteger maxRecords,
SortBy sortBy,
String elementSetName,
String outputSchema,
String resultTypeString) |
static GetRecords |
CswRequestCreator.createCswRequest(String queryString,
String propertyName,
BigInteger startPosition,
BigInteger maxRecords,
SortBy sortBy,
String elementSetName,
String outputSchema,
String resultTypeString,
boolean forceSearchUsingPartialWords)
Defaults to simple PropertyIsLike filter
|
static GetRecords |
CswRequestCreator.createCswRequestPropertyIsEqual(String queryString,
String propertyName,
BigInteger startPosition,
BigInteger maxRecords,
SortBy sortBy,
String elementSetName,
String outputSchema,
String resultTypeString,
boolean forceSearchUsingPartialWords) |
static GetRecords |
CswRequestCreator.createEmptyCswRequest(BigInteger startPosition,
BigInteger maxRecords,
SortBy sortBy,
String elementSetName,
String outputSchema,
String resultTypeString) |
static GetRecords |
CswRequestCreator.createSimpleCswRequest(String queryString,
BigInteger startPosition,
BigInteger maxRecords,
SortBy sortBy) |
static GetRecords |
CswSmartRequestCreator.createSmartCswRequest(String queryString,
BigInteger startPosition,
BigInteger maxRecords,
SortBy sortBy) |
static GetRecords |
CswSmartRequestCreator.createSmartCswRequest(String queryString,
String propertyName,
BigInteger startPosition,
BigInteger maxRecords,
SortBy sortBy) |
| Modifier and Type | Field and Description |
|---|---|
protected SortBy |
QueryType.sortBy |
| Modifier and Type | Method and Description |
|---|---|
SortBy |
QueryType.getSortBy()
Gets the value of the sortBy property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QueryType.setSortBy(SortBy value)
Sets the value of the sortBy property.
|
| Constructor and Description |
|---|
QueryType(ElementSetName elementSetName,
List<QName> elementName,
Constraint constraint,
SortBy sortBy,
List<QName> typeNames)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
SortBy |
ObjectFactory.createSortBy(SortByType value)
Create an instance of
SortBy} |
Copyright © 2015. All rights reserved.