Package lumis.portal.bigdata
Interface StandardDocument.Standard.Publication.Context
-
- Enclosing interface:
- StandardDocument.Standard.Publication
@StableMinor(version="14.0", sinceVersion="8.1") public static interface StandardDocument.Standard.Publication.Context
API that provides access to contexts fields.- Since:
- 8.1.0
- Version:
- $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
Returns the published context identifier.String
getUrl()
Returns the access URL.void
setId(String id)
Sets the given URL in this context.void
setUrl(String url)
Sets the given URL in this context.
-
-
-
Method Detail
-
getId
String getId()
Returns the published context identifier.- Returns:
- the published context identifier.
- Since:
- 8.1.0
- See Also:
StandardDocumentType.StandardFields.PUBLICATIONS_CONTEXTS_CONTEXT_ID
-
setId
void setId(String id)
Sets the given URL in this context.- Parameters:
id
- the identifier value to set.- Since:
- 8.1.0
- See Also:
StandardDocumentType.StandardFields.PUBLICATIONS_CONTEXTS_CONTEXT_ID
-
getUrl
String getUrl()
Returns the access URL.- Returns:
- the access URL.
- Since:
- 8.1.0
- See Also:
StandardDocumentType.StandardFields.PUBLICATIONS_CONTEXTS_CONTEXT_URL
-
setUrl
void setUrl(String url)
Sets the given URL in this context.- Parameters:
url
- the URL to set.- Since:
- 8.1.0
- See Also:
StandardDocumentType.StandardFields.PUBLICATIONS_CONTEXTS_CONTEXT_URL
-
-