-
Method parameters in dev.vality.damsel.claim_management with type arguments of type Modification
| Modifier and Type |
Method |
Description |
void |
ClaimManagementSrv.AsyncClient.createClaim(String party_id,
List<Modification> changeset,
org.apache.thrift.async.AsyncMethodCallback<Claim> resultHandler) |
|
void |
ClaimManagementSrv.AsyncIface.createClaim(String party_id,
List<Modification> changeset,
org.apache.thrift.async.AsyncMethodCallback<Claim> resultHandler) |
|
Claim |
ClaimManagementSrv.Client.createClaim(String party_id,
List<Modification> changeset) |
|
Claim |
ClaimManagementSrv.Iface.createClaim(String party_id,
List<Modification> changeset) |
|
void |
ClaimManagementSrv.Client.sendCreateClaim(String party_id,
List<Modification> changeset) |
|
void |
ClaimManagementSrv.Client.sendUpdateClaim(String party_id,
long id,
int revision,
List<Modification> changeset) |
|
ClaimCreated |
ClaimCreated.setChangeset(List<Modification> changeset) |
|
ClaimManagementSrv.CreateClaim_args |
ClaimManagementSrv.CreateClaim_args.setChangeset(List<Modification> changeset) |
|
ClaimManagementSrv.UpdateClaim_args |
ClaimManagementSrv.UpdateClaim_args.setChangeset(List<Modification> changeset) |
|
ClaimUpdated |
ClaimUpdated.setChangeset(List<Modification> changeset) |
|
InvalidChangeset |
InvalidChangeset.setInvalidChangeset(List<Modification> invalid_changeset) |
|
void |
ClaimManagementSrv.AsyncClient.updateClaim(String party_id,
long id,
int revision,
List<Modification> changeset,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
|
void |
ClaimManagementSrv.AsyncIface.updateClaim(String party_id,
long id,
int revision,
List<Modification> changeset,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
|
void |
ClaimManagementSrv.Client.updateClaim(String party_id,
long id,
int revision,
List<Modification> changeset) |
|
void |
ClaimManagementSrv.Iface.updateClaim(String party_id,
long id,
int revision,
List<Modification> changeset) |
|
Constructor parameters in dev.vality.damsel.claim_management with type arguments of type Modification
| Constructor |
Description |
ClaimCreated(String party_id,
long id,
List<Modification> changeset,
int revision,
String created_at) |
|
ClaimUpdated(String party_id,
long id,
List<Modification> changeset,
int revision,
String updated_at) |
|
CreateClaim_args(String party_id,
List<Modification> changeset) |
|
CreateClaim_call(String party_id,
List<Modification> changeset,
org.apache.thrift.async.AsyncMethodCallback<Claim> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
|
InvalidChangeset(List<Modification> invalid_changeset) |
|
UpdateClaim_args(String party_id,
long id,
int revision,
List<Modification> changeset) |
|
UpdateClaim_call(String party_id,
long id,
int revision,
List<Modification> changeset,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
|