Uses of Interface
org.qubership.atp.environments.model.SystemCategory
Packages that use SystemCategory
-
Uses of SystemCategory in org.qubership.atp.environments.model
Methods in org.qubership.atp.environments.model that return SystemCategoryMethods in org.qubership.atp.environments.model with parameters of type SystemCategory -
Uses of SystemCategory in org.qubership.atp.environments.model.impl
Classes in org.qubership.atp.environments.model.impl that implement SystemCategoryMethods in org.qubership.atp.environments.model.impl that return SystemCategoryMethods in org.qubership.atp.environments.model.impl with parameters of type SystemCategoryModifier and TypeMethodDescriptionvoidSystemImpl.setSystemCategory(SystemCategory systemCategory) Constructors in org.qubership.atp.environments.model.impl with parameters of type SystemCategoryModifierConstructorDescriptionSystemImpl(UUID uuid, String name, String description, Long created, UUID createdBy, Long modified, UUID modifiedBy, List<Environment> environments, SystemCategory systemCategory, List<Connection> connectionsList, Status status, Long dateOfLastCheck, String version, Long dateOfCheckVersion, ParametersGettingVersion parametersGettingVersion, UUID parentSystemId, ServerItf serverItf, Boolean mergeByName, UUID linkToSystemId, UUID externalId, UUID sourceId, String externalName) TODO Make javadoc documentation for this method.