Uses of Class
org.gcube.informationsystem.base.reference.AccessType
-
-
Uses of AccessType in org.gcube.informationsystem.base.reference
Methods in org.gcube.informationsystem.base.reference that return AccessType Modifier and Type Method Description static AccessTypeAccessType. getAccessType(Class<?> clz)Determines the most specificAccessTypefor a given class.static AccessTypeAccessType. getAccessType(String typeName)Retrieves anAccessTypeenum constant by its type name.static AccessType[]AccessType. getERTypes()Returns an array of access types representing entities and relations in the model.static AccessType[]AccessType. getModelTypes()Returns an array of access types that are part of the core data model.static AccessTypeAccessType. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessType[]AccessType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AccessType in org.gcube.informationsystem.discovery.knowledge
Fields in org.gcube.informationsystem.discovery.knowledge with type parameters of type AccessType Modifier and Type Field Description protected Map<AccessType,Discovery<Element>>ModelKnowledge. discoveriesA map of discovery instances, keyed by access type.protected Map<AccessType,Tree<Class<Element>>>ModelKnowledge. treesA map of class hierarchy trees, keyed by access type.protected Map<AccessType,UsageKnowledge>ModelKnowledge. usageKnowledgesA map of usage knowledge, keyed by access type.Methods in org.gcube.informationsystem.discovery.knowledge that return AccessType Modifier and Type Method Description AccessTypeClassInformation. getAccessType(Class<Element> clz)Returns theAccessTypeof the given element.Methods in org.gcube.informationsystem.discovery.knowledge with parameters of type AccessType Modifier and Type Method Description Tree<Class<Element>>ModelKnowledge. getClassesTree(AccessType accessType)Returns the class hierarchy tree for a specific access type.Discovery<Element>ModelKnowledge. getDiscovery(AccessType accessType)Returns the discovery instance for a specific access type.Class<Element>ClassInformation. getRoot(AccessType accessType)Returns the root element for a givenAccessType.UsageKnowledgeModelKnowledge. getUsageKnowledge(AccessType accessType)Returns the usage knowledge for a specific access type. -
Uses of AccessType in org.gcube.informationsystem.model.knowledge
Fields in org.gcube.informationsystem.model.knowledge with type parameters of type AccessType Modifier and Type Field Description protected Map<AccessType,UsageKnowledge<LinkedEntity>>ModelKnowledge. erTypesUsageThe entity/relation types usage.protected Map<String,AccessType>ModelKnowledge. locateA map to locate types.protected Map<AccessType,Tree<T>>ModelKnowledge. treesThe trees of types.Methods in org.gcube.informationsystem.model.knowledge that return AccessType Modifier and Type Method Description AccessTypeTypeInformation. getAccessType(T t)Returns theAccessTypeof the given element.Methods in org.gcube.informationsystem.model.knowledge with parameters of type AccessType Modifier and Type Method Description Collection<T>TypesDiscoverer. discover(AccessType accessType)This function discover all available types of a certain AccessType.UsageKnowledge<LinkedEntity>ModelKnowledge. getERTypesUsage(AccessType accessType)Returns the usage knowledge for the given entity/relation type.UsageKnowledge<?>ModelKnowledge. getModelTypesUsage(AccessType accessType)Returns the usage knowledge for the given model type.TTypeInformation. getRoot(AccessType accessType)Returns the root element for a givenAccessType.Tree<T>ModelKnowledge. getTree(AccessType accessType)Returns the tree for the given access type.Constructors in org.gcube.informationsystem.model.knowledge with parameters of type AccessType Constructor Description UsageKnowledge(AccessType accessType)Creates a new instance. -
Uses of AccessType in org.gcube.informationsystem.types.impl
Methods in org.gcube.informationsystem.types.impl that return AccessType Modifier and Type Method Description AccessTypeTypeImpl. getAccessType()Returns theAccessTypeof this type definition. -
Uses of AccessType in org.gcube.informationsystem.types.impl.entities
Methods in org.gcube.informationsystem.types.impl.entities that return AccessType Modifier and Type Method Description AccessTypeEntityTypeImpl. getAccessType()Returns theAccessTypeof this type definition.AccessTypeFacetTypeImpl. getAccessType()Returns theAccessTypeof this type definition.AccessTypeResourceTypeImpl. getAccessType()Returns theAccessTypeof this type definition. -
Uses of AccessType in org.gcube.informationsystem.types.impl.properties
Methods in org.gcube.informationsystem.types.impl.properties that return AccessType Modifier and Type Method Description AccessTypePropertyTypeImpl. getAccessType()Returns theAccessTypeof this type definition. -
Uses of AccessType in org.gcube.informationsystem.types.impl.relations
Methods in org.gcube.informationsystem.types.impl.relations that return AccessType Modifier and Type Method Description AccessTypeConsistsOfTypeImpl. getAccessType()Returns theAccessTypeof this type definition.AccessTypeIsRelatedToTypeImpl. getAccessType()Returns theAccessTypeof this type definition.AccessTypeRelationTypeImpl. getAccessType()Returns theAccessTypeof this type definition. -
Uses of AccessType in org.gcube.informationsystem.types.knowledge
Methods in org.gcube.informationsystem.types.knowledge that return AccessType Modifier and Type Method Description AccessTypeTypeInformation. getAccessType(Type type)Returns theAccessTypeof the given element.Methods in org.gcube.informationsystem.types.knowledge with parameters of type AccessType Modifier and Type Method Description TypeTypeInformation. getRoot(AccessType accessType)Returns the root element for a givenAccessType. -
Uses of AccessType in org.gcube.informationsystem.types.reference
Methods in org.gcube.informationsystem.types.reference that return AccessType Modifier and Type Method Description AccessTypeType. getAccessType()Returns theAccessTypeof this type definition.
-