Package lumis.content.bigdata
Interface ContentVersionDocument.Content
-
- Enclosing class:
- ContentVersionDocument
public static interface ContentVersionDocument.Content
API that provides access to content 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.ContentFields.ID
stored in this document.- Returns:
- the value of
ContentVersionDocumentType.ContentFields.ID
. - Since:
- 8.1.0
- See Also:
Content.getId()
-
setId
void setId(String id)
Sets the value forContentVersionDocumentType.ContentFields.ID
in this document.- Parameters:
Id
- the value to set.- Since:
- 8.1.0
-
getServiceInstanceId
String getServiceInstanceId()
Returns the value ofContentVersionDocumentType.ContentFields.SERVICE_INSTANCE_ID
stored in this document.- Returns:
- the value of
ContentVersionDocumentType.ContentFields.SERVICE_INSTANCE_ID
. - Since:
- 8.1.0
- See Also:
Content.getServiceInstanceId()
-
setServiceInstanceId
void setServiceInstanceId(String serviceInstanceId)
Sets the value forContentVersionDocumentType.ContentFields.SERVICE_INSTANCE_ID
in this document.- Parameters:
serviceInstanceId
- the value to set.- Since:
- 8.1.0
- See Also:
Content.setServiceInstanceId(String)
-
getSourceId
String getSourceId()
Returns the value ofContentVersionDocumentType.ContentFields.SOURCE_ID
stored in this document.- Returns:
- the value of
ContentVersionDocumentType.ContentFields.SOURCE_ID
. - Since:
- 8.1.0
- See Also:
Content.getSourceId()
-
setSourceId
void setSourceId(String sourceId)
Sets the value forContentVersionDocumentType.ContentFields.SOURCE_ID
in this document.- Parameters:
sourceId
- the value to set.- Since:
- 8.1.0
- See Also:
Content.setSourceId(String)
-
getDefaultLocale
String getDefaultLocale()
Returns the value ofContentVersionDocumentType.ContentFields.DEFAULT_LOCALE
stored in this document.- Returns:
- the value of
ContentVersionDocumentType.ContentFields.DEFAULT_LOCALE
. - Since:
- 8.1.0
- See Also:
Content.getDefaultLocale()
-
setDefaultLocale
void setDefaultLocale(String defaultLocale)
Sets the value forContentVersionDocumentType.ContentFields.DEFAULT_LOCALE
in this document.- Parameters:
defaultLocale
- the value to set.- Since:
- 8.1.0
- See Also:
Content.setDefaultLocale(java.util.Locale)
-
-