Uses of Class
dev.vality.identity.ClaimNotFound
| Package | Description |
|---|---|
| dev.vality.identity |
-
Uses of ClaimNotFound in dev.vality.identity
Fields in dev.vality.identity declared as ClaimNotFound Modifier and Type Field Description ClaimNotFoundIdentificationJudgementSrv.Approve_result. ex1ClaimNotFoundIdentificationJudgementSrv.Deny_result. ex1ClaimNotFoundIdentificationSrv.CancelClaim_result. ex1ClaimNotFoundIdentificationSrv.GetClaim_result. ex1Methods in dev.vality.identity that return ClaimNotFound Modifier and Type Method Description ClaimNotFoundClaimNotFound. deepCopy()ClaimNotFoundIdentificationJudgementSrv.Approve_result. getEx1()ClaimNotFoundIdentificationJudgementSrv.Deny_result. getEx1()ClaimNotFoundIdentificationSrv.CancelClaim_result. getEx1()ClaimNotFoundIdentificationSrv.GetClaim_result. getEx1()Methods in dev.vality.identity with parameters of type ClaimNotFound Modifier and Type Method Description intClaimNotFound. compareTo(ClaimNotFound other)booleanClaimNotFound. equals(ClaimNotFound that)IdentificationJudgementSrv.Approve_resultIdentificationJudgementSrv.Approve_result. setEx1(ClaimNotFound ex1)IdentificationJudgementSrv.Deny_resultIdentificationJudgementSrv.Deny_result. setEx1(ClaimNotFound ex1)IdentificationSrv.CancelClaim_resultIdentificationSrv.CancelClaim_result. setEx1(ClaimNotFound ex1)IdentificationSrv.GetClaim_resultIdentificationSrv.GetClaim_result. setEx1(ClaimNotFound ex1)Methods in dev.vality.identity that throw ClaimNotFound Modifier and Type Method Description IdentityClaimIdentificationJudgementSrv.Client. approve(String id)IdentityClaimIdentificationJudgementSrv.Iface. approve(String id)IdentityClaimIdentificationSrv.Client. cancelClaim(String id)IdentityClaimIdentificationSrv.Iface. cancelClaim(String id)IdentityClaimIdentificationJudgementSrv.Client. deny(String id)IdentityClaimIdentificationJudgementSrv.Iface. deny(String id)IdentityClaimIdentificationSrv.Client. getClaim(String id)IdentityClaimIdentificationSrv.Iface. getClaim(String id)IdentityClaimIdentificationJudgementSrv.AsyncClient.Approve_call. getResult()IdentityClaimIdentificationJudgementSrv.AsyncClient.Deny_call. getResult()IdentityClaimIdentificationSrv.AsyncClient.CancelClaim_call. getResult()IdentityClaimIdentificationSrv.AsyncClient.GetClaim_call. getResult()IdentityClaimIdentificationJudgementSrv.Client. recvApprove()IdentityClaimIdentificationSrv.Client. recvCancelClaim()IdentityClaimIdentificationJudgementSrv.Client. recvDeny()IdentityClaimIdentificationSrv.Client. recvGetClaim()Constructors in dev.vality.identity with parameters of type ClaimNotFound Constructor Description Approve_result(IdentityClaim success, ClaimNotFound ex1, InvalidClaimStatus ex2)CancelClaim_result(IdentityClaim success, ClaimNotFound ex1, InvalidClaimStatus ex2)ClaimNotFound(ClaimNotFound other)Performs a deep copy on other.Deny_result(IdentityClaim success, ClaimNotFound ex1, InvalidClaimStatus ex2)GetClaim_result(IdentityClaim success, ClaimNotFound ex1)