Class Config
java.lang.Object
com.adobe.acs.commons.workflow.bulk.execution.model.Config
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcommit()CommitintintgetPath()org.apache.sling.api.resource.Resourceorg.apache.sling.api.resource.ResourceResolverintintintbooleanbooleanbooleanvoidsetInterval(int interval) SettersvoidsetThrottle(int throttle)
-
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
-
getRunnerType
-
getWorkflowModelId
-
getPath
-
getResourceResolver
public org.apache.sling.api.resource.ResourceResolver getResourceResolver() -
getQueryStatement
-
getQueryType
-
getResource
public org.apache.sling.api.resource.Resource getResource() -
getRetryCount
public int getRetryCount() -
isAutoThrottle
public boolean isAutoThrottle() -
getUserEventData
-
isUserEventData
public boolean isUserEventData() -
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.PersistenceExceptionCommit- Throws:
org.apache.sling.api.resource.PersistenceException
-