Package com.day.cq.contentsync.config
Interface Config
-
public interface ConfigTheConfiginterface provides access to content sync configurations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAuthorizable()Get the authorizable's id that is authorized to read and write the cache.Iterator<ConfigEntry>getEntries()Get the list of configuration entries.StringgetName()Get the config's name.StringgetPath()Get the config's path.StringgetUpdateUser()Get the user's id to be used for content updates (in case it's not a personalized config).
-
-
-
Method Detail
-
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.
-
-