Package org.opengis.cite.iso19142.locking


package org.opengis.cite.iso19142.locking
This package contains tests that assess behavior of the SUT with respect to the "Locking WFS" conformance level. It builds upon the "Transaction WFS" conformance level and adds support for locking operations that allow exclusive access to feature instances for the purpose of modifying or deleting them. At least one of the following operations must be implemented:
  • GetFeatureWithLock
  • LockFeature

Sources

  • ISO ISO 19142:2010, cl. 2, Table 1
  • ISO ISO 19142:2010, cl. A.1.4: Locking WFS
  • Classes
    Class
    Description
    Tests the response to a GetFeatureWithLock request that attempts to lock feature instances that belong to a set of query results.
    Tests the response to a LockFeature request that attempts to lock feature instances identified using one or more query expressions.
    Verifies that the content of the service description satisfies the requirements for "Locking WFS" conformance.
    Provides configuration methods that facilitate the testing of locking behavior specified for the "Locking WFS" conformance level.