You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.
.
Description
With the help of the Scheduler Quartz Component generic Blueriq jobs can be scheduled unscheduled or rescheduled. This jobs does not need to have knowledge about the specific job scheduler used (in our case about Quartz), they only need to implement the scheduling interfaces defined in Blueriq. This interfaces and the how the jobs should be implemented and scheduled are detailed below.
Creating custom jobs
A custom generic job should implement in both Java and .Net the IJob Blueriq interface.
Scheduling custom jobs
Overview
Content Tools