public interface Component extends RepositoryLocalItem
| Modifier and Type | Interface and Description |
|---|---|
static class |
Component.ComponentType |
| Modifier and Type | Method and Description |
|---|---|
List<Category> |
getCategories() |
Component.ComponentType |
getComponentType()
Get the component type
|
Map<String,Field> |
getContent()
Get the content
|
String |
getEclId() |
org.joda.time.DateTime |
getLastPublishedDate()
Get the last published date
|
Map<String,Field> |
getMetadata()
Get the metadata
|
Multimedia |
getMultimedia()
Get the multimedia object
|
String |
getResolvedUrl()
Get the resolved url
|
org.joda.time.DateTime |
getRevisionDate() |
Schema |
getSchema()
Get the schema of the component
|
int |
getVersion() |
void |
setCategories(List<Category> categories) |
void |
setComponentType(Component.ComponentType componentType)
Set the component type
|
void |
setContent(Map<String,Field> content)
Set the content
|
void |
setLastPublishedDate(org.joda.time.DateTime date)
Set the last published date
|
void |
setMetadata(Map<String,Field> metadata)
Set the metadata
|
void |
setMultimedia(Multimedia multimedia)
Set the multimedia object
|
void |
setResolvedUrl(String resolvedUrl)
Set the resolved url
|
void |
setRevisionDate(org.joda.time.DateTime date) |
void |
setSchema(Schema schema)
Set the schema of the component
|
getOrganizationalItem, getOwningPublication, getPublication, setOrganizationalItem, setOwningPublication, setPublicationaddCustomProperty, getCustomProperties, getCustomProperty, getExtensionData, getId, getTitle, setCustomProperties, setExtensionData, setId, setTitleSchema getSchema()
getSchema in interface RepositoryLocalItemvoid setSchema(Schema schema)
setSchema in interface RepositoryLocalItemschema - org.joda.time.DateTime getLastPublishedDate()
getLastPublishedDate in interface RepositoryLocalItemvoid setLastPublishedDate(org.joda.time.DateTime date)
setLastPublishedDate in interface RepositoryLocalItemdate - published dateMap<String,Field> getMetadata()
Map<String,Field> getContent()
Component.ComponentType getComponentType()
void setComponentType(Component.ComponentType componentType)
componentType - Multimedia getMultimedia()
void setMultimedia(Multimedia multimedia)
int getVersion()
org.joda.time.DateTime getRevisionDate()
void setRevisionDate(org.joda.time.DateTime date)
String getResolvedUrl()
void setResolvedUrl(String resolvedUrl)
resolvedUrl - String getEclId()
Copyright © 2017. All rights reserved.