Uses of Class
io.keyko.nevermined.external.GatewayService.ServiceExecutionResult
-
Packages that use GatewayService.ServiceExecutionResult Package Description io.keyko.nevermined.api io.keyko.nevermined.api.impl io.keyko.nevermined.external io.keyko.nevermined.manager -
-
Uses of GatewayService.ServiceExecutionResult in io.keyko.nevermined.api
Methods in io.keyko.nevermined.api that return GatewayService.ServiceExecutionResult Modifier and Type Method Description GatewayService.ServiceExecutionResultAssetsAPI. execute(String agreementId, DID did, int index, DID workflowDID)Executes a remote service associated with an asset and serviceAgreementId -
Uses of GatewayService.ServiceExecutionResult in io.keyko.nevermined.api.impl
Methods in io.keyko.nevermined.api.impl that return GatewayService.ServiceExecutionResult Modifier and Type Method Description GatewayService.ServiceExecutionResultAssetsImpl. execute(String agreementId, DID did, int index, DID workflowDID) -
Uses of GatewayService.ServiceExecutionResult in io.keyko.nevermined.external
Methods in io.keyko.nevermined.external that return GatewayService.ServiceExecutionResult Modifier and Type Method Description static GatewayService.ServiceExecutionResultGatewayService. initializeServiceExecution(String serviceEndpoint, ExecuteService executeService)Calls a Gateway endpoint to request the execution of a Compute Service -
Uses of GatewayService.ServiceExecutionResult in io.keyko.nevermined.manager
Methods in io.keyko.nevermined.manager that return GatewayService.ServiceExecutionResult Modifier and Type Method Description GatewayService.ServiceExecutionResultNeverminedManager. executeComputeService(String agreementId, DID did, int index, DID workflowDID)Executes a remote service associated with an asset and serviceAgreementId
-