Skip to content

Instantly share code, notes, and snippets.

@sreeni-b
Created July 21, 2020 07:05
Show Gist options
  • Save sreeni-b/1b2cd95d0b3dceae1f7414ce7652bc8c to your computer and use it in GitHub Desktop.
Save sreeni-b/1b2cd95d0b3dceae1f7414ce7652bc8c to your computer and use it in GitHub Desktop.
package com.aemks.core.services;
import org.apache.sling.api.resource.ResourceResolver;
/**
* This is a custom service used to create live copy.
*/
public interface MSMService {
public void createLiveCopy(ResourceResolver resourceResolver, String srcPath, String destPath, String title, String label,
String[] rolloutConfigs);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment