Class JournalFolderConstants

java.lang.Object
com.liferay.journal.constants.JournalFolderConstants

public class JournalFolderConstants extends Object
  • Field Details

    • DEFAULT_PARENT_FOLDER_ID

      public static final long DEFAULT_PARENT_FOLDER_ID
      See Also:
    • NAME_GENERAL_RESTRICTIONS

      public static final String NAME_GENERAL_RESTRICTIONS
      See Also:
    • NAME_RESERVED_WORDS

      public static final String NAME_RESERVED_WORDS
      See Also:
    • RESTRICTION_TYPE_DDM_STRUCTURES_AND_WORKFLOW

      public static final int RESTRICTION_TYPE_DDM_STRUCTURES_AND_WORKFLOW
      See Also:
    • RESTRICTION_TYPE_INHERIT

      public static final int RESTRICTION_TYPE_INHERIT
      See Also:
    • RESTRICTION_TYPE_WORKFLOW

      public static final int RESTRICTION_TYPE_WORKFLOW
      See Also:
  • Constructor Details

    • JournalFolderConstants

      public JournalFolderConstants()
  • Method Details

    • getNameInvalidCharacters

      public static String getNameInvalidCharacters(String[] charBlacklist)