Interface PageDao

  • All Known Implementing Classes:
    PageDaoJena

    public interface PageDao
    • Method Detail

      • getPageMappings

        Map<String,​String> getPageMappings()
        Returns a list of urlMappings to URIs.
      • getHomePageUri

        String getHomePageUri()
        Returns URI of home page.
      • getClassGroupPage

        String getClassGroupPage​(String pageUri)
      • getClassesAndRestrictionsForPage

        Map<String,​Object> getClassesAndRestrictionsForPage​(String pageUri)
      • getRequiredActions

        List<String> getRequiredActions​(String pageUri)
        Gets the required actions directly associated with a page. Does not get required actions for any data getters that are related to the page.