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