public interface MACTenantConfigurationResolver
| Modifier and Type | Field and Description |
|---|---|
static String |
JCR_PROP_MAC_CLOUDSERVICE_CONFIG
JCR Property on a folder (
nt:folder / sling:Folder / sling:OrderedFolder ) identifying the MAC cloud service
configuration for a target folder. |
static String |
JCR_PROP_MP_CLOUDSERVICE_CONFIG
JCR Property on a folder (
nt:folder / sling:Folder / sling:OrderedFolder ) identifying the MP cloud service
configuration for a target folder. |
static final String JCR_PROP_MAC_CLOUDSERVICE_CONFIG
nt:folder / sling:Folder / sling:OrderedFolder ) identifying the MAC cloud service
configuration for a target folder.static final String JCR_PROP_MP_CLOUDSERVICE_CONFIG
nt:folder / sling:Folder / sling:OrderedFolder ) identifying the MP cloud service
configuration for a target folder.MACTenantConfiguration getConfiguration(ResourceResolver resolver, String path)
path. If no configuration is found at
that path this method returns null.resolver - the resource resolver used to access the resourcespath - the path from which to obtain the configurationnull otherwiseMACTenantConfiguration getConfigurationForResource(Resource resource)
MACTenantConfiguration for a Resource. The configuration is retrieved by recursively looking for the
JCR_PROP_MAC_CLOUDSERVICE_CONFIG property on the resource or its parents.resource - the Resource to look for configuration. The resource's resolver is used for accessing the resources.null otherwiseMACTenantConfiguration getMPConfigurationForResource(Resource resource)
MACTenantConfiguration for a Resource. The configuration is retrieved by recursively looking for the
JCR_PROP_MP_CLOUDSERVICE_CONFIG property on the resource or its parents.resource - the Resource to look for configuration. The resource's resolver is used for accessing the resources.null otherwiseMACTenantConfiguration getConfigurationForPath(ResourceResolver resolver, String path)
MACTenantConfiguration for a path. The configuration is retrieved by recursively looking for the
JCR_PROP_MAC_CLOUDSERVICE_CONFIG property on the resource at the indicated path or its parents.resolver - the resource resolver used to access the resourcespath - the pathnull otherwiseMACTenantConfiguration getMPConfigurationForPath(ResourceResolver resolver, String path)
MACTenantConfiguration for a path. The configuration is retrieved by recursively looking for the
JCR_PROP_MP_CLOUDSERVICE_CONFIG property on the resource at the indicated path or its parents.resolver - the resource resolver used to access the resourcespath - the pathnull otherwiseMACTenantConfiguration getDefaultConfig(ResourceResolver resolver)
resolver - the resource resolver used to access the resourcesMACTenantConfiguration getDefaultMPConfig(ResourceResolver resolver)
resolver - the resource resolver used to access the resourcesCopyright © 2010 - 2020 Adobe. All Rights Reserved