Package lumis.content.bigdata
Interface ContentVersionDocument.ContentLocale
-
- Enclosing class:
- ContentVersionDocument
public static interface ContentVersionDocument.ContentLocale
API that provides access to content locale fields.- Since:
- 8.1.0
- Version:
- $Revision: 24476 $ $Date: 2021-04-28 11:28:23 -0300 (Wed, 28 Apr 2021) $
-
-
Method Summary
-
-
-
Method Detail
-
getId
String getId()
Returns the value ofContentVersionDocumentType.ContentLocaleFields.ID
stored in this document.- Returns:
- the value of
ContentVersionDocumentType.ContentLocaleFields.ID
. - Since:
- 8.1.0
- See Also:
ContentLocale.getId()
-
setId
void setId(String id)
Sets the value forContentVersionDocumentType.ContentLocaleFields.ID
in this document.- Parameters:
id
- the value to set.- Since:
- 8.1.0
-
getCreatedBy
String getCreatedBy()
Returns the value ofContentVersionDocumentType.ContentLocaleFields.CREATED_BY
stored in this document.- Returns:
- the value of
ContentVersionDocumentType.ContentLocaleFields.CREATED_BY
. - Since:
- 8.1.0
- See Also:
ContentLocale.getCreatedBy()
-
setCreatedBy
void setCreatedBy(String createdBy)
Sets the value forContentVersionDocumentType.ContentLocaleFields.CREATED_BY
in this document.- Parameters:
createdBy
- the value to set.- Since:
- 8.1.0
- See Also:
ContentLocale.setCreatedBy(String)
-
getCreatedDateTime
Date getCreatedDateTime()
Returns the value ofContentVersionDocumentType.ContentLocaleFields.CREATED_DATE_TIME
stored in this document.- Returns:
- the value of
ContentVersionDocumentType.ContentLocaleFields.CREATED_DATE_TIME
. - Since:
- 8.1.0
- See Also:
ContentLocale.getCreatedDateTime()
-
setCreatedDateTime
void setCreatedDateTime(Date createdDateTime)
Sets the value forContentVersionDocumentType.ContentLocaleFields.CREATED_DATE_TIME
in this document.- Parameters:
createdDateTime
- the value to set.- Since:
- 8.1.0
- See Also:
ContentLocale.setCreatedDateTime(Date)
-
getLocale
String getLocale()
Returns the value ofContentVersionDocumentType.ContentLocaleFields.LOCALE
stored in this document.- Returns:
- the value of
ContentVersionDocumentType.ContentLocaleFields.LOCALE
. - Since:
- 8.1.0
- See Also:
ContentLocale.getLocale()
-
setLocale
void setLocale(String locale)
Sets the value forContentVersionDocumentType.ContentLocaleFields.LOCALE
in this document.- Parameters:
locale
- the value to set.- Since:
- 8.1.0
-
getContent
ContentVersionDocument.Content getContent()
Returns the value ofContentVersionDocumentType.ContentLocaleFields.LOCALE
stored in this document.- Returns:
- the value of
ContentVersionDocumentType.ContentLocaleFields.LOCALE
. - Since:
- 8.1.0
- See Also:
ContentLocale.getContent()
-
getWorkflowMetaData
ContentVersionDocument.WorkflowMetaData getWorkflowMetaData()
Returns the value ofContentVersionDocumentType.ContentLocaleFields.WORKFLOW_META_DATA
stored in this document.- Returns:
- the value of
ContentVersionDocumentType.ContentLocaleFields.WORKFLOW_META_DATA
. - Since:
- 8.1.0
- See Also:
IWorkflowManager#getContentWorkflowMetaData(SessionConfig, ContentLocale, ITransaction)
-
-