public class IndexJob extends Object implements org.appng.api.ScheduledJob
ScheduledJob that builds to global search index for a Site.GlobalIndexer| Constructor and Description |
|---|
IndexJob() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.appng.api.model.Site site,
org.appng.api.model.Application application) |
String |
getDescription() |
Map<String,Object> |
getJobDataMap() |
void |
setDescription(String description) |
void |
setJobDataMap(Map<String,Object> jobDataMap) |
public void execute(org.appng.api.model.Site site,
org.appng.api.model.Application application)
throws Exception
execute in interface org.appng.api.ScheduledJobExceptionpublic Map<String,Object> getJobDataMap()
getJobDataMap in interface org.appng.api.ScheduledJobpublic void setJobDataMap(Map<String,Object> jobDataMap)
setJobDataMap in interface org.appng.api.ScheduledJobpublic String getDescription()
getDescription in interface org.appng.api.ScheduledJobpublic void setDescription(String description)
setDescription in interface org.appng.api.ScheduledJobCopyright © 2017. All rights reserved.