Class MappingsFacade
java.lang.Object
org.apache.sling.launchpad.testservices.exported.MappingsFacade
Facade for saving mappings and waiting for the corresponding events
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsaveMappings
(javax.jcr.Session session) Save a Session that has mapping changes, and wait for the OSGi event that signals that mappings have been updated.
-
Field Details
-
MAPPING_EVENT_TOPIC
- See Also:
-
MAPPING_UPDATE_TIMEOUT_MSEC
- See Also:
-
-
Constructor Details
-
MappingsFacade
-
-
Method Details
-
saveMappings
Save a Session that has mapping changes, and wait for the OSGi event that signals that mappings have been updated.- Parameters:
session
- the JCR session- Returns:
- error message, null if ok
- Throws:
Exception
- in case of any errors
-