Interface ERElement
-
- All Superinterfaces:
Element,IdentifiableElement,ModelElement,Serializable
- All Known Subinterfaces:
ConsistsOf<S,T>,Entity,Facet,IsRelatedTo<S,T>,Relation<S,T>,Resource
- All Known Implementing Classes:
ConsistsOfImpl,DummyFacet,DummyIsRelatedTo,DummyResource,EntityImpl,FacetImpl,IsRelatedToImpl,RelationImpl,ResourceImpl
public interface ERElement extends IdentifiableElement, ModelElement
This interfaces is an helper to identify elements of the model i.e. Resource, Facet, IsRelatedTo, ConsistsOf- Author:
- Luca Frosini (ISTI - CNR)
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONTEXTS_PROPERTYUsed when requested to include contexts in metadata.-
Fields inherited from interface org.gcube.informationsystem.base.reference.Element
DATETIME_PATTERN, NAME, TYPE_PROPERTY
-
Fields inherited from interface org.gcube.informationsystem.base.reference.IdentifiableElement
ID_PROPERTY, METADATA_PROPERTY
-
Fields inherited from interface org.gcube.informationsystem.model.reference.ModelElement
EXPECTED_TYPE_PROPERTY, SUPERTYPES_PROPERTY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<UUID,String>getContexts()-
Methods inherited from interface org.gcube.informationsystem.base.reference.Element
getTypeName
-
Methods inherited from interface org.gcube.informationsystem.base.reference.IdentifiableElement
getID, getMetadata, setID, setMetadata
-
Methods inherited from interface org.gcube.informationsystem.model.reference.ModelElement
getExpectedtype, getSupertypes
-
-
-
-
Field Detail
-
CONTEXTS_PROPERTY
static final String CONTEXTS_PROPERTY
Used when requested to include contexts in metadata. This is not a native property (it is just generated by server for administration clients convenience)- See Also:
- Constant Field Values
-
-