Deprecated API


Contents
Deprecated Fields
org.opencms.importexport.CmsImportExportManager.EXPORT_XMLFILENAME
          use CmsImportExportManager.EXPORT_MANIFEST instead 
 

Deprecated Methods
org.opencms.file.CmsObject.deleteProperty(String, String)
          use CmsObject.writePropertyObject(String, CmsProperty) instead. 
org.opencms.file.CmsProperty.deleteResourceValue()
          use CmsProperty.isDeleteResourceValue() instead 
org.opencms.file.CmsProperty.deleteStructureValue()
          use CmsProperty.isDeleteStructureValue() instead 
org.opencms.file.CmsProperty.getKey()
          use CmsProperty.getName() instead 
org.opencms.file.types.A_CmsResourceType.initConfiguration(String, String)
          unse A_CmsResourceType.initConfiguration(String, String, String) instead 
org.opencms.file.CmsObject.isAdmin()
          use CmsObject.hasRole(CmsRole) or CmsObject.checkRole(CmsRole) instead 
org.opencms.file.CmsObject.readFileHeader(String)
          use CmsObject.readResource(String, CmsResourceFilter) instead. 
org.opencms.file.CmsObject.readProperties(String)
          use CmsObject.readPropertyObjects(String, boolean) instead. 
org.opencms.file.CmsObject.readProperties(String, boolean)
          use CmsObject.readPropertyObjects(String, boolean) instead. 
org.opencms.file.CmsObject.readProperty(String, String)
          use CmsObject.readPropertyObject(String, String, boolean) instead. 
org.opencms.file.CmsObject.readProperty(String, String, boolean)
          use CmsObject.readPropertyObject(String, String, boolean) instead. 
org.opencms.file.CmsObject.readProperty(String, String, boolean, String)
          use CmsObject.readPropertyObject(String, String, boolean) instead. 
org.opencms.file.CmsProperty.setKey(String)
          use CmsProperty.setName(String) instead 
org.opencms.file.CmsObject.touch(String, long, long, long, boolean)
          use CmsObject.setDateLastModified(String, long, boolean), CmsObject.setDateReleased(String, long, boolean) or CmsObject.setDateExpired(String, long, boolean) instead 
org.opencms.file.CmsObject.writeProperties(String, Map)
          use CmsObject.writePropertyObjects(String, List) instead. 
org.opencms.file.CmsObject.writeProperties(String, Map, boolean)
          use CmsObject.writePropertyObjects(String, List) instead. 
org.opencms.file.CmsObject.writeProperty(String, String, String)
          use CmsObject.writePropertyObject(String, CmsProperty) instead. 
org.opencms.file.CmsObject.writeProperty(String, String, String, boolean)
          use CmsObject.writePropertyObject(String, CmsProperty) instead.