Interface TextModuleNodeModifier<T extends TextModuleNode & MasterEntity>

    • Method Detail

      • getName

        java.lang.String getName()
        Get the current textmodule node name which is held in this TextModuleNodeModifier.
        Returns:
        the name as String
        Since:
        10.0.206
      • validateName

        boolean validateName​(java.lang.String name)
                      throws ValidationException
        Validate the given name.
        Parameters:
        name - the name to validate as String
        Returns:
        true if the name is valid
        Throws:
        ValidationException - if the name is invalid
        Since:
        10.0.206