Interface I_CmsGroupNameTranslation


public interface I_CmsGroupNameTranslation
Interface for transforming group names into a more human-readable form.

Since:
8.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    translateGroupName(String groupFqn, boolean keepOu)
    Translates a fully qualified group name into a more user-friendly form.
  • Method Details

    • translateGroupName

      String translateGroupName(String groupFqn, boolean keepOu)
      Translates a fully qualified group name into a more user-friendly form.

      Parameters:
      groupFqn - the fully qualified group name
      keepOu - if true, the OU will be prepended to the resulting name
      Returns:
      the translated group name