程序包 | 说明 |
---|---|
org.opencms.db |
Low-level database connection and access functionality.
|
org.opencms.db.generic |
Generic (ANSI-SQL) implementation of the OpenCms database connector.
|
org.opencms.db.jpa | |
org.opencms.file |
This important package provides the methods to access the OpenCms VFS repository with the permissions
of an authenticated user.
|
限定符和类型 | 方法和说明 |
---|---|
CmsPropertyDefinition |
I_CmsVfsDriver.createPropertyDefinition(CmsDbContext dbc,
CmsUUID projectId,
java.lang.String name,
CmsPropertyDefinition.CmsPropertyType type)
Creates a new property definition in the database.
|
CmsPropertyDefinition |
CmsDriverManager.createPropertyDefinition(CmsDbContext dbc,
java.lang.String name)
Creates a property definition.
|
CmsPropertyDefinition |
I_CmsHistoryDriver.createPropertyDefinition(CmsDbContext dbc,
java.lang.String name,
CmsPropertyDefinition.CmsPropertyType type)
Creates a new property defintion in the database.
|
CmsPropertyDefinition |
CmsSecurityManager.createPropertyDefinition(CmsRequestContext context,
java.lang.String name)
Creates a property definition.
|
CmsPropertyDefinition |
I_CmsHistoryDriver.readPropertyDefinition(CmsDbContext dbc,
java.lang.String name)
Reads a property definition with the given name.
|
CmsPropertyDefinition |
CmsDriverManager.readPropertyDefinition(CmsDbContext dbc,
java.lang.String name)
Reads a property definition.
|
CmsPropertyDefinition |
I_CmsVfsDriver.readPropertyDefinition(CmsDbContext dbc,
java.lang.String name,
CmsUUID projectId)
Reads a property definition for the specified resource type.
|
CmsPropertyDefinition |
CmsSecurityManager.readPropertyDefinition(CmsRequestContext context,
java.lang.String name)
Reads a property definition.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsPropertyDefinition> |
CmsDriverManager.readAllPropertyDefinitions(CmsDbContext dbc)
Reads all property definitions for the given mapping type.
|
java.util.List<CmsPropertyDefinition> |
CmsSecurityManager.readAllPropertyDefinitions(CmsRequestContext context)
Reads all property definitions for the given mapping type.
|
java.util.List<CmsPropertyDefinition> |
I_CmsVfsDriver.readPropertyDefinitions(CmsDbContext dbc,
CmsUUID projectId)
Reads all property definitions for the specified mapping type.
|
限定符和类型 | 方法和说明 |
---|---|
void |
I_CmsVfsDriver.deletePropertyDefinition(CmsDbContext dbc,
CmsPropertyDefinition name)
Deletes a property definition.
|
void |
I_CmsHistoryDriver.deletePropertyDefinition(CmsDbContext dbc,
CmsPropertyDefinition propertyDef)
Deletes a property definition.
|
限定符和类型 | 方法和说明 |
---|---|
CmsPropertyDefinition |
CmsVfsDriver.createPropertyDefinition(CmsDbContext dbc,
CmsUUID projectId,
java.lang.String name,
CmsPropertyDefinition.CmsPropertyType type) |
CmsPropertyDefinition |
CmsHistoryDriver.createPropertyDefinition(CmsDbContext dbc,
java.lang.String name,
CmsPropertyDefinition.CmsPropertyType type) |
CmsPropertyDefinition |
CmsHistoryDriver.readPropertyDefinition(CmsDbContext dbc,
java.lang.String name) |
CmsPropertyDefinition |
CmsVfsDriver.readPropertyDefinition(CmsDbContext dbc,
java.lang.String name,
CmsUUID projectId) |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsPropertyDefinition> |
CmsVfsDriver.readPropertyDefinitions(CmsDbContext dbc,
CmsUUID projectId) |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsVfsDriver.deletePropertyDefinition(CmsDbContext dbc,
CmsPropertyDefinition metadef) |
void |
CmsHistoryDriver.deletePropertyDefinition(CmsDbContext dbc,
CmsPropertyDefinition metadef) |
protected int |
CmsVfsDriver.internalCountProperties(CmsDbContext dbc,
CmsPropertyDefinition propertyDefinition,
CmsUUID projectId)
Returns the count of properties for a property definition.
|
protected int |
CmsHistoryDriver.internalCountProperties(CmsDbContext dbc,
CmsPropertyDefinition metadef,
CmsUUID projectId)
Returns the amount of properties for a propertydefinition.
|
限定符和类型 | 方法和说明 |
---|---|
CmsPropertyDefinition |
CmsVfsDriver.createPropertyDefinition(CmsDbContext dbc,
CmsUUID projectId,
java.lang.String name,
CmsPropertyDefinition.CmsPropertyType type) |
CmsPropertyDefinition |
CmsHistoryDriver.createPropertyDefinition(CmsDbContext dbc,
java.lang.String name,
CmsPropertyDefinition.CmsPropertyType type) |
CmsPropertyDefinition |
CmsHistoryDriver.readPropertyDefinition(CmsDbContext dbc,
java.lang.String name) |
CmsPropertyDefinition |
CmsVfsDriver.readPropertyDefinition(CmsDbContext dbc,
java.lang.String name,
CmsUUID projectId) |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsPropertyDefinition> |
CmsVfsDriver.readPropertyDefinitions(CmsDbContext dbc,
CmsUUID projectId) |
限定符和类型 | 方法和说明 |
---|---|
void |
CmsVfsDriver.deletePropertyDefinition(CmsDbContext dbc,
CmsPropertyDefinition metadef) |
void |
CmsHistoryDriver.deletePropertyDefinition(CmsDbContext dbc,
CmsPropertyDefinition metadef) |
protected int |
CmsVfsDriver.internalCountProperties(CmsDbContext dbc,
CmsPropertyDefinition propertyDefinition,
CmsUUID projectId)
Returns the count of properties for a property definition.
|
protected int |
CmsHistoryDriver.internalCountProperties(CmsDbContext dbc,
CmsPropertyDefinition metadef,
CmsUUID projectId)
Returns the amount of properties for a propertydefinition.
|
限定符和类型 | 方法和说明 |
---|---|
CmsPropertyDefinition |
CmsObject.createPropertyDefinition(java.lang.String name)
Creates a property definition.
|
static CmsPropertyDefinition |
CmsPropertyDefinition.getNullPropertyDefinition()
Returns the null property definition.
|
CmsPropertyDefinition |
CmsObject.readPropertyDefinition(java.lang.String name)
Reads a property definition.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.List<CmsPropertyDefinition> |
CmsObject.readAllPropertyDefinitions()
Reads all property definitions.
|
限定符和类型 | 方法和说明 |
---|---|
int |
CmsPropertyDefinition.compareTo(CmsPropertyDefinition obj) |