public interface ContentInterface
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttachProperty()
Attached property
|
java.lang.String |
getChangeToken()
Change Token (usd for optimistic locking)
|
java.lang.String |
getCheckOutUser()
Who is check-out user
|
java.lang.String |
getContentBaseFolder()
Base folder for this content type
|
byte[] |
getContentStream()
Content Stream
|
ContentTypeInterface |
getContentType()
CMS content type of the content
|
java.lang.String |
getCpContentTypeId()
Costpoint content type
|
java.lang.String |
getCpContentTypeName() |
java.lang.String |
getCreatedBy()
Created By
|
java.util.Date |
getCreationDate()
Creation date
|
java.lang.String |
getCTypeLocId()
Location ID
|
java.lang.String |
getEndpointId()
CMS Endpoint for this content
|
java.lang.String |
getEndpointName() |
java.lang.String |
getFolder()
Actual folder where the content is stored
|
java.lang.String |
getId()
Unique Id of the content (implemented differently for different CMS systems
but should stay the same for the lifetime and travel of the content in CMS
|
boolean |
getIsCheckedOut()
Is it checked-out (Locked)
|
java.lang.String |
getMimeType()
MIME type
|
java.lang.String |
getModifiedBy()
Last modified by user
|
java.util.Date |
getModifiedDate()
Last Modified Date
|
java.lang.String |
getName()
Name of the content
|
java.util.Map<java.lang.String,ContentPropertyInterface> |
getProperties()
Get content properties (Metadata)
|
ContentPropertyInterface |
getProperty(java.lang.String propertyId)
Get specific property
|
java.lang.String |
getRepositoryId()
CMS Repository for this content
|
java.lang.String |
getRepositoryName() |
int |
getSize()
Size in bytes
|
java.lang.String |
getTitle()
Title or Description of the content
|
java.lang.String |
getURI()
URI
|
java.lang.String |
getVersion()
File version in the repository
|
java.lang.String getId()
java.lang.String getName()
java.lang.String getTitle()
java.lang.String getCTypeLocId()
ContentTypeInterface getContentType()
java.lang.String getEndpointId()
java.lang.String getEndpointName()
java.lang.String getRepositoryId()
java.lang.String getRepositoryName()
java.lang.String getCpContentTypeId()
java.lang.String getCpContentTypeName()
java.lang.String getContentBaseFolder()
java.lang.String getAttachProperty()
java.lang.String getCreatedBy()
java.util.Date getCreationDate()
boolean getIsCheckedOut()
java.lang.String getChangeToken()
java.lang.String getCheckOutUser()
java.lang.String getMimeType()
byte[] getContentStream()
java.lang.String getModifiedBy()
java.util.Date getModifiedDate()
int getSize()
java.lang.String getURI()
java.lang.String getFolder()
java.lang.String getVersion()
java.util.Map<java.lang.String,ContentPropertyInterface> getProperties()
ContentPropertyInterface getProperty(java.lang.String propertyId)
propertyId
-