Uses of Interface
org.gcube.informationsystem.model.reference.relations.IsRelatedTo
-
-
Uses of IsRelatedTo in org.gcube.informationsystem.model.impl.entities
Fields in org.gcube.informationsystem.model.impl.entities with type parameters of type IsRelatedTo Modifier and Type Field Description protected List<IsRelatedTo<? extends Resource,? extends Resource>>ResourceImpl. isRelatedToListMethods in org.gcube.informationsystem.model.impl.entities with type parameters of type IsRelatedTo Modifier and Type Method Description <I extends IsRelatedTo<? extends Resource,? extends Resource>>
List<I>ResourceImpl. getIsRelatedTo(Class<I> clz)Methods in org.gcube.informationsystem.model.impl.entities that return types with arguments of type IsRelatedTo Modifier and Type Method Description List<IsRelatedTo<? extends Resource,? extends Resource>>ResourceImpl. getIsRelatedTo()Methods in org.gcube.informationsystem.model.impl.entities with parameters of type IsRelatedTo Modifier and Type Method Description voidResourceImpl. attachResource(IsRelatedTo relation) -
Uses of IsRelatedTo in org.gcube.informationsystem.model.impl.relations
Classes in org.gcube.informationsystem.model.impl.relations that implement IsRelatedTo Modifier and Type Class Description classDummyIsRelatedTo<S extends Resource,T extends Resource>classIsRelatedToImpl<S extends Resource,T extends Resource> -
Uses of IsRelatedTo in org.gcube.informationsystem.model.reference.entities
Methods in org.gcube.informationsystem.model.reference.entities with type parameters of type IsRelatedTo Modifier and Type Method Description <I extends IsRelatedTo<? extends Resource,? extends Resource>>
voidResource. attachResource(I relation)<I extends IsRelatedTo<? extends Resource,? extends Resource>>
List<I>Resource. getIsRelatedTo(Class<I> clz)Methods in org.gcube.informationsystem.model.reference.entities that return types with arguments of type IsRelatedTo Modifier and Type Method Description List<IsRelatedTo<? extends Resource,? extends Resource>>Resource. getIsRelatedTo() -
Uses of IsRelatedTo in org.gcube.informationsystem.types.annotations
Methods in org.gcube.informationsystem.types.annotations that return types with arguments of type IsRelatedTo Modifier and Type Method Description Class<? extends IsRelatedTo>relation() -
Uses of IsRelatedTo in org.gcube.informationsystem.types.impl.relations
Constructor parameters in org.gcube.informationsystem.types.impl.relations with type arguments of type IsRelatedTo Constructor Description IsRelatedToTypeImpl(Class<? extends IsRelatedTo<? extends Resource,? extends Resource>> clz)
-