Class Harvest
java.lang.Object
org.opengis.cite.cat20.dgiwg10.CommonFixture
org.opengis.cite.cat20.dgiwg10.transaction.TransactionalOperation
org.opengis.cite.cat20.dgiwg10.transaction.Harvest
- Author:
- Lyn Goltz
-
Field Summary
Fields inherited from class org.opengis.cite.cat20.dgiwg10.transaction.TransactionalOperation
cswValidator, id, requestCreator, TRANSACTION_PASSWORD, TRANSACTION_USERNAME, transactionUrl
Fields inherited from class org.opengis.cite.cat20.dgiwg10.CommonFixture
capabilitiesDoc, cswClient, requestDocument, response, responseDocument, ROOT_PKG_PATH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) String
void
void
Issue a HTTP POST Harvest Request and confirm that all records are returned (Requirement 18).void
Methods inherited from class org.opengis.cite.cat20.dgiwg10.transaction.TransactionalOperation
buildValidators, parseIdentifier, parseTotalDeleted, parseTotalInserted, parseTotalUpdated, removeInsertedRecords, setTransactionPostUrl
Methods inherited from class org.opengis.cite.cat20.dgiwg10.CommonFixture
buildGetRequest, clearMessages, getResponseEntityAsDocument, initCommonFixture
-
Constructor Details
-
Harvest
public Harvest()
-
-
Method Details
-
getOperationName
String getOperationName()- Specified by:
getOperationName
in classTransactionalOperation
-
supportsHarvesting
public void supportsHarvesting() -
issueHarvestRequest
public void issueHarvestRequest()Issue a HTTP POST Harvest Request and confirm that all records are returned (Requirement 18). -
issueGetRecordById_EnsureHarvest
public void issueGetRecordById_EnsureHarvest()
-