Deprecated API


Contents
Deprecated Fields
org.gcube.contentmanagement.layerindependent.descriptions.BasicStorageHints.NO_HINTS
           
org.gcube.contentmanagement.layerindependent.descriptions.BasicInfoObjectDescription.OBJECT_TYPE_ANNOTATION
            
org.gcube.contentmanagement.layerindependent.descriptions.BasicPropertyDescription.PROPERTY_VALUE_MIME_TYPE_BINRAY
          typo in name, use BasicPropertyDescription.PROPERTY_VALUE_MIME_TYPE_BINARY instead 
org.gcube.contentmanagement.layerindependent.descriptions.BasicInfoObjectDescription.RAW_CONTENT_DO_NOT_TRANFER
          because of typo, use BasicInfoObjectDescription.RAW_CONTENT_DO_NOT_TRANSFER iunstead. 
org.gcube.contentmanagement.layerindependent.descriptions.BasicReferenceDescription.RELATION_LEGACY_ROLE_CONTAINED
          Should no longer be used, since the ordering is not that useful if a child orders it's parents than the other way round. Has been replaced by BasicReferenceDescription.RELATION_ROLE_CONTAINS. Existing records receive special treatment, this means, they will get inverted / updated to new style automatically. 
org.gcube.contentmanagement.layerindependent.descriptions.BasicReferenceDescription.RELATION_ROLE_ANNOTATION
            
 

Deprecated Methods
org.gcube.contentmanagement.layerindependent.descriptions.BasicInfoObjectDescription.getProperties()
          prefer use of BasicInfoObjectDescription.getPropertyMap() instead because less conversion effort required 
org.gcube.contentmanagement.layerindependent.descriptions.BasicInfoObjectDescription.getReferences()
          prefer use of BasicInfoObjectDescription.getReferencesCollection() instead because less conversion effort required