org.opencms.db.oracle8
Class CmsVfsDriver

java.lang.Object
  extended by org.opencms.db.generic.CmsVfsDriver
      extended by org.opencms.db.oracle.CmsVfsDriver
          extended by org.opencms.db.oracle8.CmsVfsDriver
All Implemented Interfaces:
I_CmsDriver, I_CmsVfsDriver

public class CmsVfsDriver
extends CmsVfsDriver

Oracle8 implementation of the VFS driver methods.

Since:
6.0.0
Version:
$Revision: 1.5 $
Author:
Michael Moossen

Field Summary
 
Fields inherited from class org.opencms.db.generic.CmsVfsDriver
m_driverManager, m_resOp, m_sqlManager
 
Fields inherited from interface org.opencms.db.I_CmsDriver
AND_CONDITION, BEGIN_CONDITION, BEGIN_EXCLUDE_CONDITION, BEGIN_INCLUDE_CONDITION, END_CONDITION, OR_CONDITION
 
Fields inherited from interface org.opencms.db.I_CmsVfsDriver
DRIVER_TYPE_ID, REQ_ATTR_CHECK_PERMISSIONS, REQ_ATTR_RESOURCE_OUS, todo
 
Constructor Summary
CmsVfsDriver()
           
 
Method Summary
 
Methods inherited from class org.opencms.db.oracle.CmsVfsDriver
createContent, createOnlineContent, initSqlManager, internalWriteContent, writeContent
 
Methods inherited from class org.opencms.db.generic.CmsVfsDriver
checkWritePermissionsInFolder, countSiblings, createFile, createFile, createFolder, createPropertyDefinition, createRelation, createResource, createResource, createSibling, deletePropertyDefinition, deletePropertyObjects, deleteRelations, destroy, escapeDbWildcard, getResourceOus, getSqlManager, init, internalCountProperties, internalReadParentId, internalReadRelation, internalReadResourceState, internalReadStructureState, internalRemoveFolder, internalUpdateVersions, internalValidateResourceLength, moveRelations, moveResource, prepareExpiredTimeRangeCondition, preparePathCondition, prepareProjectCondition, prepareRelationConditions, prepareReleasedTimeRangeCondition, prepareResourceCondition, prepareStateCondition, prepareTimeRangeCondition, prepareTypeCondition, publishResource, publishVersions, readChildResources, readContent, readFolder, readFolder, readParentFolder, readPropertyDefinition, readPropertyDefinitions, readPropertyObject, readPropertyObjects, readRelations, readResource, readResource, readResources, readResourcesForPrincipalACE, readResourcesForPrincipalAttr, readResourcesWithProperty, readResourceTree, readSiblings, readVersions, removeFile, removeFolder, repairBrokenRelations, replaceResource, setDriverManager, setSqlManager, transferResource, updateBrokenRelations, updateRelations, validateResourceIdExists, validateStructureIdExists, writeLastModifiedProjectId, writePropertyObject, writePropertyObjects, writeResource, writeResourceState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opencms.db.I_CmsDriver
toString
 

Constructor Detail

CmsVfsDriver

public CmsVfsDriver()