java.lang.Object
com.adobe.acs.commons.workflow.bulk.execution.model.Config

@Model(adaptables=org.apache.sling.api.resource.Resource.class) public class Config extends Object
  • Constructor Details

    • Config

      public Config(org.apache.sling.api.resource.Resource resource)
  • Method Details

    • getTimeout

      public int getTimeout()
    • getThrottle

      public int getThrottle()
    • getBatchSize

      public int getBatchSize()
    • getInterval

      public int getInterval()
    • getRelativePath

      public String getRelativePath()
    • getRunnerType

      public String getRunnerType()
    • getWorkflowModelId

      public String getWorkflowModelId()
    • getPath

      public String getPath()
    • getResourceResolver

      public org.apache.sling.api.resource.ResourceResolver getResourceResolver()
    • getQueryStatement

      public String getQueryStatement()
    • getQueryType

      public String getQueryType()
    • getResource

      public org.apache.sling.api.resource.Resource getResource()
    • getRetryCount

      public int getRetryCount()
    • isAutoThrottle

      public boolean isAutoThrottle()
    • getUserEventData

      public String getUserEventData()
    • isUserEventData

      public boolean isUserEventData()
    • getWorkspace

      public Workspace getWorkspace()
    • isPurgeWorkflow

      public boolean isPurgeWorkflow()
    • setInterval

      public void setInterval(int interval)
      Setters
    • setThrottle

      public void setThrottle(int throttle)
    • commit

      public void commit() throws org.apache.sling.api.resource.PersistenceException
      Commit
      Throws:
      org.apache.sling.api.resource.PersistenceException