Class CategorizationDataType.CategorizationGroupData

  • Enclosing class:
    CategorizationDataType

    public static class CategorizationDataType.CategorizationGroupData
    extends Object
    Categorization group, which is all categories a given content is related to of a given categorization service instance.
    Since:
    9.0.0
    Version:
    $Revision: 24476 $ $Date: 2021-04-28 11:28:23 -0300 (Wed, 28 Apr 2021) $
    • Constructor Detail

      • CategorizationGroupData

        public CategorizationGroupData​(Locale locale,
                                       Content... contents)
                                throws PortalException
        Creates a new categorization group of the given (categorization) contents.
        Parameters:
        locale - the locale to be used when determining the terms names.
        contents - the categorization contents.
        Throws:
        PortalException
        Since:
        9.0.0
      • CategorizationGroupData

        public CategorizationGroupData​(Collection<Content> contents,
                                       Locale locale)
                                throws PortalException
        Creates a new categorization group of the given (categorization) contents.
        Parameters:
        contents - the categorization contents.
        locale - the locale to be used when determining the terms names.
        Throws:
        PortalException
        Since:
        9.0.0