Generated by
JDiff

Interface com.day.cq.dam.scene7.api.S7ConfigResolver

Added Methods
S7Config getDefaultS7Config() Returns default S7 configuration, resolved using the S7 config service user If run under DMS7 mode, return DMS7 configuration, otherwise, return S7Connect configuration
S7Config getDefaultS7Config(ResourceResolver) Returns default S7 configuration If run under DMS7 mode, return DMS7 configuration, otherwise, return S7Connect configuration
S7Config getDefaultS7Config(ResourceResolver, String) Returns default S7 configuration Deprecated after 0DT chagne in AEM6.4, use the getDefaultS7Config(ResourceResolver resourceResolver) instead
S7Config getS7ConfigForResource(ResourceResolver, Resource) Retrieves the Scene7 configuration associated with a DAM asset resource by successively analysing the resource and then its parents.
S7Config getS7ConfigForRootId(ResourceResolver, String) Looks up scene7 configuration for the specified root id (company name?)
List getS7Configurations(ResourceResolver) Returns all the S7 configurations, include both old configuration(under /etc) and new configuration after 0DT change(under /conf)
Boolean isDMS7Enabled() Temporary method for checking if DMS7 feature is enalbed Todo: before get a better method in somewhere else, use this for checking DMS7 mode