Uses of Interface
org.gcube.resourcemanagement.model.reference.entities.facets.ContactFacet
-
-
Uses of ContactFacet in org.gcube.resourcemanagement.model.impl.entities.facets
Classes in org.gcube.resourcemanagement.model.impl.entities.facets that implement ContactFacet Modifier and Type Class Description classContactFacetImpl -
Uses of ContactFacet in org.gcube.resourcemanagement.model.impl.relations.consistsof
Classes in org.gcube.resourcemanagement.model.impl.relations.consistsof with type parameters of type ContactFacet Modifier and Type Class Description classHasContactImpl<Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends ContactFacet>classHasContributorImpl<Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends ContactFacet>classHasCreatorImpl<Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends ContactFacet>classHasCuratorImpl<Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends ContactFacet>classHasDeveloperImpl<Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends ContactFacet>classHasMaintainerImpl<Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends ContactFacet>classHasManagerImpl<Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends ContactFacet>classHasOwnerImpl<Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends ContactFacet> -
Uses of ContactFacet in org.gcube.resourcemanagement.model.reference.entities.facets
Methods in org.gcube.resourcemanagement.model.reference.entities.facets that return ContactFacet Modifier and Type Method Description static ContactFacetContactFacet. getDefaultInstance()Returns a default instance of ContactFacet -
Uses of ContactFacet in org.gcube.resourcemanagement.model.reference.relations.consistsof
Classes in org.gcube.resourcemanagement.model.reference.relations.consistsof with type parameters of type ContactFacet Modifier and Type Interface Description interfaceHasContact<Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends ContactFacet>HasContact is a base relation type to capture the diverse points of contact associated with a resource.interfaceHasContributor<Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends ContactFacet>HasContributor indicates that the targetContactFacetcontains the information related to a contributor to the source resource, e.g., the contact points of the contributor of software or the contributor of a dataset.interfaceHasCreator<Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends ContactFacet>HasCreator indicates that the targetContactFacetcontains the information related to a creator of the source resource, e.g., the contact points of the creator of a dataset.interfaceHasCurator<Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends ContactFacet>HasCurator indicates that the targetContactFacetcontains the information related to a curator of the source resource, e.g., the contact points of the curator of a dataset.interfaceHasDeveloper<Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends ContactFacet>HasDeveloper indicates that the targetContactFacetcontains the information related to a developer of the source resource e.g., the contact points of the developer of a software.interfaceHasMaintainer<Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends ContactFacet>HasDeveloper indicates that the targetContactFacetcontains the information related to a developer of the source resource, e.g., the contact points of the developer of a software.interfaceHasManager<Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends ContactFacet>HasManager indicates that the targetContactFacetcontains the information related to a manager of the source resource, e.g., the contact points of the manager of a research infrastructure or a data centre.interfaceHasOwner<Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends ContactFacet>HasOwner indicates that the targetContactFacetcontains the information related to the owner of the source resource, e.g., the contact points of the owner of dataset.Methods in org.gcube.resourcemanagement.model.reference.relations.consistsof with type parameters of type ContactFacet Modifier and Type Method Description static <Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends ContactFacet>
HasContributor<Out,In>HasContributor. getDefaultInstance(Out out, In in)Returns a default instance of HasContributorstatic <Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends ContactFacet>
HasCreator<Out,In>HasCreator. getDefaultInstance(Out out, In in)Returns a default instance of HasCreatorstatic <Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends ContactFacet>
HasCurator<Out,In>HasCurator. getDefaultInstance(Out out, In in)Returns a default instance of HasCuratorstatic <Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends ContactFacet>
HasDeveloper<Out,In>HasDeveloper. getDefaultInstance(Out out, In in)Returns a default instance of HasDeveloperstatic <Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends ContactFacet>
HasMaintainer<Out,In>HasMaintainer. getDefaultInstance(Out out, In in)Returns a default instance of HasMaintainerstatic <Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends ContactFacet>
HasManager<Out,In>HasManager. getDefaultInstance(Out out, In in)Returns a default instance of HasManagerstatic <Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends ContactFacet>
HasOwner<Out,In>HasOwner. getDefaultInstance(Out out, In in)Returns a default instance of HasOwner
-