@Model(adaptables=org.apache.sling.api.resource.Resource.class) public class Config extends Object
| Constructor and Description |
|---|
Config(org.apache.sling.api.resource.Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
void |
commit()
Commit
|
int |
getBatchSize() |
int |
getInterval() |
String |
getPath() |
String |
getQueryStatement() |
String |
getQueryType() |
String |
getRelativePath() |
org.apache.sling.api.resource.Resource |
getResource() |
org.apache.sling.api.resource.ResourceResolver |
getResourceResolver() |
int |
getRetryCount() |
String |
getRunnerType() |
int |
getThrottle() |
int |
getTimeout() |
String |
getUserEventData() |
String |
getWorkflowModelId() |
Workspace |
getWorkspace() |
boolean |
isAutoThrottle() |
boolean |
isPurgeWorkflow() |
boolean |
isUserEventData() |
void |
setInterval(int interval)
Setters
|
void |
setThrottle(int throttle) |
public int getTimeout()
public int getThrottle()
public int getBatchSize()
public int getInterval()
public String getRelativePath()
public String getRunnerType()
public String getWorkflowModelId()
public String getPath()
public org.apache.sling.api.resource.ResourceResolver getResourceResolver()
public String getQueryStatement()
public String getQueryType()
public org.apache.sling.api.resource.Resource getResource()
public int getRetryCount()
public boolean isAutoThrottle()
public String getUserEventData()
public boolean isUserEventData()
public Workspace getWorkspace()
public boolean isPurgeWorkflow()
public void setInterval(int interval)
public void setThrottle(int throttle)
public void commit()
throws org.apache.sling.api.resource.PersistenceException
org.apache.sling.api.resource.PersistenceExceptionCopyright © 2013–2020 Adobe. All rights reserved.