Class TransactionalOperation
java.lang.Object
org.opengis.cite.cat20.dgiwg10.CommonFixture
org.opengis.cite.cat20.dgiwg10.transaction.TransactionalOperation
- Direct Known Subclasses:
Harvest
,TransactionDataset
,TransactionService
- Author:
- Lyn Goltz
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Validator
protected String
protected final RequestCreator
protected static final String
protected static final String
protected URI
Fields inherited from class org.opengis.cite.cat20.dgiwg10.CommonFixture
capabilitiesDoc, cswClient, requestDocument, response, responseDocument, ROOT_PKG_PATH
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opengis.cite.cat20.dgiwg10.CommonFixture
buildGetRequest, clearMessages, getResponseEntityAsDocument, initCommonFixture
-
Field Details
-
requestCreator
-
transactionUrl
-
cswValidator
-
id
-
TRANSACTION_USERNAME
-
TRANSACTION_PASSWORD
-
-
Constructor Details
-
TransactionalOperation
public TransactionalOperation()
-
-
Method Details
-
buildValidators
@BeforeClass public void buildValidators() -
setTransactionPostUrl
@BeforeClass public void setTransactionPostUrl() -
removeInsertedRecords
@AfterClass public void removeInsertedRecords() -
getOperationName
-
parseIdentifier
-
parseTotalInserted
protected int parseTotalInserted() -
parseTotalUpdated
protected int parseTotalUpdated() -
parseTotalDeleted
protected int parseTotalDeleted()
-