| Package | Description |
|---|---|
| org.opencms.acacia.shared |
Contains the acacia editor shared client/server classes.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsEntityAttribute |
CmsEntityAttribute.createEntityAttribute(java.lang.String name,
java.util.List<CmsEntity> values)
Creates a entity type attribute.
|
static CmsEntityAttribute |
CmsEntityAttribute.createSimpleAttribute(java.lang.String name,
java.util.List<java.lang.String> values)
Creates a simple type attribute.
|
CmsEntityAttribute |
CmsEntity.getAttribute(java.lang.String attributeName)
Returns an attribute.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsEntityAttribute> |
CmsEntity.getAttributes()
Returns all entity attributes.
|