Interface Config


  • public interface Config
    The Config interface provides access to content sync configurations.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAuthorizable()
      Get the authorizable's id that is authorized to read and write the cache.
      java.util.Iterator<ConfigEntry> getEntries()
      Get the list of configuration entries.
      java.lang.String getName()
      Get the config's name.
      java.lang.String getPath()
      Get the config's path.
      java.lang.String getUpdateUser()
      Get the user's id to be used for content updates (in case it's not a personalized config).
    • Method Detail

      • getPath

        java.lang.String getPath()
        Get the config's path.
        Returns:
        the path.
      • getName

        java.lang.String getName()
        Get the config's name.
        Returns:
        the name
      • getAuthorizable

        java.lang.String getAuthorizable()
        Get the authorizable's id that is authorized to read and write the cache.
        Returns:
        the authorizable id
      • getUpdateUser

        java.lang.String getUpdateUser()
        Get the user's id to be used for content updates (in case it's not a personalized config).
        Returns:
        the user id
      • getEntries

        java.util.Iterator<ConfigEntry> getEntries()
        Get the list of configuration entries.
        Returns:
        the entries.