Package org.codice.ddf.itests.common.csw
Class CswTestCommons
java.lang.Object
org.codice.ddf.itests.common.csw.CswTestCommons
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetCswConnectedSourceProperties(String sourceId, String cswUrl, ServiceManager serviceManager) static StringgetCswFunctionQuery(String propertyName, Object literalValue, String outputFormat, String outputSchema, String functionName, Object... additionalArguments) static StringgetCswInsertRequest(String typeName, String record) static StringgetCswQuery(String propertyName, String literalValue, String outputFormat, String outputSchema) getCswRegistryStoreProperties(String sourceId, String cswUrl, ServiceManager serviceManager) getCswSourceProperties(String sourceId, String factoryPid, String cswUrl, ServiceManager serviceManager) getCswSourceProperties(String sourceId, String cswUrl, ServiceManager serviceManager) static StringgetCswSubscription(String propertyName, String literalValue, String responseHandler) static StringgetCswSubscription(String propertyName, String literalValue, String ouputFormat, String outputSchema, String responseHandler) static StringgetMetacardIdFromCswInsertResponse(io.restassured.response.Response response)
-
Field Details
-
CSW_SOURCE_SYMBOLIC_NAME
- See Also:
-
CSW_FEDERATED_SOURCE_FACTORY_PID
- See Also:
-
CSW_CONNECTED_SOURCE_FACTORY_PID
- See Also:
-
CSW_REGISTRY_STORE_SYMBOLIC_NAME
- See Also:
-
CSW_REGISTRY_STORE_FACTORY_PID
- See Also:
-
GMD_CSW_FEDERATED_SOURCE_FACTORY_PID
- See Also:
-
-
Method Details
-
getCswSourceProperties
-
getCswConnectedSourceProperties
-
getCswSourceProperties
-
getCswRegistryStoreProperties
-
getCswQuery
-
getCswFunctionQuery
-
getCswSubscription
-
getCswSubscription
-
getCswInsertRequest
-
getMetacardIdFromCswInsertResponse
public static String getMetacardIdFromCswInsertResponse(io.restassured.response.Response response) throws IOException, XPathExpressionException - Throws:
IOExceptionXPathExpressionException
-