Package org.acumos.portal.be.service
Interface OnboardingDockerService
-
- All Known Implementing Classes:
OnboardingDockerServiceImpl
public interface OnboardingDockerService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLatestArtifactsUrl(List<org.acumos.cds.domain.MLPSolutionRevision> solutionRevisions)
org.acumos.cds.transport.RestPageResponse<org.acumos.cds.domain.MLPSolution>
getRelatedSolution(JsonRequest<RestPageRequestBE> restPageReq)
String
getToolkitTypeCode(String toolkitTypeName)
Map<String,String>
getToolkitTypeDetails()
-
-
-
Method Detail
-
getRelatedSolution
org.acumos.cds.transport.RestPageResponse<org.acumos.cds.domain.MLPSolution> getRelatedSolution(JsonRequest<RestPageRequestBE> restPageReq) throws AcumosServiceException
- Throws:
AcumosServiceException
-
getLatestArtifactsUrl
String getLatestArtifactsUrl(List<org.acumos.cds.domain.MLPSolutionRevision> solutionRevisions) throws AcumosServiceException
- Throws:
AcumosServiceException
-
-