Interface EntityProvider

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getEntityPrefix()
      Controls the globally unique prefix for the entities handled by this provider
      For example: Announcements might use "annc", Evaluation might use "eval" (if this is not actually unique then an exception will be thrown when Sakai attempts to register this broker)
      (the global reference string will consist of the entity prefix and the local id)
    • Method Detail

      • getEntityPrefix

        String getEntityPrefix()
        Controls the globally unique prefix for the entities handled by this provider
        For example: Announcements might use "annc", Evaluation might use "eval" (if this is not actually unique then an exception will be thrown when Sakai attempts to register this broker)
        (the global reference string will consist of the entity prefix and the local id)
        Returns:
        the string that represents the globally unique prefix for an entity type