Package com.day.cq.contentsync.config
Interface Config
public interface Config
The
Config interface provides access to
content sync configurations.-
Method Summary
Modifier and TypeMethodDescriptionGet the authorizable's id that is authorized to read and write the cache.Get the list of configuration entries.getName()Get the config's name.getPath()Get the config's path.Get the user's id to be used for content updates (in case it's not a personalized config).
-
Method Details
-
getPath
String getPath()Get the config's path.- Returns:
- the path.
-
getName
String getName()Get the config's name.- Returns:
- the name
-
getAuthorizable
String getAuthorizable()Get the authorizable's id that is authorized to read and write the cache.- Returns:
- the authorizable id
-
getUpdateUser
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
Iterator<ConfigEntry> getEntries()Get the list of configuration entries.- Returns:
- the entries.
-