Interface ProjectService
- All Superinterfaces:
IdentifiedService<Project>
- All Known Implementing Classes:
ProjectServiceImpl
-
Method Summary
Modifier and TypeMethodDescriptioncreate(UUID projectId, EnvironmentDto environment, UUID categoryId) createAsIs(Project project) voidgetAllEnvironments(UUID projectId) getConnectionNames(UUID projectId) getConnections(UUID projectId) getEnvironments(UUID projectId) getProjectsByHost(String host) getProjectsByRequest(ProjectSearchRequest request) getProjectWithSpecifiedEnvironments(UUID projectId, List<UUID> environmentIds) getShortByName(String name) getShortEnvironments(UUID projectId) getShortTools(UUID projectId) getSystemNames(UUID projectId) getSystemsByProjectId(UUID projectId) getSystemsByProjectIdAndCategoryName(UUID projectId, String categoryName) getTemporaryEnvironments(UUID projectId) voidvoidMethods inherited from interface org.qubership.atp.environments.service.direct.IdentifiedService
existsById, get, getAll
-
Method Details
-
getShort
-
getAllShort
-
create
-
create
-
replicate
@Nonnull Project replicate(@Nonnull UUID projectId, @Nonnull String name, String shortName, String description, Long created) throws org.qubership.atp.auth.springbootstarter.exceptions.AtpException - Throws:
org.qubership.atp.auth.springbootstarter.exceptions.AtpException
-
createAsIs
-
copy
-
update
-
update
-
delete
-
getEnvironments
-
getShortEnvironments
-
getTemporaryEnvironments
-
getAllEnvironments
-
getTools
-
getShortTools
-
getSystemsByProjectId
-
getSystemsByProjectIdAndCategoryName
-
getConnections
-
getSystemNames
-
getConnectionNames
-
getProjectsByHost
-
getProjectWithSpecifiedEnvironments
-
getShortByName
-
getProjectsByRequest
-