Uses of Class
io.keyko.nevermined.exceptions.ServiceException
-
-
Uses of ServiceException in io.keyko.nevermined.api
Methods in io.keyko.nevermined.api that throw ServiceException Modifier and Type Method Description List<DID>AssetsAPI. consumerAssets(String consumerAddress)List of Asset objects purchased by consumerAddressGatewayService.ServiceExecutionResultAssetsAPI. execute(String agreementId, DID did, int index, DID workflowDID)Executes a remote service associated with an asset and serviceAgreementIdList<ComputeLogs>AssetsAPI. getComputeLogs(String serviceAgreementId, String executionId, String consumerAddress, ProviderConfig providerConfig)Get the logs for the compute job with executionId and serviceAgreementIdComputeStatusAssetsAPI. getComputeStatus(String serviceAgreementId, String executionId, String consumerAddress, ProviderConfig providerConfig)Get the status for the compute job with executionId and serviceAgreementIdOrderResultAssetsAPI. 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.List<DID>AssetsAPI. ownerAssets(String ownerAddress)List of Asset objects published by ownerAddressBooleanAssetsAPI. ownerDownload(DID did, int serviceIndex, String basePath)Purchases an Asset represented by a DID.FaucetResponseAccountsAPI. requestEthFromFaucet(String address)Requests Ether to faucet for paying transactions gas -
Uses of ServiceException in io.keyko.nevermined.api.impl
Methods in io.keyko.nevermined.api.impl that throw ServiceException Modifier and Type Method Description List<DID>AssetsImpl. consumerAssets(String consumerAddress)GatewayService.ServiceExecutionResultAssetsImpl. execute(String agreementId, DID did, int index, DID workflowDID)List<ComputeLogs>AssetsImpl. getComputeLogs(String serviceAgreementId, String executionId, String consumerAddress, ProviderConfig providerConfig)ComputeStatusAssetsImpl. getComputeStatus(String serviceAgreementId, String executionId, String consumerAddress, ProviderConfig providerConfig)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)List<DID>AssetsImpl. ownerAssets(String ownerAddress)BooleanAssetsImpl. ownerDownload(DID did, int serviceIndex, String basePath)BooleanAssetsImpl. ownerDownload(DID did, int serviceIndex, String basePath, int fileIndex)FaucetResponseAccountsImpl. requestEthFromFaucet(String address) -
Uses of ServiceException in io.keyko.nevermined.external
Methods in io.keyko.nevermined.external that throw ServiceException Modifier and Type Method Description static EncryptionResponseGatewayService. encrypt(String gatewayUrl, String message, AuthorizationService.AuthTypes authType)Calls a Gateway endpoint to request the execution of a Compute Servicestatic EncryptionResponseGatewayService. encrypt(String gatewayUrl, String message, AuthorizationService.AuthTypes authType, String did)Calls a Gateway endpoint to request the execution of a Compute Servicestatic List<ComputeLogs>GatewayService. getComputeLogs(String serviceEndpoint, String consumerAddress, String signature)Calls a gateway endpoint to get the compute logsstatic ComputeStatusGatewayService. getComputeStatus(String serviceEndpoint, String consumerAddress, String signature)Calls a gateway endpoint to get the compute statusstatic FaucetResponseFaucetService. requestEthFromFaucet(String faucetUrl, String address)Requests Network ETH to the faucet for paying the transactions gas -
Uses of ServiceException in io.keyko.nevermined.manager
Methods in io.keyko.nevermined.manager that throw ServiceException Modifier and Type Method Description booleanNeverminedManager. downloadAssetByOwner(DID did, int serviceIndex, String basePath)Purchases an Asset represented by a DID.booleanNeverminedManager. downloadAssetByOwner(DID did, int serviceIndex, String basePath, int fileIndex)Purchases an Asset represented by a DID.GatewayService.ServiceExecutionResultNeverminedManager. executeComputeService(String agreementId, DID did, int index, DID workflowDID)Executes a remote service associated with an asset and serviceAgreementIdprivate booleanNeverminedManager. fulfillEscrowReward(DDO ddo, int serviceIndex, String serviceAgreementId)Executes the fulfill of the EscrowRewardprivate booleanNeverminedManager. fulfillLockReward(DDO ddo, int serviceIndex, String serviceAgreementId)Executes the fulfill of the LockRewardConditionList<byte[]>NeverminedManager. generateServiceConditionsId(String serviceAgreementId, String consumerAddress, DDO ddo, int serviceIndex)private List<DID>AgreementsManager. getAccessAgreementsFulfilledByConsumer(String consumerAddress)private List<DID>AgreementsManager. getComputeAgreementsFulfilledByConsumer(String consumerAddress)List<ComputeLogs>NeverminedManager. getComputeLogs(String serviceAgreementId, String executionId, String consumerAddress, ProviderConfig providerConfig)Generates the service endpoint and signature and calls the gateway to get the logs of a compute jobComputeStatusNeverminedManager. getComputeStatus(String serviceAgreementId, String executionId, String consumerAddress, ProviderConfig providerConfig)Generates the service endpoint and signature and calls the gateway to get the status of a compute jobList<DID>AgreementsManager. getConsumerAssets(String consumerAddress)List of Asset objects purchased by consumerAddressList<DID>AssetsManager. getOwnerAssets(String ownerAddress)List of Asset objects published by ownerAddressprivate booleanNeverminedManager. initializeServiceAgreement(DDO ddo, int serviceIndex, String serviceAgreementId)Initialize a new ServiceExecutionAgreement between a publisher and a consumerprotected booleanNeverminedManager. initializeServiceAgreementDirect(DDO ddo, int serviceIndex, String serviceAgreementId)Initialize a new ServiceExecutionAgreement between a publisher and a consumerprotected io.reactivex.Flowable<String>NeverminedManager. initializeServiceAgreementFlowable(DDO ddo, int serviceIndex, String serviceAgreementId)Initialize a new ServiceExecutionAgreement between a publisher and a consumer return a flowable to listen contract initialization eventsOrderResultNeverminedManager. 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. -
Uses of ServiceException in io.keyko.nevermined.models
Methods in io.keyko.nevermined.models that throw ServiceException Modifier and Type Method Description AccessServiceDDO. getAccessService(int index)ServiceDDO. getService(int index)ServiceDDO. getServiceByTemplate(String templateId) -
Uses of ServiceException in io.keyko.nevermined.models.service
Methods in io.keyko.nevermined.models.service that throw ServiceException Modifier and Type Method Description static ServiceBuilderServiceBuilder. getServiceBuilder(Service.ServiceTypes serviceType)
-