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 java.lang.StringgetAuthorizable()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.StringgetName()Get the config's name.java.lang.StringgetPath()Get the config's path.java.lang.StringgetUpdateUser()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.
-
-