Interface ClaimManagementSrv.AsyncIface

All Known Implementing Classes:
ClaimManagementSrv.AsyncClient
Enclosing class:
ClaimManagementSrv

public static interface ClaimManagementSrv.AsyncIface
  • Method Details

    • createClaim

      void createClaim(String party_id, List<Modification> changeset, org.apache.thrift.async.AsyncMethodCallback<Claim> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getClaim

      void getClaim(String party_id, long id, org.apache.thrift.async.AsyncMethodCallback<Claim> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • searchClaims

      void searchClaims(ClaimSearchQuery claim_request, org.apache.thrift.async.AsyncMethodCallback<ClaimSearchResponse> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • acceptClaim

      void acceptClaim(String party_id, long id, int revision, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • updateClaim

      void updateClaim(String party_id, long id, int revision, List<Modification> changeset, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • updateModification

      void updateModification(String party_id, long id, int revision, long modification_id, ModificationChange modification_change, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • removeModification

      void removeModification(String party_id, long id, int revision, long modification_id, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • requestClaimReview

      void requestClaimReview(String party_id, long id, int revision, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • requestClaimChanges

      void requestClaimChanges(String party_id, long id, int revision, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • denyClaim

      void denyClaim(String party_id, long id, int revision, String reason, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • revokeClaim

      void revokeClaim(String party_id, long id, int revision, String reason, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getMetadata

      void getMetadata(String party_id, long id, String key, org.apache.thrift.async.AsyncMethodCallback<Value> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • setMetadata

      void setMetadata(String party_id, long id, String key, Value value, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • removeMetadata

      void removeMetadata(String party_id, long id, String key, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException