Package com.day.cq.dam.api.s7dam.config
Interface S7damConfigService
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptiongetS7DamResource(String path) Deprecated.Helper function to retrieve configuration resource associated with S7Dam modulevoidinitialize(String path, ResourceResolver rr) Deprecated.
-
Method Details
-
initialize
Deprecated.- Parameters:
path- - path at or below the cloud config jcr:content node (Could be the cloud config itself changing, or a preset, or company setting, etc.rr- - resource resolver- Throws:
RepositoryException- thrown due to error in accessing the config nodePersistenceException- thrown by persistence provider in case of error
-
getS7DamResource
Deprecated.Helper function to retrieve configuration resource associated with S7Dam module- Parameters:
path- path to the configuration node- Returns:
- S7Dam configuration resource
-