Class AEMWorkflowRunnerImpl.AEMWorkflowRunnable

java.lang.Object
com.adobe.acs.commons.workflow.bulk.execution.impl.runners.AEMWorkflowRunnerImpl.AEMWorkflowRunnable
All Implemented Interfaces:
Runnable
Enclosing class:
AEMWorkflowRunnerImpl

protected class AEMWorkflowRunnerImpl.AEMWorkflowRunnable extends Object implements Runnable
Runner's Runnable
  • Constructor Summary

    Constructors
    Constructor
    Description
    AEMWorkflowRunnable(Config config, org.apache.sling.commons.scheduler.Scheduler scheduler, org.apache.sling.api.resource.ResourceResolverFactory resourceResolverFactory, com.day.cq.workflow.WorkflowService workflowService)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AEMWorkflowRunnable

      public AEMWorkflowRunnable(Config config, org.apache.sling.commons.scheduler.Scheduler scheduler, org.apache.sling.api.resource.ResourceResolverFactory resourceResolverFactory, com.day.cq.workflow.WorkflowService workflowService)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable