Interface Connection
- All Superinterfaces:
CreatedModified,Described,Identified,Named,Serializable,Sourced
- All Known Implementing Classes:
ConnectionImpl
public interface Connection
extends Identified, Named, CreatedModified, Described, Serializable, Sourced
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanisParent(Identified candidate) voidsetConnectionType(String connectionType) voidsetParameters(ConnectionParameters parameters) voidsetServices(List<String> services) voidsetSourceTemplateId(UUID sourceTemplateId) voidsetSystemId(UUID systemId) Methods inherited from interface org.qubership.atp.environments.model.CreatedModified
getCreated, getCreatedBy, getModified, getModifiedBy, setCreated, setCreatedBy, setModified, setModifiedByMethods inherited from interface org.qubership.atp.environments.model.Described
getDescription, setDescriptionMethods inherited from interface org.qubership.atp.environments.model.Identified
getId, setIdMethods inherited from interface org.qubership.atp.environments.model.Sourced
getSourceId, setSourceId
-
Method Details
-
getSystemId
-
setSystemId
-
getParameters
-
setParameters
-
getSourceTemplateId
-
setSourceTemplateId
-
getConnectionType
-
setConnectionType
-
getServices
-
setServices
-
isParent
- Specified by:
isParentin interfaceIdentified
-