Uses of Class
org.opencms.file.CmsPropertyDefinition
Package
Description
Low-level database connection and access functionality.
Generic (ANSI-SQL) implementation of the OpenCms database connector.
This important package provides the methods to access the OpenCms VFS repository with the permissions
of an authenticated user.
Contains classes of the source search app.
-
Uses of CmsPropertyDefinition in org.opencms.db
Modifier and TypeMethodDescriptionCmsDriverManager.createPropertyDefinition
(CmsDbContext dbc, String name) Creates a property definition.CmsSecurityManager.createPropertyDefinition
(CmsRequestContext context, String name) Creates a property definition.I_CmsHistoryDriver.createPropertyDefinition
(CmsDbContext dbc, String name, CmsPropertyDefinition.CmsPropertyType type) Creates a new property defintion in the database.I_CmsVfsDriver.createPropertyDefinition
(CmsDbContext dbc, CmsUUID projectId, String name, CmsPropertyDefinition.CmsPropertyType type) Creates a new property definition in the database.CmsDriverManager.readPropertyDefinition
(CmsDbContext dbc, String name) Reads a property definition.CmsSecurityManager.readPropertyDefinition
(CmsRequestContext context, String name) Reads a property definition.I_CmsHistoryDriver.readPropertyDefinition
(CmsDbContext dbc, String name) Reads a property definition with the given name.I_CmsVfsDriver.readPropertyDefinition
(CmsDbContext dbc, String name, CmsUUID projectId) Reads a property definition for the specified resource type.Modifier and TypeMethodDescriptionCmsDriverManager.readAllPropertyDefinitions
(CmsDbContext dbc) Reads all property definitions for the given mapping type.CmsSecurityManager.readAllPropertyDefinitions
(CmsRequestContext context) Reads all property definitions for the given mapping type.I_CmsVfsDriver.readPropertyDefinitions
(CmsDbContext dbc, CmsUUID projectId) Reads all property definitions for the specified mapping type.Modifier and TypeMethodDescriptionvoid
I_CmsHistoryDriver.deletePropertyDefinition
(CmsDbContext dbc, CmsPropertyDefinition propertyDef) Deletes a property definition.void
I_CmsVfsDriver.deletePropertyDefinition
(CmsDbContext dbc, CmsPropertyDefinition name) Deletes a property definition. -
Uses of CmsPropertyDefinition in org.opencms.db.generic
Modifier and TypeMethodDescriptionCmsHistoryDriver.createPropertyDefinition
(CmsDbContext dbc, String name, CmsPropertyDefinition.CmsPropertyType type) CmsVfsDriver.createPropertyDefinition
(CmsDbContext dbc, CmsUUID projectId, String name, CmsPropertyDefinition.CmsPropertyType type) CmsHistoryDriver.readPropertyDefinition
(CmsDbContext dbc, String name) CmsVfsDriver.readPropertyDefinition
(CmsDbContext dbc, String name, CmsUUID projectId) Modifier and TypeMethodDescriptionCmsVfsDriver.readPropertyDefinitions
(CmsDbContext dbc, CmsUUID projectId) Modifier and TypeMethodDescriptionvoid
CmsHistoryDriver.deletePropertyDefinition
(CmsDbContext dbc, CmsPropertyDefinition metadef) void
CmsVfsDriver.deletePropertyDefinition
(CmsDbContext dbc, CmsPropertyDefinition metadef) protected int
CmsHistoryDriver.internalCountProperties
(CmsDbContext dbc, CmsPropertyDefinition metadef, CmsUUID projectId) Returns the amount of properties for a propertydefinition.protected int
CmsVfsDriver.internalCountProperties
(CmsDbContext dbc, CmsPropertyDefinition propertyDefinition, CmsUUID projectId) Returns the count of properties for a property definition. -
Uses of CmsPropertyDefinition in org.opencms.file
Modifier and TypeMethodDescriptionCmsObject.createPropertyDefinition
(String name) Creates a property definition.static CmsPropertyDefinition
CmsPropertyDefinition.getNullPropertyDefinition()
Returns the null property definition.CmsObject.readPropertyDefinition
(String name) Reads a property definition.Modifier and TypeMethodDescriptionCmsObject.readAllPropertyDefinitions()
Reads all property definitions. -
Uses of CmsPropertyDefinition in org.opencms.ui.apps.search
Modifier and TypeMethodDescriptionvoid
CmsSearchReplaceSettings.setProperty
(CmsPropertyDefinition value) Sets the property.