|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.db.generic.CmsVfsDriver
org.opencms.db.mysql.CmsVfsDriver
org.opencms.db.mysql3.CmsVfsDriver
MySQL3 implementation of the VFS driver methods.
Field Summary |
Fields inherited from class org.opencms.db.generic.CmsVfsDriver |
BEGIN_EXCLUDE_CONDITION, BEGIN_INCLUDE_CONDITION, END_CONDITION, m_driverManager, m_sqlManager |
Fields inherited from interface org.opencms.db.I_CmsVfsDriver |
DRIVER_TYPE_ID |
Constructor Summary | |
CmsVfsDriver()
|
Method Summary | |
java.util.List |
readResourcesWithProperty(CmsDbContext dbc,
int projectId,
CmsUUID propertyDef,
java.lang.String path)
Reads all resources that have a value set for the specified property (definition), in the given path. |
java.util.List |
readResourcesWithProperty(CmsDbContext dbc,
int projectId,
CmsUUID propertyDef,
java.lang.String path,
java.lang.String value)
Reads all resources that have a value (containing the specified value) set for the specified property (definition), in the given path. |
Methods inherited from class org.opencms.db.mysql.CmsVfsDriver |
initSqlManager |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opencms.db.I_CmsDriver |
toString |
Constructor Detail |
public CmsVfsDriver()
Method Detail |
public java.util.List readResourcesWithProperty(CmsDbContext dbc, int projectId, CmsUUID propertyDef, java.lang.String path) throws CmsDataAccessException
I_CmsVfsDriver
Both individual and shared properties of a resource are checked.
readResourcesWithProperty
in interface I_CmsVfsDriver
readResourcesWithProperty
in class CmsVfsDriver
CmsDataAccessException
I_CmsVfsDriver.readResourcesWithProperty(org.opencms.db.CmsDbContext, int, org.opencms.util.CmsUUID, String)
public java.util.List readResourcesWithProperty(CmsDbContext dbc, int projectId, CmsUUID propertyDef, java.lang.String path, java.lang.String value) throws CmsDataAccessException
I_CmsVfsDriver
Both individual and shared properties of a resource are checked.
readResourcesWithProperty
in interface I_CmsVfsDriver
readResourcesWithProperty
in class CmsVfsDriver
CmsDataAccessException
I_CmsVfsDriver.readResourcesWithProperty(org.opencms.db.CmsDbContext, int, org.opencms.util.CmsUUID, String, String)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |