Interface WalkerSrv.AsyncIface

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

public static interface WalkerSrv.AsyncIface
  • Method Details

    • acceptClaim

      void acceptClaim​(String party_id, long claim_id, UserInformation user, 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 claim_id, UserInformation user, String reason, int revision, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getClaim

      void getClaim​(String party_id, long claim_id, org.apache.thrift.async.AsyncMethodCallback<ClaimInfo> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • createClaim

      void createClaim​(UserInformation user, String party_id, PartyModificationUnit changeset, org.apache.thrift.async.AsyncMethodCallback<Claim> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • updateClaim

      void updateClaim​(String party_id, long claim_id, UserInformation user, PartyModificationUnit changeset, int revision, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • searchClaims

      void searchClaims​(ClaimSearchRequest request, org.apache.thrift.async.AsyncMethodCallback<List<ClaimInfo>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • addComment

      void addComment​(String party_id, long claim_id, UserInformation user, String text, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getComments

      void getComments​(String party_id, long claim_id, org.apache.thrift.async.AsyncMethodCallback<List<Comment>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getActions

      void getActions​(String party_id, long claim_id, org.apache.thrift.async.AsyncMethodCallback<List<Action>> resultHandler) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException