Interface DeploymentVersionDtoManager
- All Known Implementing Classes:
DeploymentVersionServiceImpl
Deprecated.
this should only be used internally and only until DeploymentVersionDto is replaced
This temporary interface allows internal use of methods dealing with
DeploymentVersionDto
without
publishing knowledge of that class to the API. The DeploymentVersionDto
is expected to be replaced with
better handling of MutableDeploymentVersion
in
hibernate in future.- Since:
- 5.10
-
Method Summary
Modifier and TypeMethodDescription@Nullable DeploymentVersion
getDeploymentVersion
(@Nullable DeploymentVersionDto dto, @Nullable DeploymentProject project, DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) Deprecated.Convert a DeploymentVersionDto to aDeploymentVersion
.
-
Method Details
-
getDeploymentVersion
@Nullable @Internal @Nullable DeploymentVersion getDeploymentVersion(@Nullable @Nullable DeploymentVersionDto dto, @Nullable @Nullable DeploymentProject project, @NotNull DeploymentVersionService.DeploymentVersionNeededAttributes deploymentVersionNeededAttributes) throws org.acegisecurity.AccessDeniedException Deprecated.Convert a DeploymentVersionDto to aDeploymentVersion
.- Throws:
org.acegisecurity.AccessDeniedException
- if theDeploymentVersion
is inaccessible to the current user, but also marks the current transaction as rollback-only
-