Uses of Class
io.keyko.nevermined.exceptions.EscrowRewardException
-
Packages that use EscrowRewardException Package Description io.keyko.nevermined.api io.keyko.nevermined.api.impl io.keyko.nevermined.core.sla.functions io.keyko.nevermined.manager -
-
Uses of EscrowRewardException in io.keyko.nevermined.api
Methods in io.keyko.nevermined.api that throw EscrowRewardException Modifier and Type Method Description OrderResultAssetsAPI. orderDirect(DID did)Purchases an Asset represented by a DID.OrderResultAssetsAPI. orderDirect(DID did, int serviceDefinitionId)Purchases an Asset represented by a DID.OrderResultAssetsAPI. orderDirect(DID did, int serviceDefinitionId, Service.ServiceTypes serviceTypes)Purchases an Asset represented by a DID.OrderResultAssetsAPI. orderDirect(DID did, Service.ServiceTypes serviceTypes)Purchases an Asset represented by a DID. -
Uses of EscrowRewardException in io.keyko.nevermined.api.impl
Methods in io.keyko.nevermined.api.impl that throw EscrowRewardException Modifier and Type Method Description OrderResultAssetsImpl. orderDirect(DID did)OrderResultAssetsImpl. orderDirect(DID did, int serviceDefinitionId)OrderResultAssetsImpl. orderDirect(DID did, int serviceDefinitionId, Service.ServiceTypes serviceTypes)OrderResultAssetsImpl. orderDirect(DID did, Service.ServiceTypes serviceTypes) -
Uses of EscrowRewardException in io.keyko.nevermined.core.sla.functions
Methods in io.keyko.nevermined.core.sla.functions that throw EscrowRewardException Modifier and Type Method Description static BooleanFulfillEscrowReward. executeFulfill(io.keyko.nevermined.contracts.EscrowReward escrowReward, String serviceAgreementId, String lockRewardAddress, String price, String consumerAddress, String lockConditionId, String releaseConditionId)Executes a fulfill function of a EscrowReward Condition -
Uses of EscrowRewardException in io.keyko.nevermined.manager
Methods in io.keyko.nevermined.manager that throw EscrowRewardException Modifier and Type Method Description private booleanNeverminedManager. fulfillEscrowReward(DDO ddo, int serviceIndex, String serviceAgreementId)Executes the fulfill of the EscrowRewardOrderResultNeverminedManager. purchaseAssetDirect(DID did)Purchases an Asset represented by a DID.OrderResultNeverminedManager. purchaseAssetDirect(DID did, int serviceIndex)Purchases an Asset represented by a DID.OrderResultNeverminedManager. purchaseAssetDirect(DID did, int serviceIndex, Service.ServiceTypes serviceType)Purchases an Asset represented by a DID.OrderResultNeverminedManager. purchaseAssetDirect(DID did, Service.ServiceTypes serviceType)Purchases an Asset represented by a DID.
-