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: 25809 $ $Date: 2023-07-04 15:23:22 -0300 (Tue, 04 Jul 2023) $
-
-
Method Summary
-
-
-
Method Detail
-
getId
java.lang.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(java.lang.String id)
Sets the value forContentVersionDocumentType.ContentLocaleFields.ID
in this document.- Parameters:
id
- the value to set.- Since:
- 8.1.0
-
getCreatedBy
java.lang.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(java.lang.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
java.util.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(java.util.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
java.lang.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(java.lang.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)
-
-