Class PluginMenuEntryView

    • Method Detail

      • getAuthorizer

        public IAuthorizer getAuthorizer()
        Specified by:
        getAuthorizer in interface IWebEndpoint
        Returns:
        the authorizer that defines authorization requirements of this web endpoint. May be null. If null authorizer is returned than the view web enpoint is public, which means any user can access it.
      • getAvailibilityResolver

        public IAvailabiltyResolver getAvailibilityResolver()
        Specified by:
        getAvailibilityResolver in interface IWebEndpoint
        Returns:
        the availability resolver that defines the availability requirements of this web endpoint. May be null. If null resolver is returned than the web endpoint is available.
      • getId

        public String getId()
        Specified by:
        getId in interface IWebEndpoint
        Returns:
        the unique ID of this web endpoint.