|
||||||
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
public class CmsVfsDriver
MySQL3 implementation of the VFS driver methods.
Field Summary |
---|
Fields inherited from class org.opencms.db.generic.CmsVfsDriver |
---|
m_driverManager, 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 |
Constructor Summary | |
---|---|
CmsVfsDriver()
|
Method Summary | |
---|---|
java.util.List |
readResourcesWithProperty(CmsDbContext dbc,
CmsUUID 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, finalize, 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, CmsUUID 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.
If the value
parameter is null
, all resources having the
given property set are returned.
readResourcesWithProperty
in interface I_CmsVfsDriver
readResourcesWithProperty
in class CmsVfsDriver
dbc
- the current database contextprojectId
- the id of the projectpropertyDef
- the id of the property definitionpath
- the folder to get the resources with the property fromvalue
- the string to search in the value of the property
CmsResource
objects
that have a value set for the specified property.
CmsDataAccessException
- if something goes wrongI_CmsVfsDriver.readResourcesWithProperty(org.opencms.db.CmsDbContext, CmsUUID, org.opencms.util.CmsUUID, String, String)
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |