public class ResponsePaging extends Object
<OperationsMetadata xmlns="http://www.opengis.net/ows/1.1">
<Constraint name="ImplementsResultPaging">
<AllowedValues>
<Value>TRUE</Value>
</AllowedValues>
</Constraint>
</OperationsMetadata>
An implementation may ensure transactional consistency for response paging,
as indicated by the value of the operation constraint
PagingIsTransactionSafe (default: FALSE). This constraint applies to
GetFeature, GetFeatureWithLock, and GetPropertyValue requests.Modifier and Type | Field and Description |
---|---|
static String |
CACHE_TIMEOUT |
static String |
COUNT_DEFAULT |
static String |
IMPL_RESULT_PAGING |
static String |
PAGING_IS_CONSISTENT |
Constructor and Description |
---|
ResponsePaging() |
Modifier and Type | Method and Description |
---|---|
void |
implementsResponsePaging(org.testng.ITestContext testContext)
This @BeforeTest configuration method checks the
implementation status of the "ImplementsResultPaging" conformance
class and looks up the values of the relevant operation constraints
(, "PagingIsTransactionSafe",
and , "CountDefault").
|
public static final String IMPL_RESULT_PAGING
public static final String CACHE_TIMEOUT
public static final String PAGING_IS_CONSISTENT
public static final String COUNT_DEFAULT
public void implementsResponsePaging(org.testng.ITestContext testContext)
testContext
- Information about the test run environment.Copyright © 2022 Open Geospatial Consortium. All rights reserved.