| Package | Description |
|---|---|
| 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.file |
This important package provides the methods to access the OpenCms VFS repository with the permissions
of an authenticated user.
|
| Modifier and Type | Method and Description |
|---|---|
CmsPropertyDefinition |
I_CmsVfsDriver.createPropertyDefinition(CmsDbContext dbc,
CmsUUID projectId,
java.lang.String name,
CmsPropertyDefinition.CmsPropertyType type)
Creates a new property definition in the database.
|
CmsPropertyDefinition |
I_CmsHistoryDriver.createPropertyDefinition(CmsDbContext dbc,
java.lang.String name,
CmsPropertyDefinition.CmsPropertyType type)
Creates a new property defintion in the database.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Field and Description |
|---|---|
protected static CmsPropertyDefinition.CmsPropertyType |
CmsPropertyDefinition.CmsPropertyType.LINK
Property value is treated as a link or list of links.
|
protected static CmsPropertyDefinition.CmsPropertyType |
CmsPropertyDefinition.CmsPropertyType.NORMAL
Property value is not a link.
|
static CmsPropertyDefinition.CmsPropertyType |
CmsPropertyDefinition.TYPE_LINK
Property value is treated as a link or list of links.
|
static CmsPropertyDefinition.CmsPropertyType |
CmsPropertyDefinition.TYPE_NORMAL
Property value is not a link.
|
| Modifier and Type | Method and Description |
|---|---|
CmsPropertyDefinition.CmsPropertyType |
CmsPropertyDefinition.getType()
Returns the the type of this property definition.
|
static CmsPropertyDefinition.CmsPropertyType |
CmsPropertyDefinition.CmsPropertyType.valueOf(int type)
Returns the property definition type for the given type id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CmsPropertyDefinition.setType(CmsPropertyDefinition.CmsPropertyType type)
Sets the type for this property definition.
|
| Constructor and Description |
|---|
CmsPropertyDefinition(CmsUUID id,
java.lang.String name,
CmsPropertyDefinition.CmsPropertyType propertyType)
Creates a new property definition object.
|