Package lumis.portal.bigdata
Interface StandardDocument.Standard.Categories
-
- Enclosing interface:
- StandardDocument.Standard
public static interface StandardDocument.Standard.Categories
API that provides access to categorization fields.- Since:
- 9.0.0
- Version:
- $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
StandardDocument.Standard.Categories.Category
A content category.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StandardDocument.Standard.Categories.Category
addDirectCategory()
Adds a direct category of this document.StandardDocument.Standard.Categories.Category
addFullCategory()
Adds a full (direct and inherited) category of this document.Collection<StandardDocument.Standard.Categories.Category>
getDirectCategories()
Returns the direct categories of this document.Collection<StandardDocument.Standard.Categories.Category>
getFullCategories()
Returns the full (direct and inherited) categories of this document.
-
-
-
Method Detail
-
addDirectCategory
StandardDocument.Standard.Categories.Category addDirectCategory()
Adds a direct category of this document.- Since:
- 9.0.0
-
getDirectCategories
Collection<StandardDocument.Standard.Categories.Category> getDirectCategories()
Returns the direct categories of this document.- Returns:
- the direct categories of this document.
- Since:
- 9.0.0
-
addFullCategory
StandardDocument.Standard.Categories.Category addFullCategory()
Adds a full (direct and inherited) category of this document.- Since:
- 9.0.0
-
getFullCategories
Collection<StandardDocument.Standard.Categories.Category> getFullCategories()
Returns the full (direct and inherited) categories of this document.- Returns:
- the full (direct and inherited) categories of this document.
- Since:
- 9.0.0
-
-