A B C D E F G H I J K L M N O P Q R S T U V 
All Classes All Packages

A

Abstract - Annotation Type in org.gcube.informationsystem.types.annotations
It indicates that the Entity or the Relation is abstract and cannot be instantiated.
ABSTRACT_PROPERTY - Static variable in interface org.gcube.informationsystem.types.reference.Type
 
abstractType - Variable in class org.gcube.informationsystem.types.impl.TypeImpl
 
AccessType - Enum in org.gcube.informationsystem.base.reference
Enumerates the basic type names.
add(Class<E>) - Method in class org.gcube.informationsystem.discovery.Discovery
 
add(String, LinkedEntity) - Method in class org.gcube.informationsystem.discovery.knowledge.UsageKnowledge
 
add(LinkedEntity) - Method in class org.gcube.informationsystem.discovery.knowledge.UsageKnowledge
 
ADD_PROPERTY - Static variable in interface org.gcube.informationsystem.model.reference.properties.PropagationConstraint
 
addAll(Collection<LinkedEntity>) - Method in class org.gcube.informationsystem.discovery.knowledge.UsageKnowledge
 
addAllowedAdditionalKey(String) - Method in class org.gcube.informationsystem.base.impl.properties.PropertyElementImpl
 
addAllowedAdditionalKey(String) - Method in class org.gcube.informationsystem.model.impl.entities.FacetImpl
 
addChild(UUID) - Method in class org.gcube.informationsystem.contexts.impl.entities.ContextImpl
 
addChild(UUID) - Method in interface org.gcube.informationsystem.contexts.reference.entities.Context
 
addChild(Context) - Method in class org.gcube.informationsystem.contexts.impl.entities.ContextImpl
 
addChild(Context) - Method in interface org.gcube.informationsystem.contexts.reference.entities.Context
 
addChild(IsParentOf) - Method in class org.gcube.informationsystem.contexts.impl.entities.ContextImpl
 
addChild(IsParentOf) - Method in interface org.gcube.informationsystem.contexts.reference.entities.Context
 
addChild(Node<T>) - Method in class org.gcube.informationsystem.tree.Node
 
addChildFromJson(IsParentOf) - Method in class org.gcube.informationsystem.contexts.impl.entities.ContextImpl
 
addConstraint - Variable in class org.gcube.informationsystem.model.impl.properties.PropagationConstraintImpl
 
addDiscoveredElementActions(DiscoveredElementAction<Element>) - Method in class org.gcube.informationsystem.discovery.Discovery
 
AddElementToTreeAction - Class in org.gcube.informationsystem.discovery.knowledge
 
AddElementToTreeAction(Tree<Class<Element>>) - Constructor for class org.gcube.informationsystem.discovery.knowledge.AddElementToTreeAction
 
addFacet(C) - Method in class org.gcube.informationsystem.model.impl.entities.ResourceImpl
 
addFacet(C) - Method in interface org.gcube.informationsystem.model.reference.entities.Resource
 
addFacet(F) - Method in class org.gcube.informationsystem.model.impl.entities.ResourceImpl
 
addFacet(F) - Method in interface org.gcube.informationsystem.model.reference.entities.Resource
 
addFacet(UUID) - Method in class org.gcube.informationsystem.model.impl.entities.ResourceImpl
 
addFacet(UUID) - Method in interface org.gcube.informationsystem.model.reference.entities.Resource
 
additionalProperties - Variable in class org.gcube.informationsystem.base.impl.properties.PropertyElementImpl
 
additionalProperties - Variable in class org.gcube.informationsystem.model.impl.entities.FacetImpl
 
additionalProperties - Variable in class org.gcube.informationsystem.model.impl.relations.RelationImpl
 
AdditionalPropertiesSerializer - Class in org.gcube.informationsystem.serialization
 
AdditionalPropertiesSerializer() - Constructor for class org.gcube.informationsystem.serialization.AdditionalPropertiesSerializer
 
AdditionalPropertiesSerializer(StdSerializer<Object>) - Constructor for class org.gcube.informationsystem.serialization.AdditionalPropertiesSerializer
 
addNode(T) - Method in class org.gcube.informationsystem.tree.Tree
 
addPackage(Package) - Method in class org.gcube.informationsystem.discovery.Discovery
 
addPackages(Collection<Package>) - Method in class org.gcube.informationsystem.discovery.Discovery
 
addPackages(Collection<Package>) - Method in class org.gcube.informationsystem.discovery.knowledge.ModelKnowledge
 
addTemplateVariable(TemplateVariable) - Method in class org.gcube.informationsystem.queries.templates.impl.entities.QueryTemplateImpl
 
addTemplateVariable(TemplateVariable) - Method in interface org.gcube.informationsystem.queries.templates.reference.entities.QueryTemplate
 
allKnowledge - Variable in class org.gcube.informationsystem.discovery.knowledge.Knowledge
 
allowedAdditionalKeys - Variable in class org.gcube.informationsystem.base.impl.properties.PropertyElementImpl
Used to allow to have an additional property starting with '_' or '@'
allowedAdditionalKeys - Variable in class org.gcube.informationsystem.model.impl.entities.FacetImpl
 
allowedAdditionalKeys - Variable in class org.gcube.informationsystem.model.impl.relations.RelationImpl
Used to allow to have an additional property starting with '_' or '@'
analizeElement(Class<E>) - Method in interface org.gcube.informationsystem.discovery.DiscoveredElementAction
 
analizeElement(Class<E>) - Method in class org.gcube.informationsystem.discovery.Discovery
 
analizeElement(Class<Element>) - Method in class org.gcube.informationsystem.discovery.knowledge.AddElementToTreeAction
 
analizeElement(Class<Element>) - Method in class org.gcube.informationsystem.discovery.knowledge.ModelKnowledgeValidator
 
analizeElement(Class<Element>) - Method in class org.gcube.informationsystem.serialization.ElementMappingAction
 
analizeTypes(ArrayNode) - Static method in class org.gcube.informationsystem.serialization.ElementMapper
 
analizeTypes(ObjectNode) - Static method in class org.gcube.informationsystem.serialization.ElementMapper
 
attachResource(I) - Method in interface org.gcube.informationsystem.model.reference.entities.Resource
 
attachResource(IsRelatedTo) - Method in class org.gcube.informationsystem.model.impl.entities.ResourceImpl
 

B

BASE_PROPERTY_TYPES_BY_CLASS - Static variable in class org.gcube.informationsystem.types.PropertyTypeName
 
baseType - Variable in class org.gcube.informationsystem.types.PropertyTypeName
 
BINARY - org.gcube.informationsystem.types.PropertyTypeName.BaseType
 
BOOLEAN - org.gcube.informationsystem.types.PropertyTypeName.BaseType
 
BOTH - org.gcube.informationsystem.base.reference.Direction
 
BYTE - org.gcube.informationsystem.types.PropertyTypeName.BaseType
 

C

cascade - org.gcube.informationsystem.model.reference.properties.PropagationConstraint.DeleteConstraint
When a 'delete' action is performed on the source Entity of the relation, or directly on the relation, then the same 'delete' action is performed on the relation and its target entity;
cascade - org.gcube.informationsystem.model.reference.properties.PropagationConstraint.RemoveConstraint
When a 'remove' action is performed on the source Entity of the relation, or directly on the relation, then the same 'remove' action is performed on the relation and its target entity;
cascadeWhenOrphan - org.gcube.informationsystem.model.reference.properties.PropagationConstraint.DeleteConstraint
When a 'delete' action is performed on the source Entity of the relation, or directly on the relation, then the same 'delete' action apart on the relation is performed to the target entity if it has no other incoming relations
cascadeWhenOrphan - org.gcube.informationsystem.model.reference.properties.PropagationConstraint.RemoveConstraint
When a 'remove' action is performed on the source Entity of the relation, or directly on the relation, then the same 'remove' action apart on the relation is performed to the target entity if it has no other incoming relations
Change - Annotation Type in org.gcube.informationsystem.types.reference
 
changelog - Variable in class org.gcube.informationsystem.types.impl.TypeImpl
 
Changelog - Annotation Type in org.gcube.informationsystem.types.reference
 
CHANGELOG_PROPERTY - Static variable in interface org.gcube.informationsystem.types.reference.Type
 
check() - Method in class org.gcube.informationsystem.utils.Version
 
children - Variable in class org.gcube.informationsystem.contexts.impl.entities.ContextImpl
 
CHILDREN_PROPERTY - Static variable in interface org.gcube.informationsystem.contexts.reference.entities.Context
 
ClassInformation - Class in org.gcube.informationsystem.discovery.knowledge
 
ClassInformation() - Constructor for class org.gcube.informationsystem.discovery.knowledge.ClassInformation
 
compareIntegers(Integer, Integer) - Method in class org.gcube.informationsystem.types.impl.properties.LinkedEntityImpl
 
compareIntegers(Integer, Integer) - Method in class org.gcube.informationsystem.types.impl.properties.PropertyDefinitionImpl
 
compareTo(Node<T>) - Method in class org.gcube.informationsystem.tree.Node
 
compareTo(LinkedEntity) - Method in class org.gcube.informationsystem.types.impl.properties.LinkedEntityImpl
 
compareTo(PropertyDefinition) - Method in class org.gcube.informationsystem.types.impl.properties.PropertyDefinitionImpl
 
compareTo(Version) - Method in class org.gcube.informationsystem.utils.Version
 
CONSISTS_OF - org.gcube.informationsystem.base.reference.AccessType
 
CONSISTS_OF_PROPERTY - Static variable in interface org.gcube.informationsystem.model.reference.entities.Resource
 
ConsistsOf<S extends Resource,​T extends Facet> - Interface in org.gcube.informationsystem.model.reference.relations
https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#ConsistsOf
ConsistsOfImpl<S extends Resource,​T extends Facet> - Class in org.gcube.informationsystem.model.impl.relations
 
ConsistsOfImpl() - Constructor for class org.gcube.informationsystem.model.impl.relations.ConsistsOfImpl
 
ConsistsOfImpl(S, T) - Constructor for class org.gcube.informationsystem.model.impl.relations.ConsistsOfImpl
 
ConsistsOfImpl(S, T, PropagationConstraint) - Constructor for class org.gcube.informationsystem.model.impl.relations.ConsistsOfImpl
 
consistsOfList - Variable in class org.gcube.informationsystem.model.impl.entities.ResourceImpl
 
ConsistsOfType - Interface in org.gcube.informationsystem.types.reference.relations
 
ConsistsOfTypeImpl - Class in org.gcube.informationsystem.types.impl.relations
 
ConsistsOfTypeImpl() - Constructor for class org.gcube.informationsystem.types.impl.relations.ConsistsOfTypeImpl
 
ConsistsOfTypeImpl(Class<? extends ConsistsOf<? extends Resource, ? extends Facet>>) - Constructor for class org.gcube.informationsystem.types.impl.relations.ConsistsOfTypeImpl
 
Context - Interface in org.gcube.informationsystem.contexts.reference.entities
https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Context
CONTEXT - org.gcube.informationsystem.base.reference.AccessType
 
ContextImpl - Class in org.gcube.informationsystem.contexts.impl.entities
 
ContextImpl() - Constructor for class org.gcube.informationsystem.contexts.impl.entities.ContextImpl
 
ContextImpl(String) - Constructor for class org.gcube.informationsystem.contexts.impl.entities.ContextImpl
 
ContextImpl(String, UUID) - Constructor for class org.gcube.informationsystem.contexts.impl.entities.ContextImpl
 
ContextImpl(UUID) - Constructor for class org.gcube.informationsystem.contexts.impl.entities.ContextImpl
 
contexts - Variable in class org.gcube.informationsystem.model.impl.entities.EntityImpl
 
contexts - Variable in class org.gcube.informationsystem.model.impl.relations.RelationImpl
 
CONTEXTS_PROPERTY - Static variable in interface org.gcube.informationsystem.model.reference.ERElement
Used when requested to include contexts in metadata.
created - Variable in class org.gcube.informationsystem.discovery.knowledge.ModelKnowledge
 
CREATED_BY_PROPERTY - Static variable in interface org.gcube.informationsystem.model.reference.properties.Metadata
 
createdBy - Variable in class org.gcube.informationsystem.model.impl.properties.MetadataImpl
 
createKnowledge() - Method in class org.gcube.informationsystem.discovery.knowledge.ModelKnowledge
 
createKnowledge(boolean) - Method in class org.gcube.informationsystem.discovery.knowledge.ModelKnowledge
 
createTypeDefinition(Class<E>) - Static method in class org.gcube.informationsystem.types.TypeMapper
 
createUsageKnowledge(Class<Element>) - Method in class org.gcube.informationsystem.discovery.knowledge.AddElementToTreeAction
 
CREATION_TIME_PROPERTY - Static variable in interface org.gcube.informationsystem.model.reference.properties.Metadata
 
creationTime - Variable in class org.gcube.informationsystem.model.impl.properties.MetadataImpl
 

D

DATE - org.gcube.informationsystem.types.PropertyTypeName.BaseType
 
DATETIME_PATTERN - Static variable in interface org.gcube.informationsystem.base.reference.Element
DateTime Pattern to be used to serialize Dates in every element
DEFAULT_CHANGELOG_MAP - Static variable in class org.gcube.informationsystem.types.impl.TypeImpl
 
defaultValue - Variable in class org.gcube.informationsystem.queries.templates.impl.properties.TemplateVariableImpl
 
DELETE_PROPERTY - Static variable in interface org.gcube.informationsystem.model.reference.properties.PropagationConstraint
 
deleteConstraint - Variable in class org.gcube.informationsystem.model.impl.properties.PropagationConstraintImpl
 
description - Variable in class org.gcube.informationsystem.queries.templates.impl.entities.QueryTemplateImpl
 
description - Variable in class org.gcube.informationsystem.queries.templates.impl.properties.TemplateVariableImpl
 
description - Variable in class org.gcube.informationsystem.types.impl.properties.LinkedEntityImpl
 
description - Variable in class org.gcube.informationsystem.types.impl.TypeImpl
 
description() - Method in annotation type org.gcube.informationsystem.types.annotations.ISProperty
 
description() - Method in annotation type org.gcube.informationsystem.types.annotations.RelatedResourcesEntry
 
description() - Method in annotation type org.gcube.informationsystem.types.annotations.ResourceSchemaEntry
 
description() - Method in annotation type org.gcube.informationsystem.types.reference.Change
 
description() - Method in annotation type org.gcube.informationsystem.types.reference.TypeMetadata
 
DESCRIPTION_PROPERTY - Static variable in interface org.gcube.informationsystem.queries.templates.reference.entities.QueryTemplate
 
DESCRIPTION_PROPERTY - Static variable in interface org.gcube.informationsystem.types.reference.properties.LinkedEntity
 
DESCRIPTION_PROPERTY - Static variable in interface org.gcube.informationsystem.types.reference.properties.PropertyDefinition
 
DESCRIPTION_PROPERTY - Static variable in interface org.gcube.informationsystem.types.reference.Type
 
deserialize(JsonParser, DeserializationContext) - Method in class org.gcube.informationsystem.serialization.ElementDeserializer
Deprecated.
 
deserializeTypeDefinition(String) - Static method in class org.gcube.informationsystem.types.TypeMapper
 
deserializeTypeDefinitions(String) - Static method in class org.gcube.informationsystem.types.TypeMapper
 
deserializeWithType(JsonParser, DeserializationContext, TypeDeserializer) - Method in class org.gcube.informationsystem.serialization.ElementDeserializer
Deprecated.
 
Direction - Enum in org.gcube.informationsystem.base.reference
 
discover() - Method in class org.gcube.informationsystem.discovery.Discovery
 
discover() - Method in class org.gcube.informationsystem.discovery.knowledge.Knowledge
 
discovered - Variable in class org.gcube.informationsystem.discovery.Discovery
 
DiscoveredElementAction<E extends Element> - Interface in org.gcube.informationsystem.discovery
 
discoveredElementActions - Variable in class org.gcube.informationsystem.discovery.Discovery
 
discoveredElements - Variable in class org.gcube.informationsystem.discovery.Discovery
 
discoveries - Variable in class org.gcube.informationsystem.discovery.knowledge.ModelKnowledge
 
Discovery<E extends Element> - Class in org.gcube.informationsystem.discovery
 
Discovery(Class<E>) - Constructor for class org.gcube.informationsystem.discovery.Discovery
 
DOUBLE - org.gcube.informationsystem.types.PropertyTypeName.BaseType
 
DummyFacet - Class in org.gcube.informationsystem.model.impl.entities
 
DummyFacet() - Constructor for class org.gcube.informationsystem.model.impl.entities.DummyFacet
 
DummyFacet(UUID) - Constructor for class org.gcube.informationsystem.model.impl.entities.DummyFacet
 
DummyIsRelatedTo<S extends Resource,​T extends Resource> - Class in org.gcube.informationsystem.model.impl.relations
 
DummyIsRelatedTo() - Constructor for class org.gcube.informationsystem.model.impl.relations.DummyIsRelatedTo
 
DummyIsRelatedTo(S, T, PropagationConstraint) - Constructor for class org.gcube.informationsystem.model.impl.relations.DummyIsRelatedTo
 
DummyResource - Class in org.gcube.informationsystem.model.impl.entities
 
DummyResource() - Constructor for class org.gcube.informationsystem.model.impl.entities.DummyResource
 
DummyResource(UUID) - Constructor for class org.gcube.informationsystem.model.impl.entities.DummyResource
 

E

elaborate(Node<Class<Element>>, int) - Method in class org.gcube.informationsystem.discovery.knowledge.ModelKnowledgeValidator
 
elaborate(Node<T>, int) - Method in interface org.gcube.informationsystem.tree.NodeElaborator
 
elaborate(NodeElaborator<T>) - Method in class org.gcube.informationsystem.tree.Node
 
elaborate(NodeElaborator<T>) - Method in class org.gcube.informationsystem.tree.Tree
 
elaborate(NodeElaborator<T>, int) - Method in class org.gcube.informationsystem.tree.Node
 
Element - Interface in org.gcube.informationsystem.base.reference
 
ElementDeserializer<ISM extends Element> - Class in org.gcube.informationsystem.serialization
Deprecated.
ElementDeserializer(Class<ISM>, ObjectMapper) - Constructor for class org.gcube.informationsystem.serialization.ElementDeserializer
Deprecated.
 
ElementImpl - Class in org.gcube.informationsystem.base.impl
 
ElementImpl() - Constructor for class org.gcube.informationsystem.base.impl.ElementImpl
 
ElementMapper - Class in org.gcube.informationsystem.serialization
 
ElementMapper() - Constructor for class org.gcube.informationsystem.serialization.ElementMapper
 
ElementMappingAction - Class in org.gcube.informationsystem.serialization
 
ElementMappingAction() - Constructor for class org.gcube.informationsystem.serialization.ElementMappingAction
 
Encrypted - Interface in org.gcube.informationsystem.model.reference.properties
 
EncryptedImpl - Class in org.gcube.informationsystem.model.impl.properties
 
EncryptedImpl() - Constructor for class org.gcube.informationsystem.model.impl.properties.EncryptedImpl
 
Entity - Interface in org.gcube.informationsystem.model.reference.entities
https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Entity
ENTITY - org.gcube.informationsystem.base.reference.AccessType
 
ENTITY_ELEMENT - org.gcube.informationsystem.base.reference.AccessType
 
ENTITY_TYPE - org.gcube.informationsystem.base.reference.AccessType
 
EntityElement - Interface in org.gcube.informationsystem.base.reference.entities
 
EntityElementImpl - Class in org.gcube.informationsystem.base.impl.entities
 
EntityElementImpl() - Constructor for class org.gcube.informationsystem.base.impl.entities.EntityElementImpl
 
EntityImpl - Class in org.gcube.informationsystem.model.impl.entities
 
EntityImpl() - Constructor for class org.gcube.informationsystem.model.impl.entities.EntityImpl
 
EntityType - Interface in org.gcube.informationsystem.types.reference.entities
 
EntityTypeImpl - Class in org.gcube.informationsystem.types.impl.entities
 
EntityTypeImpl() - Constructor for class org.gcube.informationsystem.types.impl.entities.EntityTypeImpl
 
EntityTypeImpl(Class<? extends EntityElement>) - Constructor for class org.gcube.informationsystem.types.impl.entities.EntityTypeImpl
 
equals(Object) - Method in class org.gcube.informationsystem.types.impl.properties.LinkedEntityImpl
 
equals(Object) - Method in class org.gcube.informationsystem.types.impl.properties.PropertyDefinitionImpl
 
equals(Object) - Method in class org.gcube.informationsystem.types.PropertyTypeName
 
equals(Object) - Method in class org.gcube.informationsystem.utils.Version
 
ERElement - Interface in org.gcube.informationsystem.model.reference
This interfaces is an helper to identify elements of the model i.e.
executeDiscoveredElementActions(DiscoveredElementAction<Element>) - Method in class org.gcube.informationsystem.discovery.Discovery
 
EXPECTED_TYPE_PROPERTY - Static variable in interface org.gcube.informationsystem.model.reference.ModelElement
 
expectedtype - Variable in class org.gcube.informationsystem.base.impl.properties.PropertyElementImpl
 
expectedtype - Variable in class org.gcube.informationsystem.model.impl.entities.EntityImpl
 
expectedtype - Variable in class org.gcube.informationsystem.model.impl.relations.RelationImpl
 
EXTENDED_TYPES_PROPERTY - Static variable in interface org.gcube.informationsystem.types.reference.Type
 
extendedTypes - Variable in class org.gcube.informationsystem.types.impl.TypeImpl
 

F

facet() - Method in annotation type org.gcube.informationsystem.types.annotations.ResourceSchemaEntry
 
Facet - Interface in org.gcube.informationsystem.model.reference.entities
 
FACET - org.gcube.informationsystem.base.reference.AccessType
 
FacetImpl - Class in org.gcube.informationsystem.model.impl.entities
 
FacetImpl() - Constructor for class org.gcube.informationsystem.model.impl.entities.FacetImpl
 
facetKnowledge - Variable in class org.gcube.informationsystem.discovery.knowledge.AddElementToTreeAction
 
facets - Variable in class org.gcube.informationsystem.types.impl.entities.ResourceTypeImpl
 
facets() - Method in annotation type org.gcube.informationsystem.types.annotations.ResourceSchema
 
FACETS_PROPERTY - Static variable in interface org.gcube.informationsystem.types.reference.entities.ResourceType
 
FacetType - Interface in org.gcube.informationsystem.types.reference.entities
 
FacetTypeImpl - Class in org.gcube.informationsystem.types.impl.entities
 
FacetTypeImpl() - Constructor for class org.gcube.informationsystem.types.impl.entities.FacetTypeImpl
 
FacetTypeImpl(Class<? extends Facet>) - Constructor for class org.gcube.informationsystem.types.impl.entities.FacetTypeImpl
 
Final - Annotation Type in org.gcube.informationsystem.types.annotations
It indicates that the Element is final and cannot be extended/derived.
FINAL_PROPERTY - Static variable in interface org.gcube.informationsystem.types.reference.Type
 
finalClass - Variable in class org.gcube.informationsystem.types.impl.TypeImpl
 
FLOAT - org.gcube.informationsystem.types.PropertyTypeName.BaseType
 
fromString(String) - Static method in class org.gcube.informationsystem.utils.UUIDUtility
 

G

generateValidUUID() - Method in class org.gcube.informationsystem.utils.UUIDManager
 
generateValidUUID(UUID) - Method in class org.gcube.informationsystem.utils.UUIDManager
 
genericBaseType - Variable in class org.gcube.informationsystem.types.PropertyTypeName
 
genericClassName - Variable in class org.gcube.informationsystem.types.PropertyTypeName
 
genericType - Variable in class org.gcube.informationsystem.types.PropertyTypeName
 
getAccessType() - Method in class org.gcube.informationsystem.types.impl.entities.EntityTypeImpl
 
getAccessType() - Method in class org.gcube.informationsystem.types.impl.entities.FacetTypeImpl
 
getAccessType() - Method in class org.gcube.informationsystem.types.impl.entities.ResourceTypeImpl
 
getAccessType() - Method in class org.gcube.informationsystem.types.impl.properties.PropertyTypeImpl
 
getAccessType() - Method in class org.gcube.informationsystem.types.impl.relations.ConsistsOfTypeImpl
 
getAccessType() - Method in class org.gcube.informationsystem.types.impl.relations.IsRelatedToTypeImpl
 
getAccessType() - Method in class org.gcube.informationsystem.types.impl.relations.RelationTypeImpl
 
getAccessType() - Method in class org.gcube.informationsystem.types.impl.TypeImpl
 
getAccessType() - Method in interface org.gcube.informationsystem.types.reference.Type
 
getAccessType(Class<?>) - Static method in enum org.gcube.informationsystem.base.reference.AccessType
 
getAccessType(String) - Static method in enum org.gcube.informationsystem.base.reference.AccessType
Provide the access type from the name provided type name as argument
getAddConstraint() - Method in class org.gcube.informationsystem.model.impl.properties.PropagationConstraintImpl
 
getAddConstraint() - Method in interface org.gcube.informationsystem.model.reference.properties.PropagationConstraint
 
getAdditionalProperties() - Method in class org.gcube.informationsystem.base.impl.properties.PropertyElementImpl
 
getAdditionalProperties() - Method in interface org.gcube.informationsystem.base.reference.SchemaMixedElement
 
getAdditionalProperties() - Method in class org.gcube.informationsystem.model.impl.entities.FacetImpl
 
getAdditionalProperties() - Method in class org.gcube.informationsystem.model.impl.relations.RelationImpl
 
getAdditionalProperties() - Method in interface org.gcube.informationsystem.model.reference.entities.Facet
 
getAdditionalProperties() - Method in interface org.gcube.informationsystem.model.reference.properties.Property
 
getAdditionalProperties() - Method in interface org.gcube.informationsystem.model.reference.relations.Relation
 
getAdditionalProperty(String) - Method in class org.gcube.informationsystem.base.impl.properties.PropertyElementImpl
 
getAdditionalProperty(String) - Method in interface org.gcube.informationsystem.base.reference.SchemaMixedElement
 
getAdditionalProperty(String) - Method in class org.gcube.informationsystem.model.impl.entities.FacetImpl
 
getAdditionalProperty(String) - Method in class org.gcube.informationsystem.model.impl.relations.RelationImpl
 
getAdditionalProperty(String) - Method in interface org.gcube.informationsystem.model.reference.entities.Facet
 
getAdditionalProperty(String) - Method in interface org.gcube.informationsystem.model.reference.properties.Property
 
getAdditionalProperty(String) - Method in interface org.gcube.informationsystem.model.reference.relations.Relation
 
getAllKnowledge() - Method in class org.gcube.informationsystem.discovery.knowledge.Knowledge
 
getAllReservedUUID() - Method in class org.gcube.informationsystem.utils.UUIDManager
 
getAllReservedUUIDAsStrings() - Method in class org.gcube.informationsystem.utils.UUIDManager
 
getBaseType() - Method in class org.gcube.informationsystem.types.PropertyTypeName
 
getBaseTypeByClass(Class<?>) - Static method in class org.gcube.informationsystem.types.PropertyTypeName
Return the correspondent type by checking the "assignability" of the class received as parameter.
getBaseTypeFromString(String) - Static method in enum org.gcube.informationsystem.types.PropertyTypeName.BaseType
 
getChangelog() - Method in class org.gcube.informationsystem.types.impl.TypeImpl
 
getChangelog() - Method in interface org.gcube.informationsystem.types.reference.Type
 
getChangelogWithVersionAsString() - Method in class org.gcube.informationsystem.types.impl.TypeImpl
 
getChangelogWithVersionAsString() - Method in interface org.gcube.informationsystem.types.reference.Type
 
getChildren() - Method in class org.gcube.informationsystem.contexts.impl.entities.ContextImpl
 
getChildren() - Method in interface org.gcube.informationsystem.contexts.reference.entities.Context
 
getChildrenElement() - Method in class org.gcube.informationsystem.tree.Node
 
getChildrenNodes() - Method in class org.gcube.informationsystem.tree.Node
 
getClassesForPackage(Package) - Static method in class org.gcube.informationsystem.utils.ReflectionUtility
 
getClassesForPackage(String) - Static method in class org.gcube.informationsystem.utils.ReflectionUtility
Attempts to list all the classes in the specified package as determined by the context class loader
getClassesTree(AccessType) - Method in class org.gcube.informationsystem.discovery.knowledge.ModelKnowledge
 
getConsistsOf() - Method in class org.gcube.informationsystem.model.impl.entities.ResourceImpl
 
getConsistsOf() - Method in interface org.gcube.informationsystem.model.reference.entities.Resource
 
getConsistsOf(Class<C>) - Method in class org.gcube.informationsystem.model.impl.entities.ResourceImpl
 
getConsistsOf(Class<C>) - Method in interface org.gcube.informationsystem.model.reference.entities.Resource
 
getConsistsOf(Class<C>, Class<F>) - Method in class org.gcube.informationsystem.model.impl.entities.ResourceImpl
 
getConsistsOf(Class<C>, Class<F>) - Method in interface org.gcube.informationsystem.model.reference.entities.Resource
 
getContexts() - Method in class org.gcube.informationsystem.model.impl.entities.EntityImpl
 
getContexts() - Method in class org.gcube.informationsystem.model.impl.relations.RelationImpl
 
getContexts() - Method in interface org.gcube.informationsystem.model.reference.ERElement
 
getCreatedBy() - Method in class org.gcube.informationsystem.model.impl.properties.MetadataImpl
 
getCreatedBy() - Method in interface org.gcube.informationsystem.model.reference.properties.Metadata
 
getCreationTime() - Method in class org.gcube.informationsystem.model.impl.properties.MetadataImpl
 
getCreationTime() - Method in interface org.gcube.informationsystem.model.reference.properties.Metadata
 
getDefaultValue() - Method in class org.gcube.informationsystem.queries.templates.impl.properties.TemplateVariableImpl
 
getDefaultValue() - Method in interface org.gcube.informationsystem.queries.templates.reference.properties.TemplateVariable
 
getDeleteConstraint() - Method in class org.gcube.informationsystem.model.impl.properties.PropagationConstraintImpl
 
getDeleteConstraint() - Method in interface org.gcube.informationsystem.model.reference.properties.PropagationConstraint
 
getDescription() - Method in class org.gcube.informationsystem.queries.templates.impl.entities.QueryTemplateImpl
 
getDescription() - Method in class org.gcube.informationsystem.queries.templates.impl.properties.TemplateVariableImpl
 
getDescription() - Method in interface org.gcube.informationsystem.queries.templates.reference.entities.QueryTemplate
 
getDescription() - Method in interface org.gcube.informationsystem.queries.templates.reference.properties.TemplateVariable
 
getDescription() - Method in class org.gcube.informationsystem.types.impl.properties.LinkedEntityImpl
 
getDescription() - Method in class org.gcube.informationsystem.types.impl.properties.PropertyDefinitionImpl
 
getDescription() - Method in class org.gcube.informationsystem.types.impl.TypeImpl
 
getDescription() - Method in interface org.gcube.informationsystem.types.reference.entities.EntityType
 
getDescription() - Method in interface org.gcube.informationsystem.types.reference.properties.LinkedEntity
 
getDescription() - Method in interface org.gcube.informationsystem.types.reference.properties.PropertyDefinition
 
getDescription() - Method in interface org.gcube.informationsystem.types.reference.properties.PropertyType
 
getDescription() - Method in interface org.gcube.informationsystem.types.reference.relations.RelationType
 
getDescription() - Method in interface org.gcube.informationsystem.types.reference.Type
 
getDiscoveredElements() - Method in class org.gcube.informationsystem.discovery.Discovery
 
getDiscovery(AccessType) - Method in class org.gcube.informationsystem.discovery.knowledge.ModelKnowledge
 
getDummyImplementationClass() - Method in enum org.gcube.informationsystem.base.reference.AccessType
 
getEntityTypeDefinitionInstance(Class<? extends EntityElement>) - Static method in class org.gcube.informationsystem.types.impl.entities.EntityTypeImpl
 
getError(String) - Static method in class org.gcube.informationsystem.serialization.ElementMapper
 
getExpectedtype() - Method in class org.gcube.informationsystem.base.impl.properties.PropertyElementImpl
 
getExpectedtype() - Method in class org.gcube.informationsystem.model.impl.entities.EntityImpl
 
getExpectedtype() - Method in class org.gcube.informationsystem.model.impl.relations.RelationImpl
 
getExpectedtype() - Method in interface org.gcube.informationsystem.model.reference.ModelElement
 
getExtendedTypes() - Method in class org.gcube.informationsystem.types.impl.TypeImpl
 
getExtendedTypes() - Method in interface org.gcube.informationsystem.types.reference.entities.EntityType
 
getExtendedTypes() - Method in interface org.gcube.informationsystem.types.reference.properties.PropertyType
 
getExtendedTypes() - Method in interface org.gcube.informationsystem.types.reference.relations.RelationType
 
getExtendedTypes() - Method in interface org.gcube.informationsystem.types.reference.Type
 
getFacetKnowledge() - Method in class org.gcube.informationsystem.discovery.knowledge.AddElementToTreeAction
 
getFacets() - Method in class org.gcube.informationsystem.model.impl.entities.ResourceImpl
 
getFacets() - Method in interface org.gcube.informationsystem.model.reference.entities.Resource
 
getFacets() - Method in class org.gcube.informationsystem.types.impl.entities.ResourceTypeImpl
 
getFacets() - Method in interface org.gcube.informationsystem.types.reference.entities.ResourceType
 
getFacets(Class<C>, Class<F>) - Method in class org.gcube.informationsystem.model.impl.entities.ResourceImpl
 
getFacets(Class<C>, Class<F>) - Method in interface org.gcube.informationsystem.model.reference.entities.Resource
 
getFacets(Class<F>) - Method in class org.gcube.informationsystem.model.impl.entities.ResourceImpl
 
getFacets(Class<F>) - Method in interface org.gcube.informationsystem.model.reference.entities.Resource
 
getGenericBaseType() - Method in class org.gcube.informationsystem.types.PropertyTypeName
 
getGenericClass(Type) - Method in class org.gcube.informationsystem.types.impl.TypeImpl
 
getGenericClassName() - Method in class org.gcube.informationsystem.types.PropertyTypeName
 
getID() - Method in class org.gcube.informationsystem.base.impl.entities.EntityElementImpl
 
getID() - Method in class org.gcube.informationsystem.base.impl.relations.RelationElementImpl
 
getID() - Method in interface org.gcube.informationsystem.base.reference.entities.EntityElement
 
getID() - Method in interface org.gcube.informationsystem.base.reference.IdentifiableElement
 
getID() - Method in interface org.gcube.informationsystem.base.reference.relations.RelationElement
 
getID() - Method in class org.gcube.informationsystem.contexts.impl.entities.ContextImpl
 
getID() - Method in class org.gcube.informationsystem.types.impl.TypeImpl
 
getID() - Method in interface org.gcube.informationsystem.types.reference.properties.PropertyType
 
getID() - Method in interface org.gcube.informationsystem.types.reference.Type
 
getIdentifier(Class<Element>) - Method in class org.gcube.informationsystem.discovery.knowledge.ClassInformation
 
getIdentifier(T) - Method in interface org.gcube.informationsystem.tree.NodeInformation
 
getImplementationClass() - Method in enum org.gcube.informationsystem.base.reference.AccessType
 
getInstance() - Static method in class org.gcube.informationsystem.discovery.knowledge.Knowledge
 
getInstance() - Static method in class org.gcube.informationsystem.utils.UUIDManager
 
getInstance(boolean) - Static method in class org.gcube.informationsystem.discovery.knowledge.Knowledge
 
getInstance(Class<? extends Element>) - Static method in class org.gcube.informationsystem.types.impl.TypeImpl
 
getIsRelatedTo() - Method in class org.gcube.informationsystem.model.impl.entities.ResourceImpl
 
getIsRelatedTo() - Method in interface org.gcube.informationsystem.model.reference.entities.Resource
 
getIsRelatedTo(Class<I>) - Method in class org.gcube.informationsystem.model.impl.entities.ResourceImpl
 
getIsRelatedTo(Class<I>) - Method in interface org.gcube.informationsystem.model.reference.entities.Resource
 
getJsonNode(String) - Static method in class org.gcube.informationsystem.utils.JsonUtility
 
getJsonQuery() - Method in class org.gcube.informationsystem.queries.templates.impl.entities.QueryTemplateImpl
 
getJsonQuery() - Method in interface org.gcube.informationsystem.queries.templates.reference.entities.QueryTemplate
 
getJsonQuery(JsonNode) - Method in class org.gcube.informationsystem.queries.templates.impl.entities.QueryTemplateImpl
 
getJsonQuery(JsonNode) - Method in interface org.gcube.informationsystem.queries.templates.reference.entities.QueryTemplate
 
getLastUpdateBy() - Method in class org.gcube.informationsystem.model.impl.properties.MetadataImpl
 
getLastUpdateBy() - Method in interface org.gcube.informationsystem.model.reference.properties.Metadata
 
getLastUpdateTime() - Method in class org.gcube.informationsystem.model.impl.properties.MetadataImpl
 
getLastUpdateTime() - Method in interface org.gcube.informationsystem.model.reference.properties.Metadata
 
getMajor() - Method in class org.gcube.informationsystem.utils.Version
 
getMax() - Method in class org.gcube.informationsystem.types.impl.properties.LinkedEntityImpl
 
getMax() - Method in class org.gcube.informationsystem.types.impl.properties.PropertyDefinitionImpl
 
getMax() - Method in interface org.gcube.informationsystem.types.reference.properties.LinkedEntity
 
getMax() - Method in interface org.gcube.informationsystem.types.reference.properties.PropertyDefinition
 
getMetadata() - Method in class org.gcube.informationsystem.base.impl.entities.EntityElementImpl
 
getMetadata() - Method in class org.gcube.informationsystem.base.impl.relations.RelationElementImpl
 
getMetadata() - Method in interface org.gcube.informationsystem.base.reference.entities.EntityElement
 
getMetadata() - Method in interface org.gcube.informationsystem.base.reference.IdentifiableElement
 
getMetadata() - Method in interface org.gcube.informationsystem.base.reference.relations.RelationElement
 
getMetadata() - Method in class org.gcube.informationsystem.types.impl.entities.EntityTypeImpl
 
getMetadata() - Method in class org.gcube.informationsystem.types.impl.TypeImpl
 
getMetadata() - Method in interface org.gcube.informationsystem.types.reference.properties.PropertyType
 
getMetadata() - Method in interface org.gcube.informationsystem.types.reference.Type
 
getMin() - Method in class org.gcube.informationsystem.types.impl.properties.LinkedEntityImpl
 
getMin() - Method in class org.gcube.informationsystem.types.impl.properties.PropertyDefinitionImpl
 
getMin() - Method in interface org.gcube.informationsystem.types.reference.properties.LinkedEntity
 
getMin() - Method in interface org.gcube.informationsystem.types.reference.properties.PropertyDefinition
 
getMinor() - Method in class org.gcube.informationsystem.utils.Version
 
getModelKnowledge(String) - Method in class org.gcube.informationsystem.discovery.knowledge.Knowledge
 
getModelKnowledge(RegistrationProvider) - Method in class org.gcube.informationsystem.discovery.knowledge.Knowledge
 
getModelName() - Method in class org.gcube.informationsystem.discovery.ISModelRegistrationProvider
 
getModelName() - Method in interface org.gcube.informationsystem.discovery.RegistrationProvider
The name of the Model
getModelTypes() - Static method in enum org.gcube.informationsystem.base.reference.AccessType
 
getName() - Method in enum org.gcube.informationsystem.base.reference.AccessType
 
getName() - Method in class org.gcube.informationsystem.contexts.impl.entities.ContextImpl
 
getName() - Method in interface org.gcube.informationsystem.contexts.reference.entities.Context
 
getName() - Method in class org.gcube.informationsystem.queries.templates.impl.entities.QueryTemplateImpl
 
getName() - Method in class org.gcube.informationsystem.queries.templates.impl.properties.TemplateVariableImpl
 
getName() - Method in interface org.gcube.informationsystem.queries.templates.reference.entities.QueryTemplate
 
getName() - Method in interface org.gcube.informationsystem.queries.templates.reference.properties.TemplateVariable
 
getName() - Method in class org.gcube.informationsystem.types.impl.properties.PropertyDefinitionImpl
 
getName() - Method in class org.gcube.informationsystem.types.impl.TypeImpl
 
getName() - Method in interface org.gcube.informationsystem.types.reference.entities.EntityType
 
getName() - Method in interface org.gcube.informationsystem.types.reference.properties.PropertyDefinition
 
getName() - Method in interface org.gcube.informationsystem.types.reference.properties.PropertyType
 
getName() - Method in interface org.gcube.informationsystem.types.reference.relations.RelationType
 
getName() - Method in interface org.gcube.informationsystem.types.reference.Type
 
getNodeElement() - Method in class org.gcube.informationsystem.tree.Node
 
getNodeInformation() - Method in class org.gcube.informationsystem.tree.Tree
 
getObjectMapper() - Static method in class org.gcube.informationsystem.serialization.ElementMapper
 
getPackagesToRegister() - Method in class org.gcube.informationsystem.discovery.ISModelRegistrationProvider
 
getPackagesToRegister() - Method in interface org.gcube.informationsystem.discovery.RegistrationProvider
This method must return the list of packages to be registered
getParametersFromSuperClasses(Class<? extends RelationElement<?, ?>>) - Method in class org.gcube.informationsystem.types.impl.relations.RelationTypeImpl
 
getParamsFromDefaultValues() - Method in class org.gcube.informationsystem.queries.templates.impl.entities.QueryTemplateImpl
 
getParamsFromDefaultValues() - Method in interface org.gcube.informationsystem.queries.templates.reference.entities.QueryTemplate
Create an ObjectNode which can be used as parameters to obtain a JSON Query from the Query Template.
getParent() - Method in class org.gcube.informationsystem.contexts.impl.entities.ContextImpl
 
getParent() - Method in interface org.gcube.informationsystem.contexts.reference.entities.Context
 
getParent() - Method in class org.gcube.informationsystem.tree.Node
 
getParentIdentifiers(Class<Element>, Class<Element>) - Method in class org.gcube.informationsystem.discovery.knowledge.ClassInformation
 
getParentIdentifiers(T, T) - Method in interface org.gcube.informationsystem.tree.NodeInformation
 
getPropagationConstraint() - Method in class org.gcube.informationsystem.model.impl.relations.RelationImpl
 
getPropagationConstraint() - Method in interface org.gcube.informationsystem.model.reference.relations.Relation
 
getProperties() - Method in class org.gcube.informationsystem.types.impl.entities.FacetTypeImpl
 
getProperties() - Method in class org.gcube.informationsystem.types.impl.properties.PropertyTypeImpl
 
getProperties() - Method in class org.gcube.informationsystem.types.impl.TypeImpl
 
getProperties() - Method in interface org.gcube.informationsystem.types.reference.entities.FacetType
 
getProperties() - Method in interface org.gcube.informationsystem.types.reference.properties.PropertyType
 
getProperties() - Method in interface org.gcube.informationsystem.types.reference.relations.RelationType
 
getProperties() - Method in interface org.gcube.informationsystem.types.reference.Type
 
getPropertyType() - Method in class org.gcube.informationsystem.types.impl.properties.PropertyDefinitionImpl
 
getPropertyType() - Method in interface org.gcube.informationsystem.types.reference.properties.PropertyDefinition
 
getPropertyTypeName() - Method in class org.gcube.informationsystem.types.impl.properties.PropertyDefinitionImpl
 
getRegexp() - Method in class org.gcube.informationsystem.types.impl.properties.PropertyDefinitionImpl
 
getRegexp() - Method in interface org.gcube.informationsystem.types.reference.properties.PropertyDefinition
 
getRelation() - Method in class org.gcube.informationsystem.types.impl.properties.LinkedEntityImpl
 
getRelation() - Method in interface org.gcube.informationsystem.types.reference.properties.LinkedEntity
 
getRelationTypeDefinitionInstance(Class<? extends RelationElement<?, ?>>) - Static method in class org.gcube.informationsystem.types.impl.relations.RelationTypeImpl
 
getRemoveConstraint() - Method in class org.gcube.informationsystem.model.impl.properties.PropagationConstraintImpl
 
getRemoveConstraint() - Method in interface org.gcube.informationsystem.model.reference.properties.PropagationConstraint
 
getResourceKnowledge() - Method in class org.gcube.informationsystem.discovery.knowledge.AddElementToTreeAction
 
getResources() - Method in class org.gcube.informationsystem.types.impl.entities.ResourceTypeImpl
 
getResources() - Method in interface org.gcube.informationsystem.types.reference.entities.ResourceType
 
getRevision() - Method in class org.gcube.informationsystem.utils.Version
 
getRoot() - Method in class org.gcube.informationsystem.tree.Tree
 
getSource() - Method in class org.gcube.informationsystem.base.impl.relations.RelationElementImpl
 
getSource() - Method in interface org.gcube.informationsystem.base.reference.relations.RelationElement
 
getSource() - Method in interface org.gcube.informationsystem.contexts.reference.relations.IsParentOf
 
getSource() - Method in interface org.gcube.informationsystem.model.reference.relations.Relation
 
getSource() - Method in class org.gcube.informationsystem.types.impl.properties.LinkedEntityImpl
 
getSource() - Method in class org.gcube.informationsystem.types.impl.relations.RelationTypeImpl
 
getSource() - Method in interface org.gcube.informationsystem.types.reference.properties.LinkedEntity
 
getSource() - Method in interface org.gcube.informationsystem.types.reference.relations.RelationType
 
getSupertypes() - Method in class org.gcube.informationsystem.base.impl.properties.PropertyElementImpl
 
getSupertypes() - Method in class org.gcube.informationsystem.model.impl.entities.EntityImpl
 
getSupertypes() - Method in class org.gcube.informationsystem.model.impl.relations.RelationImpl
 
getSupertypes() - Method in interface org.gcube.informationsystem.model.reference.ModelElement
 
getTarget() - Method in class org.gcube.informationsystem.base.impl.relations.RelationElementImpl
 
getTarget() - Method in interface org.gcube.informationsystem.base.reference.relations.RelationElement
 
getTarget() - Method in interface org.gcube.informationsystem.contexts.reference.relations.IsParentOf
 
getTarget() - Method in interface org.gcube.informationsystem.model.reference.relations.Relation
 
getTarget() - Method in class org.gcube.informationsystem.types.impl.properties.LinkedEntityImpl
 
getTarget() - Method in class org.gcube.informationsystem.types.impl.relations.RelationTypeImpl
 
getTarget() - Method in interface org.gcube.informationsystem.types.reference.properties.LinkedEntity
 
getTarget() - Method in interface org.gcube.informationsystem.types.reference.relations.RelationType
 
getTemplate() - Method in class org.gcube.informationsystem.queries.templates.impl.entities.QueryTemplateImpl
 
getTemplate() - Method in interface org.gcube.informationsystem.queries.templates.reference.entities.QueryTemplate
 
getTemplateAsString() - Method in class org.gcube.informationsystem.queries.templates.impl.entities.QueryTemplateImpl
 
getTemplateAsString() - Method in interface org.gcube.informationsystem.queries.templates.reference.entities.QueryTemplate
 
getTemplateVariables() - Method in class org.gcube.informationsystem.queries.templates.impl.entities.QueryTemplateImpl
 
getTemplateVariables() - Method in interface org.gcube.informationsystem.queries.templates.reference.entities.QueryTemplate
 
getTree() - Method in class org.gcube.informationsystem.tree.Node
 
getType() - Method in class org.gcube.informationsystem.types.PropertyTypeName
 
getType(E) - Static method in class org.gcube.informationsystem.types.TypeMapper
 
getType(Class<? extends Element>) - Static method in class org.gcube.informationsystem.types.TypeMapper
 
getTypeChangelog(Class<? extends Element>) - Static method in class org.gcube.informationsystem.types.TypeMapper
 
getTypeClass() - Method in enum org.gcube.informationsystem.base.reference.AccessType
 
getTypeDescription(Class<? extends Element>) - Static method in class org.gcube.informationsystem.types.TypeMapper
 
getTypeName() - Method in class org.gcube.informationsystem.base.impl.ElementImpl
 
getTypeName() - Method in interface org.gcube.informationsystem.base.reference.Element
 
getTypeName() - Method in class org.gcube.informationsystem.types.impl.properties.PropertyDefinitionImpl
 
getTypeName() - Method in class org.gcube.informationsystem.types.impl.TypeImpl
 
getTypeName(Class<E>) - Static method in class org.gcube.informationsystem.utils.TypeUtility
 
getTypeName(String) - Static method in class org.gcube.informationsystem.utils.TypeUtility
 
getTypeName(JsonNode) - Static method in class org.gcube.informationsystem.utils.TypeUtility
 
getTypeVersion(Class<? extends Element>) - Static method in class org.gcube.informationsystem.types.TypeMapper
 
getUsage(String) - Method in class org.gcube.informationsystem.discovery.knowledge.UsageKnowledge
 
getUsageKnowledge(AccessType) - Method in class org.gcube.informationsystem.discovery.knowledge.ModelKnowledge
 
getUUID(String) - Static method in class org.gcube.informationsystem.utils.UUIDUtility
 
getUUID(JsonNode) - Static method in class org.gcube.informationsystem.utils.UUIDUtility
 
getUUIDAsString(String) - Static method in class org.gcube.informationsystem.utils.UUIDUtility
 
getUUIDAsString(JsonNode) - Static method in class org.gcube.informationsystem.utils.UUIDUtility
 
getValue() - Method in class org.gcube.informationsystem.model.impl.properties.EncryptedImpl
 
getValue() - Method in interface org.gcube.informationsystem.model.reference.properties.Encrypted
 
getVersion() - Method in class org.gcube.informationsystem.types.impl.TypeImpl
 
getVersion() - Method in interface org.gcube.informationsystem.types.reference.Type
 
getVersionAsString() - Method in class org.gcube.informationsystem.types.impl.TypeImpl
 
getVersionAsString() - Method in interface org.gcube.informationsystem.types.reference.Type
 

H

hashCode() - Method in class org.gcube.informationsystem.types.impl.properties.LinkedEntityImpl
 
hashCode() - Method in class org.gcube.informationsystem.types.impl.properties.PropertyDefinitionImpl
 
hashCode() - Method in class org.gcube.informationsystem.types.PropertyTypeName
 
hashCode() - Method in class org.gcube.informationsystem.utils.Version
 
HIDDEN_FOR_PRIVACY_USER - Static variable in interface org.gcube.informationsystem.model.reference.properties.Metadata
 

I

ID_PROPERTY - Static variable in interface org.gcube.informationsystem.base.reference.IdentifiableElement
 
IdentifiableElement - Interface in org.gcube.informationsystem.base.reference
This interfaces is an helper to identify elements could be identified via Metadata
IN - org.gcube.informationsystem.base.reference.Direction
 
INDENTATION - Static variable in class org.gcube.informationsystem.tree.Node
 
INTEGER - org.gcube.informationsystem.types.PropertyTypeName.BaseType
 
IS_MODEL_NAME - Static variable in class org.gcube.informationsystem.discovery.ISModelRegistrationProvider
 
IS_PARENT_OF - org.gcube.informationsystem.base.reference.AccessType
 
IS_RELATED_TO - org.gcube.informationsystem.base.reference.AccessType
 
IS_RELATED_TO_PROPERTY - Static variable in interface org.gcube.informationsystem.model.reference.entities.Resource
 
isAbstract() - Method in class org.gcube.informationsystem.types.impl.TypeImpl
 
isAbstract() - Method in interface org.gcube.informationsystem.types.reference.entities.EntityType
 
isAbstract() - Method in interface org.gcube.informationsystem.types.reference.properties.PropertyType
 
isAbstract() - Method in interface org.gcube.informationsystem.types.reference.relations.RelationType
 
isAbstract() - Method in interface org.gcube.informationsystem.types.reference.Type
 
isFinal() - Method in class org.gcube.informationsystem.types.impl.TypeImpl
 
isFinal() - Method in interface org.gcube.informationsystem.types.reference.Type
 
isGenericType() - Method in class org.gcube.informationsystem.types.PropertyTypeName
 
isMandatory() - Method in class org.gcube.informationsystem.types.impl.properties.PropertyDefinitionImpl
 
isMandatory() - Method in interface org.gcube.informationsystem.types.reference.properties.PropertyDefinition
 
ISModelRegistrationProvider - Class in org.gcube.informationsystem.discovery
 
ISModelRegistrationProvider() - Constructor for class org.gcube.informationsystem.discovery.ISModelRegistrationProvider
 
isNotnull() - Method in class org.gcube.informationsystem.types.impl.properties.PropertyDefinitionImpl
 
isNotnull() - Method in interface org.gcube.informationsystem.types.reference.properties.PropertyDefinition
 
IsParentOf - Interface in org.gcube.informationsystem.contexts.reference.relations
https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#IsParentOf
IsParentOfImpl - Class in org.gcube.informationsystem.contexts.impl.relations
 
IsParentOfImpl() - Constructor for class org.gcube.informationsystem.contexts.impl.relations.IsParentOfImpl
 
IsParentOfImpl(Context, Context) - Constructor for class org.gcube.informationsystem.contexts.impl.relations.IsParentOfImpl
 
ISProperty - Annotation Type in org.gcube.informationsystem.types.annotations
It is used by TypeMapper to identify which getter method are related to and Entity PropertyDefinition.
isReadonly() - Method in class org.gcube.informationsystem.types.impl.properties.PropertyDefinitionImpl
 
isReadonly() - Method in interface org.gcube.informationsystem.types.reference.properties.PropertyDefinition
 
IsRelatedTo<S extends Resource,​T extends Resource> - Interface in org.gcube.informationsystem.model.reference.relations
 
IsRelatedToImpl<S extends Resource,​T extends Resource> - Class in org.gcube.informationsystem.model.impl.relations
 
IsRelatedToImpl() - Constructor for class org.gcube.informationsystem.model.impl.relations.IsRelatedToImpl
 
IsRelatedToImpl(S, T) - Constructor for class org.gcube.informationsystem.model.impl.relations.IsRelatedToImpl
 
IsRelatedToImpl(S, T, PropagationConstraint) - Constructor for class org.gcube.informationsystem.model.impl.relations.IsRelatedToImpl
 
isRelatedToList - Variable in class org.gcube.informationsystem.model.impl.entities.ResourceImpl
 
IsRelatedToType - Interface in org.gcube.informationsystem.types.reference.relations
 
IsRelatedToTypeImpl - Class in org.gcube.informationsystem.types.impl.relations
 
IsRelatedToTypeImpl() - Constructor for class org.gcube.informationsystem.types.impl.relations.IsRelatedToTypeImpl
 
IsRelatedToTypeImpl(Class<? extends IsRelatedTo<? extends Resource, ? extends Resource>>) - Constructor for class org.gcube.informationsystem.types.impl.relations.IsRelatedToTypeImpl
 
isReservedUUID(String) - Method in class org.gcube.informationsystem.utils.UUIDManager
 
isReservedUUID(UUID) - Method in class org.gcube.informationsystem.utils.UUIDManager
 

J

JsonUtility - Class in org.gcube.informationsystem.utils
 
JsonUtility() - Constructor for class org.gcube.informationsystem.utils.JsonUtility
 

K

keep - org.gcube.informationsystem.model.reference.properties.PropagationConstraint.DeleteConstraint
When a 'delete' action is performed on the source Entity of the relation, or directly on the relation, then the same 'delete' action is performed on relation but never to the target entity.
keep - org.gcube.informationsystem.model.reference.properties.PropagationConstraint.RemoveConstraint
When a 'remove' action is performed on the source Entity of the relation, or directly on the relation, then the same 'remove' action is performed on relation but never to the target entity.
Knowledge - Class in org.gcube.informationsystem.discovery.knowledge
 
knownTypes - Static variable in class org.gcube.informationsystem.serialization.ElementMapper
 

L

LAST_UPDATE_BY_PROPERTY - Static variable in interface org.gcube.informationsystem.model.reference.properties.Metadata
 
LAST_UPDATE_TIME_PROPERTY - Static variable in interface org.gcube.informationsystem.model.reference.properties.Metadata
 
lastUpdateBy - Variable in class org.gcube.informationsystem.model.impl.properties.MetadataImpl
 
lastUpdateTime - Variable in class org.gcube.informationsystem.model.impl.properties.MetadataImpl
 
LinkedEntity - Interface in org.gcube.informationsystem.types.reference.properties
A convenient type to define a Resource in terms of: - mandatory/recommended ConsistsOf->Facets; - suggested IsRelatedTo->Resource.
LinkedEntityImpl - Class in org.gcube.informationsystem.types.impl.properties
 
LinkedEntityImpl() - Constructor for class org.gcube.informationsystem.types.impl.properties.LinkedEntityImpl
 
LIST - org.gcube.informationsystem.types.PropertyTypeName.BaseType
 
logger - Static variable in class org.gcube.informationsystem.discovery.Discovery
 
logger - Static variable in class org.gcube.informationsystem.discovery.knowledge.Knowledge
 
logger - Static variable in class org.gcube.informationsystem.discovery.knowledge.ModelKnowledgeValidator
 
LONG - org.gcube.informationsystem.types.PropertyTypeName.BaseType
 
lowerCaseFirstCharacter() - Method in enum org.gcube.informationsystem.base.reference.AccessType
 

M

major - Variable in class org.gcube.informationsystem.utils.Version
 
mandatory() - Method in annotation type org.gcube.informationsystem.types.annotations.ISProperty
 
MANDATORY_PROPERTY - Static variable in interface org.gcube.informationsystem.types.reference.properties.PropertyDefinition
 
map - Variable in class org.gcube.informationsystem.discovery.knowledge.UsageKnowledge
 
map - Static variable in enum org.gcube.informationsystem.types.PropertyTypeName.BaseType
 
MAP - org.gcube.informationsystem.types.PropertyTypeName.BaseType
 
mapper - Variable in class org.gcube.informationsystem.serialization.ElementDeserializer
Deprecated.
 
mapper - Static variable in class org.gcube.informationsystem.serialization.ElementMapper
 
mapper - Static variable in class org.gcube.informationsystem.types.TypeMapper
 
marshal(El) - Static method in class org.gcube.informationsystem.serialization.ElementMapper
Return the String serialization of a given object
marshal(El[]) - Static method in class org.gcube.informationsystem.serialization.ElementMapper
Return the String serialization of a given array
marshal(El, T) - Static method in class org.gcube.informationsystem.serialization.ElementMapper
Write the serialization of a given resource to a given OutputStream .
marshal(List<El>) - Static method in class org.gcube.informationsystem.serialization.ElementMapper
Return the String serialization of a given list
max - Variable in class org.gcube.informationsystem.types.impl.properties.LinkedEntityImpl
 
max() - Method in annotation type org.gcube.informationsystem.types.annotations.ISProperty
 
max() - Method in annotation type org.gcube.informationsystem.types.annotations.ResourceSchemaEntry
 
MAX_PROPERTY - Static variable in interface org.gcube.informationsystem.types.reference.properties.LinkedEntity
 
MAX_PROPERTY - Static variable in interface org.gcube.informationsystem.types.reference.properties.PropertyDefinition
 
metadata - Variable in class org.gcube.informationsystem.base.impl.entities.EntityElementImpl
 
metadata - Variable in class org.gcube.informationsystem.base.impl.relations.RelationElementImpl
 
metadata - Variable in class org.gcube.informationsystem.types.impl.entities.EntityTypeImpl
 
metadata - Variable in class org.gcube.informationsystem.types.impl.TypeImpl
 
Metadata - Interface in org.gcube.informationsystem.model.reference.properties
 
METADATA_PROPERTY - Static variable in interface org.gcube.informationsystem.base.reference.IdentifiableElement
 
MetadataImpl - Class in org.gcube.informationsystem.model.impl.properties
 
MetadataImpl() - Constructor for class org.gcube.informationsystem.model.impl.properties.MetadataImpl
 
min - Variable in class org.gcube.informationsystem.types.impl.properties.LinkedEntityImpl
 
min() - Method in annotation type org.gcube.informationsystem.types.annotations.ISProperty
 
min() - Method in annotation type org.gcube.informationsystem.types.annotations.ResourceSchemaEntry
 
MIN_PROPERTY - Static variable in interface org.gcube.informationsystem.types.reference.properties.LinkedEntity
 
MIN_PROPERTY - Static variable in interface org.gcube.informationsystem.types.reference.properties.PropertyDefinition
 
MINIMAL_VERSION - Static variable in class org.gcube.informationsystem.utils.Version
Accepted initial version as TypeVersion instance
MINIMAL_VERSION_DESCRIPTION - Static variable in class org.gcube.informationsystem.utils.Version
Default changelog description for the initial version
MINIMAL_VERSION_STRING - Static variable in class org.gcube.informationsystem.utils.Version
Accepted initial version
minor - Variable in class org.gcube.informationsystem.utils.Version
 
ModelElement - Interface in org.gcube.informationsystem.model.reference
 
ModelKnowledge - Class in org.gcube.informationsystem.discovery.knowledge
 
ModelKnowledge() - Constructor for class org.gcube.informationsystem.discovery.knowledge.ModelKnowledge
 
modelKnowledges - Variable in class org.gcube.informationsystem.discovery.knowledge.Knowledge
 
ModelKnowledgeValidator - Class in org.gcube.informationsystem.discovery.knowledge
 
ModelKnowledgeValidator(RegistrationProvider) - Constructor for class org.gcube.informationsystem.discovery.knowledge.ModelKnowledgeValidator
 

N

name - Variable in class org.gcube.informationsystem.contexts.impl.entities.ContextImpl
 
name - Variable in class org.gcube.informationsystem.queries.templates.impl.entities.QueryTemplateImpl
 
name - Variable in class org.gcube.informationsystem.queries.templates.impl.properties.TemplateVariableImpl
 
name - Variable in class org.gcube.informationsystem.types.impl.TypeImpl
 
name() - Method in annotation type org.gcube.informationsystem.types.annotations.ISProperty
 
name() - Method in annotation type org.gcube.informationsystem.types.reference.TypeMetadata
 
NAME - Static variable in interface org.gcube.informationsystem.base.reference.Element
 
NAME - Static variable in interface org.gcube.informationsystem.base.reference.entities.EntityElement
 
NAME - Static variable in interface org.gcube.informationsystem.base.reference.properties.PropertyElement
 
NAME - Static variable in interface org.gcube.informationsystem.base.reference.relations.RelationElement
 
NAME - Static variable in interface org.gcube.informationsystem.contexts.reference.entities.Context
 
NAME - Static variable in interface org.gcube.informationsystem.contexts.reference.relations.IsParentOf
 
NAME - Static variable in interface org.gcube.informationsystem.model.reference.entities.Entity
 
NAME - Static variable in interface org.gcube.informationsystem.model.reference.entities.Facet
 
NAME - Static variable in interface org.gcube.informationsystem.model.reference.entities.Resource
 
NAME - Static variable in interface org.gcube.informationsystem.model.reference.properties.Encrypted
 
NAME - Static variable in interface org.gcube.informationsystem.model.reference.properties.Metadata
 
NAME - Static variable in interface org.gcube.informationsystem.model.reference.properties.PropagationConstraint
 
NAME - Static variable in interface org.gcube.informationsystem.model.reference.properties.Property
 
NAME - Static variable in interface org.gcube.informationsystem.model.reference.relations.ConsistsOf
 
NAME - Static variable in interface org.gcube.informationsystem.model.reference.relations.IsRelatedTo
 
NAME - Static variable in interface org.gcube.informationsystem.model.reference.relations.Relation
 
NAME - Static variable in interface org.gcube.informationsystem.queries.templates.reference.entities.QueryTemplate
 
NAME - Static variable in interface org.gcube.informationsystem.queries.templates.reference.properties.TemplateVariable
 
NAME - Static variable in interface org.gcube.informationsystem.types.reference.entities.EntityType
 
NAME - Static variable in interface org.gcube.informationsystem.types.reference.entities.FacetType
 
NAME - Static variable in interface org.gcube.informationsystem.types.reference.entities.ResourceType
 
NAME - Static variable in interface org.gcube.informationsystem.types.reference.properties.LinkedEntity
 
NAME - Static variable in interface org.gcube.informationsystem.types.reference.properties.PropertyDefinition
 
NAME - Static variable in interface org.gcube.informationsystem.types.reference.properties.PropertyType
 
NAME - Static variable in interface org.gcube.informationsystem.types.reference.relations.ConsistsOfType
 
NAME - Static variable in interface org.gcube.informationsystem.types.reference.relations.IsRelatedToType
 
NAME - Static variable in interface org.gcube.informationsystem.types.reference.relations.RelationType
 
NAME - Static variable in interface org.gcube.informationsystem.types.reference.Type
 
NAME_PROPERTY - Static variable in interface org.gcube.informationsystem.contexts.reference.entities.Context
 
NAME_PROPERTY - Static variable in interface org.gcube.informationsystem.queries.templates.reference.entities.QueryTemplate
 
NAME_PROPERTY - Static variable in interface org.gcube.informationsystem.types.reference.properties.PropertyDefinition
 
NAME_PROPERTY - Static variable in interface org.gcube.informationsystem.types.reference.Type
 
names() - Static method in enum org.gcube.informationsystem.base.reference.AccessType
 
Node<T> - Class in org.gcube.informationsystem.tree
 
Node(T) - Constructor for class org.gcube.informationsystem.tree.Node
 
NodeElaborator<T> - Interface in org.gcube.informationsystem.tree
 
NodeInformation<T> - Interface in org.gcube.informationsystem.tree
 
NOT_NULL_PROPERTY - Static variable in interface org.gcube.informationsystem.types.reference.properties.PropertyDefinition
 
nullable() - Method in annotation type org.gcube.informationsystem.types.annotations.ISProperty
 

O

objectMapper - Variable in class org.gcube.informationsystem.queries.templates.impl.entities.QueryTemplateImpl
 
opposite() - Method in enum org.gcube.informationsystem.base.reference.Direction
 
org.gcube.informationsystem.base.impl - package org.gcube.informationsystem.base.impl
 
org.gcube.informationsystem.base.impl.entities - package org.gcube.informationsystem.base.impl.entities
 
org.gcube.informationsystem.base.impl.properties - package org.gcube.informationsystem.base.impl.properties
 
org.gcube.informationsystem.base.impl.relations - package org.gcube.informationsystem.base.impl.relations
 
org.gcube.informationsystem.base.reference - package org.gcube.informationsystem.base.reference
 
org.gcube.informationsystem.base.reference.entities - package org.gcube.informationsystem.base.reference.entities
 
org.gcube.informationsystem.base.reference.properties - package org.gcube.informationsystem.base.reference.properties
 
org.gcube.informationsystem.base.reference.relations - package org.gcube.informationsystem.base.reference.relations
 
org.gcube.informationsystem.contexts.impl.entities - package org.gcube.informationsystem.contexts.impl.entities
 
org.gcube.informationsystem.contexts.impl.relations - package org.gcube.informationsystem.contexts.impl.relations
 
org.gcube.informationsystem.contexts.reference.entities - package org.gcube.informationsystem.contexts.reference.entities
 
org.gcube.informationsystem.contexts.reference.relations - package org.gcube.informationsystem.contexts.reference.relations
 
org.gcube.informationsystem.discovery - package org.gcube.informationsystem.discovery
 
org.gcube.informationsystem.discovery.knowledge - package org.gcube.informationsystem.discovery.knowledge
 
org.gcube.informationsystem.model.impl.entities - package org.gcube.informationsystem.model.impl.entities
 
org.gcube.informationsystem.model.impl.properties - package org.gcube.informationsystem.model.impl.properties
 
org.gcube.informationsystem.model.impl.relations - package org.gcube.informationsystem.model.impl.relations
 
org.gcube.informationsystem.model.reference - package org.gcube.informationsystem.model.reference
 
org.gcube.informationsystem.model.reference.entities - package org.gcube.informationsystem.model.reference.entities
 
org.gcube.informationsystem.model.reference.properties - package org.gcube.informationsystem.model.reference.properties
 
org.gcube.informationsystem.model.reference.relations - package org.gcube.informationsystem.model.reference.relations
 
org.gcube.informationsystem.queries.templates.impl.entities - package org.gcube.informationsystem.queries.templates.impl.entities
 
org.gcube.informationsystem.queries.templates.impl.properties - package org.gcube.informationsystem.queries.templates.impl.properties
 
org.gcube.informationsystem.queries.templates.reference.entities - package org.gcube.informationsystem.queries.templates.reference.entities
 
org.gcube.informationsystem.queries.templates.reference.properties - package org.gcube.informationsystem.queries.templates.reference.properties
 
org.gcube.informationsystem.serialization - package org.gcube.informationsystem.serialization
 
org.gcube.informationsystem.tree - package org.gcube.informationsystem.tree
 
org.gcube.informationsystem.types - package org.gcube.informationsystem.types
 
org.gcube.informationsystem.types.annotations - package org.gcube.informationsystem.types.annotations
 
org.gcube.informationsystem.types.impl - package org.gcube.informationsystem.types.impl
 
org.gcube.informationsystem.types.impl.entities - package org.gcube.informationsystem.types.impl.entities
 
org.gcube.informationsystem.types.impl.properties - package org.gcube.informationsystem.types.impl.properties
 
org.gcube.informationsystem.types.impl.relations - package org.gcube.informationsystem.types.impl.relations
 
org.gcube.informationsystem.types.reference - package org.gcube.informationsystem.types.reference
 
org.gcube.informationsystem.types.reference.entities - package org.gcube.informationsystem.types.reference.entities
 
org.gcube.informationsystem.types.reference.properties - package org.gcube.informationsystem.types.reference.properties
 
org.gcube.informationsystem.types.reference.relations - package org.gcube.informationsystem.types.reference.relations
 
org.gcube.informationsystem.utils - package org.gcube.informationsystem.utils
 
OUT - org.gcube.informationsystem.base.reference.Direction
 

P

packages - Variable in class org.gcube.informationsystem.discovery.Discovery
 
packages - Variable in class org.gcube.informationsystem.discovery.knowledge.ModelKnowledge
 
params - Variable in class org.gcube.informationsystem.queries.templates.impl.entities.QueryTemplateImpl
 
parent - Variable in class org.gcube.informationsystem.contexts.impl.entities.ContextImpl
 
PARENT_PROPERTY - Static variable in interface org.gcube.informationsystem.contexts.reference.entities.Context
 
propagate - org.gcube.informationsystem.model.reference.properties.PropagationConstraint.AddConstraint
When an 'add' action is performed on the source Entity of the relation, or directly on the relation, then the same 'add' action is performed on the relation and its target Entity.
PROPAGATION_CONSTRAINT_PROPERTY - Static variable in interface org.gcube.informationsystem.model.reference.relations.Relation
 
propagationConstraint - Variable in class org.gcube.informationsystem.model.impl.relations.RelationImpl
 
PropagationConstraint - Interface in org.gcube.informationsystem.model.reference.properties
At any time entities and relations can be added or removed to/from a context or deleted.
PropagationConstraint.AddConstraint - Enum in org.gcube.informationsystem.model.reference.properties
 
PropagationConstraint.DeleteConstraint - Enum in org.gcube.informationsystem.model.reference.properties
 
PropagationConstraint.RemoveConstraint - Enum in org.gcube.informationsystem.model.reference.properties
 
PropagationConstraintImpl - Class in org.gcube.informationsystem.model.impl.properties
 
PropagationConstraintImpl() - Constructor for class org.gcube.informationsystem.model.impl.properties.PropagationConstraintImpl
 
properties - Variable in class org.gcube.informationsystem.types.impl.entities.FacetTypeImpl
 
properties - Variable in class org.gcube.informationsystem.types.impl.properties.PropertyTypeImpl
 
properties - Variable in class org.gcube.informationsystem.types.impl.TypeImpl
 
PROPERTIES_PROPERTY - Static variable in interface org.gcube.informationsystem.types.reference.Type
 
Property - Interface in org.gcube.informationsystem.model.reference.properties
Root Class for Property types.
PROPERTY - org.gcube.informationsystem.base.reference.AccessType
 
PROPERTY - org.gcube.informationsystem.types.PropertyTypeName.BaseType
 
PROPERTY_DEFINITION - org.gcube.informationsystem.base.reference.AccessType
 
PROPERTY_ELEMENT - org.gcube.informationsystem.base.reference.AccessType
 
PROPERTY_TYPE - org.gcube.informationsystem.base.reference.AccessType
 
PROPERTY_TYPE_PROPERTY - Static variable in interface org.gcube.informationsystem.types.reference.properties.PropertyDefinition
 
PropertyDefinition - Interface in org.gcube.informationsystem.types.reference.properties
 
PropertyDefinitionImpl - Class in org.gcube.informationsystem.types.impl.properties
 
PropertyDefinitionImpl() - Constructor for class org.gcube.informationsystem.types.impl.properties.PropertyDefinitionImpl
 
PropertyDefinitionImpl(ISProperty, Method) - Constructor for class org.gcube.informationsystem.types.impl.properties.PropertyDefinitionImpl
 
PropertyElement - Interface in org.gcube.informationsystem.base.reference.properties
Root Class for Property types.
PropertyElementImpl - Class in org.gcube.informationsystem.base.impl.properties
 
PropertyElementImpl() - Constructor for class org.gcube.informationsystem.base.impl.properties.PropertyElementImpl
 
PropertyImpl - Class in org.gcube.informationsystem.model.impl.properties
 
PropertyImpl() - Constructor for class org.gcube.informationsystem.model.impl.properties.PropertyImpl
 
PropertyType<P extends PropertyElement> - Interface in org.gcube.informationsystem.types.reference.properties
 
PropertyTypeImpl<P extends PropertyElement> - Class in org.gcube.informationsystem.types.impl.properties
 
PropertyTypeImpl() - Constructor for class org.gcube.informationsystem.types.impl.properties.PropertyTypeImpl
 
PropertyTypeImpl(Class<P>) - Constructor for class org.gcube.informationsystem.types.impl.properties.PropertyTypeImpl
 
PropertyTypeName - Class in org.gcube.informationsystem.types
 
PropertyTypeName(Method) - Constructor for class org.gcube.informationsystem.types.PropertyTypeName
 
PropertyTypeName(String) - Constructor for class org.gcube.informationsystem.types.PropertyTypeName
 
PropertyTypeName.BaseType - Enum in org.gcube.informationsystem.types
 

Q

QUERY_TEMPLATE - org.gcube.informationsystem.base.reference.AccessType
 
QueryTemplate - Interface in org.gcube.informationsystem.queries.templates.reference.entities
 
QueryTemplateImpl - Class in org.gcube.informationsystem.queries.templates.impl.entities
 
QueryTemplateImpl() - Constructor for class org.gcube.informationsystem.queries.templates.impl.entities.QueryTemplateImpl
 

R

READ_ONLY_PROPERTY - Static variable in interface org.gcube.informationsystem.types.reference.properties.PropertyDefinition
 
readonly() - Method in annotation type org.gcube.informationsystem.types.annotations.ISProperty
 
ReflectionUtility - Class in org.gcube.informationsystem.utils
Got from https://stackoverflow.com/questions/520328/can-you-find-all-classes-in-a-package-using-reflection#answer-22462785 The method first gets the current ClassLoader.
ReflectionUtility() - Constructor for class org.gcube.informationsystem.utils.ReflectionUtility
 
REGEX_PROPERTY - Static variable in interface org.gcube.informationsystem.types.reference.properties.PropertyDefinition
 
regexpr() - Method in annotation type org.gcube.informationsystem.types.annotations.ISProperty
 
registerSubtype(Class<El>) - Static method in class org.gcube.informationsystem.serialization.ElementMapper
 
RegistrationProvider - Interface in org.gcube.informationsystem.discovery
Any model requires to register the defined types.
registrationProviders - Variable in class org.gcube.informationsystem.discovery.knowledge.Knowledge
 
RelatedResourcesEntry - Annotation Type in org.gcube.informationsystem.types.annotations
It is used by TypeMapper to identify which getter method are related to and Entity PropertyDefinition.
relation - Variable in class org.gcube.informationsystem.types.impl.properties.LinkedEntityImpl
 
relation() - Method in annotation type org.gcube.informationsystem.types.annotations.RelatedResourcesEntry
 
relation() - Method in annotation type org.gcube.informationsystem.types.annotations.ResourceSchemaEntry
 
Relation<S extends Resource,​T extends Entity> - Interface in org.gcube.informationsystem.model.reference.relations
 
RELATION - org.gcube.informationsystem.base.reference.AccessType
 
RELATION_ELEMENT - org.gcube.informationsystem.base.reference.AccessType
 
RELATION_PROPERTY - Static variable in interface org.gcube.informationsystem.types.reference.properties.LinkedEntity
 
RELATION_TYPE - org.gcube.informationsystem.base.reference.AccessType
 
RelationElement<S extends EntityElement,​T extends EntityElement> - Interface in org.gcube.informationsystem.base.reference.relations
 
RelationElementImpl<S extends EntityElement,​T extends EntityElement> - Class in org.gcube.informationsystem.base.impl.relations
 
RelationElementImpl() - Constructor for class org.gcube.informationsystem.base.impl.relations.RelationElementImpl
 
RelationElementImpl(S, T) - Constructor for class org.gcube.informationsystem.base.impl.relations.RelationElementImpl
 
RelationImpl<S extends Resource,​T extends Entity> - Class in org.gcube.informationsystem.model.impl.relations
 
RelationImpl() - Constructor for class org.gcube.informationsystem.model.impl.relations.RelationImpl
 
RelationImpl(S, T, PropagationConstraint) - Constructor for class org.gcube.informationsystem.model.impl.relations.RelationImpl
 
RelationType<S extends EntityType,​T extends EntityType> - Interface in org.gcube.informationsystem.types.reference.relations
 
RelationTypeImpl<S extends EntityType,​T extends EntityType> - Class in org.gcube.informationsystem.types.impl.relations
 
RelationTypeImpl() - Constructor for class org.gcube.informationsystem.types.impl.relations.RelationTypeImpl
 
RelationTypeImpl(Class<? extends RelationElement<?, ?>>) - Constructor for class org.gcube.informationsystem.types.impl.relations.RelationTypeImpl
 
REMOVE_PROPERTY - Static variable in interface org.gcube.informationsystem.model.reference.properties.PropagationConstraint
 
removeConstraint - Variable in class org.gcube.informationsystem.model.impl.properties.PropagationConstraintImpl
 
replaceVariables(JsonNode) - Method in class org.gcube.informationsystem.queries.templates.impl.entities.QueryTemplateImpl
 
Resource - Interface in org.gcube.informationsystem.model.reference.entities
https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#Resource
RESOURCE - org.gcube.informationsystem.base.reference.AccessType
 
ResourceImpl - Class in org.gcube.informationsystem.model.impl.entities
 
ResourceImpl() - Constructor for class org.gcube.informationsystem.model.impl.entities.ResourceImpl
 
resourceKnowledge - Variable in class org.gcube.informationsystem.discovery.knowledge.AddElementToTreeAction
 
resources - Variable in class org.gcube.informationsystem.types.impl.entities.ResourceTypeImpl
 
resources() - Method in annotation type org.gcube.informationsystem.types.annotations.ResourceSchema
 
RESOURCES_PROPERTY - Static variable in interface org.gcube.informationsystem.types.reference.entities.ResourceType
 
ResourceSchema - Annotation Type in org.gcube.informationsystem.types.annotations
 
ResourceSchemaEntry - Annotation Type in org.gcube.informationsystem.types.annotations
It is used by TypeMapper to identify which getter method are related to and Entity PropertyDefinition.
ResourceType - Interface in org.gcube.informationsystem.types.reference.entities
 
ResourceTypeImpl - Class in org.gcube.informationsystem.types.impl.entities
 
ResourceTypeImpl() - Constructor for class org.gcube.informationsystem.types.impl.entities.ResourceTypeImpl
 
ResourceTypeImpl(Class<? extends Resource>) - Constructor for class org.gcube.informationsystem.types.impl.entities.ResourceTypeImpl
 
retrieveListOfProperties(Class<?>) - Method in class org.gcube.informationsystem.types.impl.TypeImpl
 
retrieveSuperClasses(Class<? extends E>, Class<E>, String) - Method in class org.gcube.informationsystem.types.impl.TypeImpl
 
revision - Variable in class org.gcube.informationsystem.utils.Version
 
root - Variable in class org.gcube.informationsystem.discovery.Discovery
 
rp - Variable in class org.gcube.informationsystem.discovery.knowledge.ModelKnowledgeValidator
 

S

SchemaMixedElement - Interface in org.gcube.informationsystem.base.reference
This interfaces is an helper to identify elements supporting Schema Mixed.
serialize(Object, JsonGenerator, SerializerProvider) - Method in class org.gcube.informationsystem.serialization.AdditionalPropertiesSerializer
 
serializeType(Class<E>) - Static method in class org.gcube.informationsystem.types.TypeMapper
 
serializeTypeDefinition(Type) - Static method in class org.gcube.informationsystem.types.TypeMapper
 
serializeTypeDefinitions(List<Type>) - Static method in class org.gcube.informationsystem.types.TypeMapper
 
SET - org.gcube.informationsystem.types.PropertyTypeName.BaseType
 
setAddConstraint(PropagationConstraint.AddConstraint) - Method in class org.gcube.informationsystem.model.impl.properties.PropagationConstraintImpl
 
setAddConstraint(PropagationConstraint.AddConstraint) - Method in interface org.gcube.informationsystem.model.reference.properties.PropagationConstraint
 
setAdditionalProperties(Map<String, Object>) - Method in class org.gcube.informationsystem.base.impl.properties.PropertyElementImpl
 
setAdditionalProperties(Map<String, Object>) - Method in interface org.gcube.informationsystem.base.reference.SchemaMixedElement
 
setAdditionalProperties(Map<String, Object>) - Method in class org.gcube.informationsystem.model.impl.entities.FacetImpl
 
setAdditionalProperties(Map<String, Object>) - Method in class org.gcube.informationsystem.model.impl.relations.RelationImpl
 
setAdditionalProperties(Map<String, Object>) - Method in interface org.gcube.informationsystem.model.reference.entities.Facet
 
setAdditionalProperties(Map<String, Object>) - Method in interface org.gcube.informationsystem.model.reference.properties.Property
 
setAdditionalProperties(Map<String, Object>) - Method in interface org.gcube.informationsystem.model.reference.relations.Relation
 
setAdditionalProperty(String, Object) - Method in class org.gcube.informationsystem.base.impl.properties.PropertyElementImpl
 
setAdditionalProperty(String, Object) - Method in interface org.gcube.informationsystem.base.reference.SchemaMixedElement
 
setAdditionalProperty(String, Object) - Method in class org.gcube.informationsystem.model.impl.entities.FacetImpl
 
setAdditionalProperty(String, Object) - Method in class org.gcube.informationsystem.model.impl.relations.RelationImpl
 
setAdditionalProperty(String, Object) - Method in interface org.gcube.informationsystem.model.reference.entities.Facet
 
setAdditionalProperty(String, Object) - Method in interface org.gcube.informationsystem.model.reference.properties.Property
 
setAdditionalProperty(String, Object) - Method in interface org.gcube.informationsystem.model.reference.relations.Relation
 
setAllowMultipleInheritance(boolean) - Method in class org.gcube.informationsystem.tree.Tree
 
setChangelog(Map<String, String>) - Method in class org.gcube.informationsystem.types.impl.TypeImpl
 
setChildrenFromJson(List<IsParentOf>) - Method in class org.gcube.informationsystem.contexts.impl.entities.ContextImpl
 
setContexts(Map<UUID, String>) - Method in class org.gcube.informationsystem.model.impl.entities.EntityImpl
 
setContexts(Map<UUID, String>) - Method in class org.gcube.informationsystem.model.impl.relations.RelationImpl
 
setDefaultValue(String) - Method in class org.gcube.informationsystem.queries.templates.impl.properties.TemplateVariableImpl
 
setDefaultValue(String) - Method in interface org.gcube.informationsystem.queries.templates.reference.properties.TemplateVariable
 
setDeleteConstraint(PropagationConstraint.DeleteConstraint) - Method in class org.gcube.informationsystem.model.impl.properties.PropagationConstraintImpl
 
setDeleteConstraint(PropagationConstraint.DeleteConstraint) - Method in interface org.gcube.informationsystem.model.reference.properties.PropagationConstraint
 
setDescription(String) - Method in class org.gcube.informationsystem.queries.templates.impl.entities.QueryTemplateImpl
 
setDescription(String) - Method in class org.gcube.informationsystem.queries.templates.impl.properties.TemplateVariableImpl
 
setDescription(String) - Method in interface org.gcube.informationsystem.queries.templates.reference.entities.QueryTemplate
 
setDescription(String) - Method in interface org.gcube.informationsystem.queries.templates.reference.properties.TemplateVariable
 
setDescription(String) - Method in class org.gcube.informationsystem.types.impl.properties.LinkedEntityImpl
 
setDescription(String) - Method in interface org.gcube.informationsystem.types.reference.properties.LinkedEntity
 
setFacetKnowledge(UsageKnowledge) - Method in class org.gcube.informationsystem.discovery.knowledge.AddElementToTreeAction
 
setID(UUID) - Method in class org.gcube.informationsystem.base.impl.entities.EntityElementImpl
 
setID(UUID) - Method in class org.gcube.informationsystem.base.impl.relations.RelationElementImpl
 
setID(UUID) - Method in interface org.gcube.informationsystem.base.reference.entities.EntityElement
 
setID(UUID) - Method in interface org.gcube.informationsystem.base.reference.IdentifiableElement
 
setID(UUID) - Method in interface org.gcube.informationsystem.base.reference.relations.RelationElement
 
setID(UUID) - Method in class org.gcube.informationsystem.contexts.impl.entities.ContextImpl
 
setID(UUID) - Method in class org.gcube.informationsystem.types.impl.TypeImpl
 
setID(UUID) - Method in interface org.gcube.informationsystem.types.reference.properties.PropertyType
 
setID(UUID) - Method in interface org.gcube.informationsystem.types.reference.Type
 
setMajor(int) - Method in class org.gcube.informationsystem.utils.Version
 
setMax(Integer) - Method in class org.gcube.informationsystem.types.impl.properties.LinkedEntityImpl
 
setMax(Integer) - Method in interface org.gcube.informationsystem.types.reference.properties.LinkedEntity
 
setMetadata(Metadata) - Method in class org.gcube.informationsystem.base.impl.entities.EntityElementImpl
 
setMetadata(Metadata) - Method in class org.gcube.informationsystem.base.impl.relations.RelationElementImpl
 
setMetadata(Metadata) - Method in interface org.gcube.informationsystem.base.reference.entities.EntityElement
 
setMetadata(Metadata) - Method in interface org.gcube.informationsystem.base.reference.IdentifiableElement
 
setMetadata(Metadata) - Method in interface org.gcube.informationsystem.base.reference.relations.RelationElement
 
setMetadata(Metadata) - Method in class org.gcube.informationsystem.types.impl.entities.EntityTypeImpl
 
setMetadata(Metadata) - Method in class org.gcube.informationsystem.types.impl.TypeImpl
 
setMetadata(Metadata) - Method in interface org.gcube.informationsystem.types.reference.properties.PropertyType
 
setMetadata(Metadata) - Method in interface org.gcube.informationsystem.types.reference.Type
 
setMin(Integer) - Method in class org.gcube.informationsystem.types.impl.properties.LinkedEntityImpl
 
setMin(Integer) - Method in interface org.gcube.informationsystem.types.reference.properties.LinkedEntity
 
setMinor(int) - Method in class org.gcube.informationsystem.utils.Version
 
setName(String) - Method in class org.gcube.informationsystem.contexts.impl.entities.ContextImpl
 
setName(String) - Method in interface org.gcube.informationsystem.contexts.reference.entities.Context
 
setName(String) - Method in class org.gcube.informationsystem.queries.templates.impl.entities.QueryTemplateImpl
 
setName(String) - Method in class org.gcube.informationsystem.queries.templates.impl.properties.TemplateVariableImpl
 
setName(String) - Method in interface org.gcube.informationsystem.queries.templates.reference.entities.QueryTemplate
 
setName(String) - Method in interface org.gcube.informationsystem.queries.templates.reference.properties.TemplateVariable
 
setParent(UUID) - Method in class org.gcube.informationsystem.contexts.impl.entities.ContextImpl
 
setParent(UUID) - Method in interface org.gcube.informationsystem.contexts.reference.entities.Context
 
setParent(Context) - Method in class org.gcube.informationsystem.contexts.impl.entities.ContextImpl
 
setParent(Context) - Method in interface org.gcube.informationsystem.contexts.reference.entities.Context
 
setParent(IsParentOf) - Method in class org.gcube.informationsystem.contexts.impl.entities.ContextImpl
 
setParent(IsParentOf) - Method in interface org.gcube.informationsystem.contexts.reference.entities.Context
 
setParent(Node<T>) - Method in class org.gcube.informationsystem.tree.Node
 
setParentFromJson(IsParentOf) - Method in class org.gcube.informationsystem.contexts.impl.entities.ContextImpl
 
setPropertyType(String) - Method in class org.gcube.informationsystem.types.impl.properties.PropertyDefinitionImpl
 
setRelation(String) - Method in class org.gcube.informationsystem.types.impl.properties.LinkedEntityImpl
 
setRelation(String) - Method in interface org.gcube.informationsystem.types.reference.properties.LinkedEntity
 
setRemoveConstraint(PropagationConstraint.RemoveConstraint) - Method in class org.gcube.informationsystem.model.impl.properties.PropagationConstraintImpl
 
setRemoveConstraint(PropagationConstraint.RemoveConstraint) - Method in interface org.gcube.informationsystem.model.reference.properties.PropagationConstraint
 
setResourceKnowledge(UsageKnowledge) - Method in class org.gcube.informationsystem.discovery.knowledge.AddElementToTreeAction
 
setRevision(int) - Method in class org.gcube.informationsystem.utils.Version
 
setSource(String) - Method in class org.gcube.informationsystem.types.impl.properties.LinkedEntityImpl
 
setSource(String) - Method in interface org.gcube.informationsystem.types.reference.properties.LinkedEntity
 
setSource(Context) - Method in interface org.gcube.informationsystem.contexts.reference.relations.IsParentOf
 
setSource(S) - Method in class org.gcube.informationsystem.base.impl.relations.RelationElementImpl
 
setSource(S) - Method in interface org.gcube.informationsystem.base.reference.relations.RelationElement
 
setSource(S) - Method in interface org.gcube.informationsystem.model.reference.relations.Relation
 
setSource(S) - Method in class org.gcube.informationsystem.types.impl.relations.RelationTypeImpl
 
setTarget(String) - Method in class org.gcube.informationsystem.types.impl.properties.LinkedEntityImpl
 
setTarget(String) - Method in interface org.gcube.informationsystem.types.reference.properties.LinkedEntity
 
setTarget(Context) - Method in interface org.gcube.informationsystem.contexts.reference.relations.IsParentOf
 
setTarget(T) - Method in class org.gcube.informationsystem.base.impl.relations.RelationElementImpl
 
setTarget(T) - Method in interface org.gcube.informationsystem.base.reference.relations.RelationElement
 
setTarget(T) - Method in interface org.gcube.informationsystem.model.reference.relations.Relation
 
setTarget(T) - Method in class org.gcube.informationsystem.types.impl.relations.RelationTypeImpl
 
setTemplate(String) - Method in class org.gcube.informationsystem.queries.templates.impl.entities.QueryTemplateImpl
 
setTemplate(String) - Method in interface org.gcube.informationsystem.queries.templates.reference.entities.QueryTemplate
 
setTemplate(JsonNode) - Method in class org.gcube.informationsystem.queries.templates.impl.entities.QueryTemplateImpl
 
setTemplate(JsonNode) - Method in interface org.gcube.informationsystem.queries.templates.reference.entities.QueryTemplate
 
setType(String) - Method in class org.gcube.informationsystem.types.PropertyTypeName
 
setTypeToBestAvailable(ObjectNode) - Static method in class org.gcube.informationsystem.serialization.ElementMapper
 
setValue(String) - Method in class org.gcube.informationsystem.model.impl.properties.EncryptedImpl
 
setValue(String) - Method in interface org.gcube.informationsystem.model.reference.properties.Encrypted
 
setVersion(String) - Method in class org.gcube.informationsystem.types.impl.TypeImpl
 
setVersion(String) - Method in class org.gcube.informationsystem.utils.Version
 
SHORT - org.gcube.informationsystem.types.PropertyTypeName.BaseType
 
source - Variable in class org.gcube.informationsystem.base.impl.relations.RelationElementImpl
 
source - Variable in class org.gcube.informationsystem.types.impl.properties.LinkedEntityImpl
 
source - Variable in class org.gcube.informationsystem.types.impl.relations.RelationTypeImpl
 
source() - Method in annotation type org.gcube.informationsystem.types.annotations.RelatedResourcesEntry
 
SOURCE_PROPERTY - Static variable in interface org.gcube.informationsystem.base.reference.relations.RelationElement
 
SOURCE_PROPERTY - Static variable in interface org.gcube.informationsystem.types.reference.properties.LinkedEntity
 
STRING - org.gcube.informationsystem.types.PropertyTypeName.BaseType
 
supertypes - Variable in class org.gcube.informationsystem.base.impl.properties.PropertyElementImpl
 
supertypes - Variable in class org.gcube.informationsystem.model.impl.entities.EntityImpl
 
supertypes - Variable in class org.gcube.informationsystem.model.impl.relations.RelationImpl
 
SUPERTYPES_PROPERTY - Static variable in interface org.gcube.informationsystem.model.reference.ModelElement
 

T

target - Variable in class org.gcube.informationsystem.base.impl.relations.RelationElementImpl
 
target - Variable in class org.gcube.informationsystem.types.impl.properties.LinkedEntityImpl
 
target - Variable in class org.gcube.informationsystem.types.impl.relations.RelationTypeImpl
 
target() - Method in annotation type org.gcube.informationsystem.types.annotations.RelatedResourcesEntry
 
TARGET_PROPERTY - Static variable in interface org.gcube.informationsystem.base.reference.relations.RelationElement
 
TARGET_PROPERTY - Static variable in interface org.gcube.informationsystem.types.reference.properties.LinkedEntity
 
template - Variable in class org.gcube.informationsystem.queries.templates.impl.entities.QueryTemplateImpl
 
TEMPLATE_PROPERTY - Static variable in interface org.gcube.informationsystem.queries.templates.reference.entities.QueryTemplate
 
TEMPLATE_VARIABLE - org.gcube.informationsystem.base.reference.AccessType
 
TEMPLATE_VARIABLES_PROPERTY - Static variable in interface org.gcube.informationsystem.queries.templates.reference.entities.QueryTemplate
 
TemplateVariable - Interface in org.gcube.informationsystem.queries.templates.reference.properties
 
TemplateVariableImpl - Class in org.gcube.informationsystem.queries.templates.impl.properties
 
TemplateVariableImpl() - Constructor for class org.gcube.informationsystem.queries.templates.impl.properties.TemplateVariableImpl
 
templateVariables - Variable in class org.gcube.informationsystem.queries.templates.impl.entities.QueryTemplateImpl
 
toString() - Method in class org.gcube.informationsystem.base.impl.ElementImpl
 
toString() - Method in class org.gcube.informationsystem.base.impl.entities.EntityElementImpl
 
toString() - Method in enum org.gcube.informationsystem.base.reference.AccessType
 
toString() - Method in class org.gcube.informationsystem.tree.Node
 
toString() - Method in class org.gcube.informationsystem.tree.Tree
 
toString() - Method in class org.gcube.informationsystem.types.impl.entities.EntityTypeImpl
 
toString() - Method in class org.gcube.informationsystem.types.impl.properties.PropertyDefinitionImpl
 
toString() - Method in class org.gcube.informationsystem.types.impl.properties.PropertyTypeImpl
 
toString() - Method in class org.gcube.informationsystem.types.impl.relations.RelationTypeImpl
 
toString() - Method in enum org.gcube.informationsystem.types.PropertyTypeName.BaseType
 
toString() - Method in class org.gcube.informationsystem.types.PropertyTypeName
 
toString() - Method in class org.gcube.informationsystem.utils.Version
 
tree - Variable in class org.gcube.informationsystem.discovery.knowledge.AddElementToTreeAction
 
Tree<T> - Class in org.gcube.informationsystem.tree
 
Tree(T, NodeInformation<T>) - Constructor for class org.gcube.informationsystem.tree.Tree
 
trees - Variable in class org.gcube.informationsystem.discovery.knowledge.ModelKnowledge
 
Type - Interface in org.gcube.informationsystem.types.reference
 
TYPE_PROPERTY - Static variable in interface org.gcube.informationsystem.base.reference.Element
 
TypeImpl - Class in org.gcube.informationsystem.types.impl
 
TypeImpl() - Constructor for class org.gcube.informationsystem.types.impl.TypeImpl
 
TypeImpl(Class<? extends Element>) - Constructor for class org.gcube.informationsystem.types.impl.TypeImpl
 
TypeMapper - Class in org.gcube.informationsystem.types
 
TypeMapper() - Constructor for class org.gcube.informationsystem.types.TypeMapper
 
TypeMetadata - Annotation Type in org.gcube.informationsystem.types.reference
 
TypeUtility - Class in org.gcube.informationsystem.utils
 
TypeUtility() - Constructor for class org.gcube.informationsystem.utils.TypeUtility
 

U

UNKNOWN_USER - Static variable in interface org.gcube.informationsystem.model.reference.properties.Metadata
Used to set Creator when the user is not known
unmarshal(Class<El>, InputStream) - Static method in class org.gcube.informationsystem.serialization.ElementMapper
Creates a resource of given class from its serialization in a given InputStream.
unmarshal(Class<El>, Reader) - Static method in class org.gcube.informationsystem.serialization.ElementMapper
Creates a resource of given class from its serialization in a given Reader.
unmarshal(Class<El>, String) - Static method in class org.gcube.informationsystem.serialization.ElementMapper
Creates a resource of given class from its serialization in a given String
unmarshalList(Class<El>, String) - Static method in class org.gcube.informationsystem.serialization.ElementMapper
 
unmarshalList(String) - Static method in class org.gcube.informationsystem.serialization.ElementMapper
 
unpropagate - org.gcube.informationsystem.model.reference.properties.PropagationConstraint.AddConstraint
When an 'add' action is performed on the source Entity of the relation, is performed on source relation only.
URI_REGEX - Static variable in class org.gcube.informationsystem.types.impl.properties.PropertyDefinitionImpl
 
URL_REGEX - Static variable in class org.gcube.informationsystem.types.impl.properties.PropertyDefinitionImpl
 
UsageKnowledge - Class in org.gcube.informationsystem.discovery.knowledge
 
UsageKnowledge() - Constructor for class org.gcube.informationsystem.discovery.knowledge.UsageKnowledge
 
usageKnowledges - Variable in class org.gcube.informationsystem.discovery.knowledge.ModelKnowledge
 
uuid - Variable in class org.gcube.informationsystem.base.impl.entities.EntityElementImpl
 
uuid - Variable in class org.gcube.informationsystem.base.impl.relations.RelationElementImpl
 
uuid - Variable in class org.gcube.informationsystem.contexts.impl.entities.ContextImpl
 
uuid - Variable in class org.gcube.informationsystem.types.impl.TypeImpl
 
UUID_REGEX - Static variable in class org.gcube.informationsystem.types.impl.properties.PropertyDefinitionImpl
 
UUIDManager - Class in org.gcube.informationsystem.utils
 
UUIDUtility - Class in org.gcube.informationsystem.utils
 
UUIDUtility() - Constructor for class org.gcube.informationsystem.utils.UUIDUtility
 

V

validateModelKnowledge(String) - Method in class org.gcube.informationsystem.discovery.knowledge.Knowledge
 
validateModelKnowledge(RegistrationProvider) - Method in class org.gcube.informationsystem.discovery.knowledge.Knowledge
 
validateUUID(UUID) - Method in class org.gcube.informationsystem.utils.UUIDManager
 
value - Variable in class org.gcube.informationsystem.model.impl.properties.EncryptedImpl
 
value() - Method in annotation type org.gcube.informationsystem.types.reference.Changelog
 
VALUE - Static variable in interface org.gcube.informationsystem.model.reference.properties.Encrypted
 
valueOf(String) - Static method in enum org.gcube.informationsystem.base.reference.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.informationsystem.base.reference.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.informationsystem.model.reference.properties.PropagationConstraint.AddConstraint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.informationsystem.model.reference.properties.PropagationConstraint.DeleteConstraint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.informationsystem.model.reference.properties.PropagationConstraint.RemoveConstraint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gcube.informationsystem.types.PropertyTypeName.BaseType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.gcube.informationsystem.base.reference.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.informationsystem.base.reference.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.informationsystem.model.reference.properties.PropagationConstraint.AddConstraint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.informationsystem.model.reference.properties.PropagationConstraint.DeleteConstraint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.informationsystem.model.reference.properties.PropagationConstraint.RemoveConstraint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gcube.informationsystem.types.PropertyTypeName.BaseType
Returns an array containing the constants of this enum type, in the order they are declared.
VARIABLE_DEFAULT_VALUE_PROPERTY - Static variable in interface org.gcube.informationsystem.queries.templates.reference.properties.TemplateVariable
 
VARIABLE_DESCRIPTION_PROPERTY - Static variable in interface org.gcube.informationsystem.queries.templates.reference.properties.TemplateVariable
 
VARIABLE_NAME_PROPERTY - Static variable in interface org.gcube.informationsystem.queries.templates.reference.properties.TemplateVariable
 
version - Variable in class org.gcube.informationsystem.types.impl.TypeImpl
 
version() - Method in annotation type org.gcube.informationsystem.types.reference.Change
 
version() - Method in annotation type org.gcube.informationsystem.types.reference.TypeMetadata
 
Version - Class in org.gcube.informationsystem.utils
A class representing and validating a version in the following format X.X.X (Major.Minor.Revision) Each part is an integer with no trailing zeros (e.g 1 and not 01).
Version() - Constructor for class org.gcube.informationsystem.utils.Version
 
Version(int, int, int) - Constructor for class org.gcube.informationsystem.utils.Version
 
Version(String) - Constructor for class org.gcube.informationsystem.utils.Version
 
VERSION_PROPERTY - Static variable in interface org.gcube.informationsystem.types.reference.Type
 
VERSION_REGEX - Static variable in class org.gcube.informationsystem.utils.Version
Regex validating the version
A B C D E F G H I J K L M N O P Q R S T U V 
All Classes All Packages