public interface ZoneItem extends MetadataAwareAmetysObject
Modifier and Type | Interface and Description |
---|---|
static class |
ZoneItem.ZoneType
Type of an zone.
|
Modifier and Type | Method and Description |
---|---|
<C extends Content> |
getContent()
Retrieves the content reference.
|
String |
getMetadataSetName()
Get the name of the metadata set to render the Content with.
|
String |
getServiceId()
Retrieves the service id.
|
CompositeMetadata |
getServiceParameters()
Get the service parameters
|
ZoneItem.ZoneType |
getType()
Retrieves the type.
|
Zone |
getZone()
Get the parent zone.
|
getMetadataHolder
equals, getId, getName, getParent, getParentPath, getPath, hashCode
ZoneItem.ZoneType getType() throws AmetysRepositoryException
AmetysRepositoryException
- if an error occurs.ZoneItem.ZoneType
<C extends Content> C getContent() throws AmetysRepositoryException
C
- the actual type of Content
.AmetysRepositoryException
- if an error occurs.String getMetadataSetName() throws AmetysRepositoryException
AmetysRepositoryException
- if an error occurs.String getServiceId() throws AmetysRepositoryException
AmetysRepositoryException
- if an error occurs.CompositeMetadata getServiceParameters() throws AmetysRepositoryException
AmetysRepositoryException
- if an error occurs.