Interface ResourceType
-
- All Superinterfaces:
Element,EntityElement,EntityType,IdentifiableElement,Serializable,Type
- All Known Implementing Classes:
ResourceTypeImpl
@TypeMetadata(name="ResourceType", description="This class 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
CLASS_PROPERTY, DATETIME_PATTERN, SUPERCLASSES_PROPERTY
-
Fields inherited from interface org.gcube.informationsystem.base.reference.IdentifiableElement
HEADER_PROPERTY
-
Fields inherited from interface org.gcube.informationsystem.types.reference.Type
ABSTRACT_PROPERTY, CHANGELOG_PROPERTY, DESCRIPTION_PROPERTY, NAME_PROPERTY, PROPERTIES_PROPERTY, TYPE_SUPERCLASSES_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.entities.EntityElement
getHeader
-
Methods inherited from interface org.gcube.informationsystem.types.reference.entities.EntityType
getDescription, getName, getSuperClasses, isAbstract
-
Methods inherited from interface org.gcube.informationsystem.base.reference.IdentifiableElement
setHeader
-
Methods inherited from interface org.gcube.informationsystem.types.reference.Type
getAccessType, getChangelog, getChangelogWithVersionAsString, getProperties, getVersion, getVersionAsString
-
-
-
-
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()
-
-