Interface DeploymentVersionDtoManager
-
- All Known Implementing Classes:
DeploymentVersionServiceImpl
@Internal @Deprecated public interface DeploymentVersionDtoManager
Deprecated.this should only be used internally and only until DeploymentVersionDto is replacedThis temporary interface allows internal use of methods dealing withDeploymentVersionDtowithout publishing knowledge of that class to the API. TheDeploymentVersionDtois expected to be replaced with better handling ofMutableDeploymentVersionin hibernate in future.- Since:
- 5.10
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description @Nullable DeploymentVersiongetDeploymentVersion(@Nullable DeploymentVersionDto dto, @Nullable DeploymentProject project)Deprecated.Convert a DeploymentVersionDto to aDeploymentVersion.
-
-
-
Method Detail
-
getDeploymentVersion
@Nullable @Internal @Nullable DeploymentVersion getDeploymentVersion(@Nullable @Nullable DeploymentVersionDto dto, @Nullable @Nullable DeploymentProject project) throws org.acegisecurity.AccessDeniedException
Deprecated.Convert a DeploymentVersionDto to aDeploymentVersion.- Throws:
org.acegisecurity.AccessDeniedException- if theDeploymentVersionis inaccessible to the current user, but also marks the current transaction as rollback-only
-
-