Package com.day.cq.dam.api.s7dam.config
Interface S7damConfigService
-
@Deprecated public interface S7damConfigServiceDeprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ResourcegetS7DamResource(java.lang.String path)Deprecated.Helper function to retrieve configuration resource associated with S7Dam modulevoidinitialize(java.lang.String path, ResourceResolver rr)Deprecated.
-
-
-
Method Detail
-
initialize
void initialize(java.lang.String path, ResourceResolver rr) throws RepositoryException, PersistenceExceptionDeprecated.- 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
Resource getS7DamResource(java.lang.String path)
Deprecated.Helper function to retrieve configuration resource associated with S7Dam module- Parameters:
path- path to the configuration node- Returns:
- S7Dam configuration resource
-
-