Package 

Interface SiteInfo.AllowedFileSenders

    • Method Summary

      Modifier and Type Method Description
      abstract boolean isOperatorAllowed() Defines if the site configuration allows an operator to send files
      abstract boolean isVisitorAllowed() Defines if the site configuration allows a visitor to send files
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isOperatorAllowed

         abstract boolean isOperatorAllowed()

        Defines if the site configuration allows an operator to send files

      • isVisitorAllowed

         abstract boolean isVisitorAllowed()

        Defines if the site configuration allows a visitor to send files