Class LongText


  • public class LongText
    extends Object
    • Method Detail

      • getLongText

        public static String getLongText​(int longTextId)
      • listLongTexts

        public static Map<Integer,​String> listLongTexts​(Collection<Integer> longTextIds)
        Lists long texts which are indexed by their ids.
        Parameters:
        longTextIds - the long text ids.
        Returns:
        the long texts indexed by their ids.
      • removeLongText

        public static void removeLongText​(int longTextId)