Uses of Interface
org.qubership.atp.environments.model.Identified
Packages that use Identified
Package
Description
-
Uses of Identified in org.qubership.atp.environments.model
Subinterfaces of Identified in org.qubership.atp.environments.modelModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceMethods in org.qubership.atp.environments.model with parameters of type IdentifiedModifier and TypeMethodDescriptiondefault booleanConnection.isParent(Identified candidate) default booleanEnvironment.isParent(Identified candidate) default booleanIdentified.isParent(Identified candidate) default booleanSubscription.isParent(Identified candidate) default booleanSystem.isParent(Identified candidate) -
Uses of Identified in org.qubership.atp.environments.model.impl
Classes in org.qubership.atp.environments.model.impl that implement IdentifiedModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of Identified in org.qubership.atp.environments.model.utils
Methods in org.qubership.atp.environments.model.utils with type parameters of type IdentifiedModifier and TypeMethodDescriptionstatic <T extends Identified>
booleanChecks target object has expected class and id.static <T extends Identified>
booleanTo not to copy pasteObject.equals(Object)logic.Methods in org.qubership.atp.environments.model.utils with parameters of type IdentifiedModifier and TypeMethodDescriptionstatic booleanUtils.isEqual(Identified o1, Object o2) To not to copy pasteObject.equals(Object)logic.