Uses of Interface
org.qubership.atp.dataset.model.Identified
Packages that use Identified
Package
Description
-
Uses of Identified in org.qubership.atp.dataset.db
Methods in org.qubership.atp.dataset.db with type parameters of type IdentifiedModifier and TypeMethodDescription<T extends Identified>
TDataSetListTreeRepository.ToLoadLater.computeIfAbsent(Class<T> type, UUID id, Function<UUID, ? extends T> sourceFunc) default <T extends Identified>
TIdentifiedCache.computeIfAbsent(Class<T> type, UUID id, Function<UUID, ? extends T> sourceFunc) Returns value if it is already present in the cache.<T extends Identified>
TIdentifiedCache.getIfPresent(Class<T> type, UUID id) <T extends Identified>
void<T extends Identified>
voiddefault <T extends Identified>
TIdentifiedCache.tryComputeIfAbsent(Class<T> type, UUID id, Function<UUID, ? extends T> sourceFunc) Returns value if it is already present in the cache. -
Uses of Identified in org.qubership.atp.dataset.db.utils
Methods in org.qubership.atp.dataset.db.utils with type parameters of type IdentifiedModifier and TypeMethodDescription<T extends Identified>
TIdentifiedCacheDelegate.computeIfAbsent(Class<T> type, UUID id, Function<UUID, ? extends T> sourceFunc) <T extends Identified>
TStrongIdentifiedCache.computeIfAbsent(Class<T> type, UUID id, Function<UUID, ? extends T> sourceFunc) <T extends Identified>
TWeakIdentifiedCache.computeIfAbsent(Class<T> type, UUID id, Function<UUID, ? extends T> sourceFunc) <T extends Identified>
TIdentifiedCacheDelegate.getIfPresent(Class<T> type, UUID id) <T extends Identified>
TStrongIdentifiedCache.getIfPresent(Class<T> type, UUID id) <T extends Identified>
TWeakIdentifiedCache.getIfPresent(Class<T> type, UUID id) <T extends Identified>
void<T extends Identified>
void<T extends Identified>
void<T extends Identified>
TIdentifiedCacheDelegate.tryComputeIfAbsent(Class<T> type, UUID id, Function<UUID, ? extends T> sourceFunc) static <T extends Identified,IdT>
TProxy which obtains a real object using id and sourceFunc on access.Constructor parameters in org.qubership.atp.dataset.db.utils with type arguments of type IdentifiedModifierConstructorDescriptionStrongIdentifiedCache(Map<Class<? extends Identified>, Map<UUID, ? extends Identified>> caches) StrongIdentifiedCache(Map<Class<? extends Identified>, Map<UUID, ? extends Identified>> caches) -
Uses of Identified in org.qubership.atp.dataset.macros.args
Classes in org.qubership.atp.dataset.macros.args with type parameters of type IdentifiedModifier and TypeClassDescriptionclassRefArg<T extends Named & Identified>static classRefArg.Context<T extends Identified & Named>An adapter for reference which may be not specified in macro arguments signature and should be taken from context.static classRefArg.Signature<T extends Identified & Named>It is a reference, represented as some name/id in macros arguments signature.Methods in org.qubership.atp.dataset.macros.args with type parameters of type IdentifiedModifier and TypeMethodDescriptionstatic <T extends Named & Identified>
RefArg.Signature<T> RefArg.of(ReferenceAliasType<T> refType, ArgSignature signature, org.qubership.atp.dataset.macros.args.SigValueSup<? extends T> valueSup) Used to create arg from macro parameter.static <T extends Named & Identified>
RefArg.Context<T> RefArg.of(ReferenceAliasType<T> refType, CtxValueSup<? extends T> valueSup) Used to create arg in runtime.static <T extends Named & Identified>
RefArg.Context<T> RefArg.of(ReferenceAliasType<T> refType, T instance) Used to create arg in runtime.static <O extends Identified & Named>
CtxValueSup<O> CtxValueSup.ofInstance(ReferenceAliasType<O> type, O instance) -
Uses of Identified in org.qubership.atp.dataset.macros.impl.reference
Classes in org.qubership.atp.dataset.macros.impl.reference with type parameters of type Identified -
Uses of Identified in org.qubership.atp.dataset.model
Subinterfaces of Identified in org.qubership.atp.dataset.modelModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceRepresents one value from a list of acceptable values.interfaceinterfaceinterfaceinterfaceMethods in org.qubership.atp.dataset.model that return types with arguments of type Identified -
Uses of Identified in org.qubership.atp.dataset.model.impl
Classes in org.qubership.atp.dataset.model.impl that implement IdentifiedModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in org.qubership.atp.dataset.model.impl that return types with arguments of type IdentifiedModifier and TypeMethodDescriptionAttributeImpl.getReferences()AttributePathImpl.getReferences()DataSetImpl.getReferences()DataSetListImpl.getReferences()FilterImpl.getReferences()LabelImpl.getReferences()ListValueImpl.getReferences()ParameterImpl.getReferences()ParameterOverlapImpl.getReferences()TestPlanImpl.getReferences()Add javadoc when method will be used.VisibilityAreaImpl.getReferences()Methods in org.qubership.atp.dataset.model.impl with parameters of type Identified -
Uses of Identified in org.qubership.atp.dataset.model.utils
Methods in org.qubership.atp.dataset.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.dataset.model.utils that return types with arguments of type IdentifiedModifier and TypeMethodDescriptionstatic Stream<Identified> Utils.allRefs(Identified root) Makes Stream of root and all it's dependencies tree collected bygetReferences().Methods in org.qubership.atp.dataset.model.utils with parameters of type IdentifiedModifier and TypeMethodDescriptionstatic Stream<Identified> Utils.allRefs(Identified root) Makes Stream of root and all it's dependencies tree collected bygetReferences().static FlatDataImplUtils.doFlatData(Identified root) Takes the root object.static booleanUtils.isEqual(Identified o1, Object o2) To not to copy pasteObject.equals(Object)logic. -
Uses of Identified in org.qubership.atp.dataset.service.direct
Classes in org.qubership.atp.dataset.service.direct with type parameters of type IdentifiedMethods in org.qubership.atp.dataset.service.direct with type parameters of type IdentifiedModifier and TypeMethodDescription<T extends Identified & Named>
UnwrapStatusAliasWrapperService.unWrapAlias(RefArg.Signature<T> ref) Tries to unwrap. -
Uses of Identified in org.qubership.atp.dataset.service.direct.impl
Methods in org.qubership.atp.dataset.service.direct.impl with type parameters of type IdentifiedModifier and TypeMethodDescription<T extends Identified & Named>
UnwrapStatusAliasWrapperServiceImpl.unWrapAlias(RefArg.Signature<T> ref)