Interface ResourceType
-
- All Superinterfaces:
Element,EntityElement,EntityType,IdentifiableElement,Serializable,Type
- All Known Implementing Classes:
ResourceTypeImpl
@TypeMetadata(name="ResourceType", description="This type provides information for the definition of any ResourceType", version="1.0.0") @Change(version="1.0.0", description="First Version") public interface ResourceType extends EntityType
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Field Summary
Fields Modifier and Type Field Description static StringFACETS_PROPERTYstatic StringNAMEstatic StringRESOURCES_PROPERTY-
Fields inherited from interface org.gcube.informationsystem.base.reference.Element
DATETIME_PATTERN, TYPE_PROPERTY
-
Fields inherited from interface org.gcube.informationsystem.base.reference.IdentifiableElement
ID_PROPERTY, METADATA_PROPERTY
-
Fields inherited from interface org.gcube.informationsystem.types.reference.Type
ABSTRACT_PROPERTY, CHANGELOG_PROPERTY, DESCRIPTION_PROPERTY, EXTENDED_TYPES_PROPERTY, FINAL_PROPERTY, NAME_PROPERTY, PROPERTIES_PROPERTY, VERSION_PROPERTY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<LinkedEntity>getFacets()List<LinkedEntity>getResources()-
Methods inherited from interface org.gcube.informationsystem.base.reference.Element
getTypeName
-
Methods inherited from interface org.gcube.informationsystem.base.reference.entities.EntityElement
getID, getMetadata, setID, setMetadata
-
Methods inherited from interface org.gcube.informationsystem.types.reference.entities.EntityType
getDescription, getExtendedTypes, getName, isAbstract
-
Methods inherited from interface org.gcube.informationsystem.types.reference.Type
getAccessType, getChangelog, getChangelogWithVersionAsString, getID, getMetadata, getProperties, getVersion, getVersionAsString, isFinal, setID, setMetadata
-
-
-
-
Field Detail
-
NAME
static final String NAME
- See Also:
- Constant Field Values
-
FACETS_PROPERTY
static final String FACETS_PROPERTY
- See Also:
- Constant Field Values
-
RESOURCES_PROPERTY
static final String RESOURCES_PROPERTY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFacets
@ISProperty(name="facets", readonly=false, mandatory=true, nullable=false) List<LinkedEntity> getFacets()
-
getResources
@ISProperty(name="resources", readonly=false, mandatory=true, nullable=false) List<LinkedEntity> getResources()
-
-