Uses of Enum Class
org.gcube.informationsystem.base.reference.AccessType
Packages that use AccessType
Package
Description
-
Uses of AccessType in org.gcube.informationsystem.base.reference
Methods in org.gcube.informationsystem.base.reference that return AccessTypeModifier and TypeMethodDescriptionstatic 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 AccessTypeReturns the enum constant of this class with the specified name.static AccessType[]AccessType.values()Returns an array containing the constants of this enum class, 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 AccessTypeModifier and TypeFieldDescriptionprotected 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 AccessTypeModifier and TypeMethodDescriptionClassInformation.getAccessType(Class<Element> clz) Returns theAccessTypeof the given element.Methods in org.gcube.informationsystem.discovery.knowledge with parameters of type AccessTypeModifier and TypeMethodDescriptionModelKnowledge.getClassesTree(AccessType accessType) Returns the class hierarchy tree for a specific access type.ModelKnowledge.getDiscovery(AccessType accessType) Returns the discovery instance for a specific access type.ClassInformation.getRoot(AccessType accessType) Returns the root element for a givenAccessType.ModelKnowledge.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 AccessTypeModifier and TypeFieldDescriptionprotected 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 AccessTypeModifier and TypeMethodDescriptionTypeInformation.getAccessType(T t) Returns theAccessTypeof the given element.Methods in org.gcube.informationsystem.model.knowledge with parameters of type AccessTypeModifier and TypeMethodDescriptionTypesDiscoverer.discover(AccessType accessType) This function discover all available types of a certain AccessType.ModelKnowledge.getERTypesUsage(AccessType accessType) Returns the usage knowledge for the given entity/relation type.ModelKnowledge.getModelTypesUsage(AccessType accessType) Returns the usage knowledge for the given model type.TypeInformation.getRoot(AccessType accessType) Returns the root element for a givenAccessType.ModelKnowledge.getTree(AccessType accessType) Returns the tree for the given access type.Constructors in org.gcube.informationsystem.model.knowledge with parameters of type AccessType -
Uses of AccessType in org.gcube.informationsystem.types.impl
Methods in org.gcube.informationsystem.types.impl that return AccessTypeModifier and TypeMethodDescriptionTypeImpl.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 AccessTypeModifier and TypeMethodDescriptionEntityTypeImpl.getAccessType()Returns theAccessTypeof this type definition.FacetTypeImpl.getAccessType()Returns theAccessTypeof this type definition.ResourceTypeImpl.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 AccessTypeModifier and TypeMethodDescriptionPropertyTypeImpl.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 AccessTypeModifier and TypeMethodDescriptionConsistsOfTypeImpl.getAccessType()Returns theAccessTypeof this type definition.IsRelatedToTypeImpl.getAccessType()Returns theAccessTypeof this type definition.RelationTypeImpl.getAccessType()Returns theAccessTypeof this type definition. -
Uses of AccessType in org.gcube.informationsystem.types.knowledge
Methods in org.gcube.informationsystem.types.knowledge that return AccessTypeModifier and TypeMethodDescriptionTypeInformation.getAccessType(Type type) Returns theAccessTypeof the given element.Methods in org.gcube.informationsystem.types.knowledge with parameters of type AccessTypeModifier and TypeMethodDescriptionTypeInformation.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 AccessTypeModifier and TypeMethodDescriptionType.getAccessType()Returns theAccessTypeof this type definition.