Package com.adobe.acs.commons.version
Interface EvolutionAnalyser
public interface EvolutionAnalyser
Service interface to obtain the version history for a resource and its children.
-
Method Summary
Modifier and TypeMethodDescriptiongetEvolutionContext(org.apache.sling.api.resource.Resource resource) Generate an EvolutionContext for a particular resource.
-
Method Details
-
getEvolutionContext
Generate an EvolutionContext for a particular resource.- Parameters:
resource- the resource to analyse- Returns:
- the evolution context
-