public class StoredQueryManagement extends Object
<OperationsMetadata xmlns="http://www.opengis.net/ows/1.1">
<Constraint name="ManageStoredQueries">
<AllowedValues>
<Value>TRUE</Value>
</AllowedValues>
</Constraint>
</OperationsMetadata>
Modifier and Type | Field and Description |
---|---|
static String |
LANG_WFS_QUERY |
static String |
MANAGE_STORED_QRY |
Constructor and Description |
---|
StoredQueryManagement() |
Modifier and Type | Method and Description |
---|---|
void |
implementsManageStoredQueries(org.testng.ITestContext testContext)
This @BeforeTest configuration method checks the
implementation status of the "ManageStoredQueries" conformance
class.
|
void |
supportedStoredQueryLanguages(org.testng.ITestContext testContext)
[
Test ] Confirms that the capabilities document advertises support
for the (stored) query language "urn:ogc:def:queryLanguage:OGC-WFS::WFSQueryExpression" in the context
of CreateStoredQuery . |
public static final String LANG_WFS_QUERY
public static final String MANAGE_STORED_QRY
public void implementsManageStoredQueries(org.testng.ITestContext testContext)
testContext
- Information about the test run.public void supportedStoredQueryLanguages(org.testng.ITestContext testContext)
Test
] Confirms that the capabilities document advertises support
for the (stored) query language "urn:ogc:def:queryLanguage:OGC-WFS::WFSQueryExpression" in the context
of CreateStoredQuery
.testContext
- Information about the test run.Copyright © 2022 Open Geospatial Consortium. All rights reserved.