Class TempStorageUtils


  • public class TempStorageUtils
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isPreviewDisabled​(java.lang.String tempStorageConfig, java.lang.Boolean isAnonymous)
      returns if the Preview needs to be disabled based on temp storage configuration.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TempStorageUtils

        public TempStorageUtils()
    • Method Detail

      • isPreviewDisabled

        public static boolean isPreviewDisabled​(java.lang.String tempStorageConfig,
                                                java.lang.Boolean isAnonymous)
        returns if the Preview needs to be disabled based on temp storage configuration.
        Parameters:
        tempStorageConfig -
        isAnonymous -
        Returns: