Class FeatureLocking.Response

  • Enclosing interface:
    FeatureLocking<T extends FeatureType,​F extends Feature>

    public static class FeatureLocking.Response
    extends Object
    Idea for a response from a high-level lock( Query ) function.
    • Method Detail

      • getAuthorizationID

        public String getAuthorizationID()
      • getLockedFids

        public Set<String> getLockedFids()
      • getNotLockedFids

        public Set<String> getNotLockedFids()