Class PostLookupJob
java.lang.Object
org.alfresco.repo.activities.post.lookup.PostLookupJob
- All Implemented Interfaces:
org.quartz.Job
Executes scheduled post lookup quartz-job - refer to scheduled-jobs-context.xml
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.quartz.JobExecutionContext context) Calls the post lookup to do its work
-
Constructor Details
-
PostLookupJob
public PostLookupJob()
-
-
Method Details
-
execute
public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException Calls the post lookup to do its work- Specified by:
executein interfaceorg.quartz.Job- Throws:
org.quartz.JobExecutionException
-