Class BulkPageTagger

java.lang.Object
com.adobe.acs.commons.mcp.ProcessDefinition
com.adobe.acs.commons.mcp.impl.processes.BulkPageTagger
All Implemented Interfaces:
FormProcessor, Serializable

public class BulkPageTagger extends ProcessDefinition implements Serializable
The type Bulk page tagger.
See Also:
  • Field Details

  • Constructor Details

    • BulkPageTagger

      public BulkPageTagger()
  • Method Details

    • init

      public void init() throws javax.jcr.RepositoryException
      Specified by:
      init in interface FormProcessor
      Throws:
      javax.jcr.RepositoryException
    • buildProcess

      public void buildProcess(ProcessInstance instance, org.apache.sling.api.resource.ResourceResolver rr) throws org.apache.sling.api.resource.LoginException
      Specified by:
      buildProcess in class ProcessDefinition
      Throws:
      org.apache.sling.api.resource.LoginException
    • parseExcel

      public void parseExcel(ActionManager manager) throws Exception
      Parse input excel.
      Parameters:
      manager - the manager
      Throws:
      Exception - the exception
    • tagPages

      public void tagPages(ActionManager manager) throws Exception
      Tag pages from the excel file with cq:tags.
      Parameters:
      manager - the manager
      Throws:
      Exception - the exception
    • storeReport

      public void storeReport(ProcessInstance instance, org.apache.sling.api.resource.ResourceResolver rr) throws javax.jcr.RepositoryException, org.apache.sling.api.resource.PersistenceException
      Specified by:
      storeReport in class ProcessDefinition
      Throws:
      javax.jcr.RepositoryException
      org.apache.sling.api.resource.PersistenceException