Package de.xima.fc.timing.worker
Class ProjectDeleteTriggerJob
- java.lang.Object
-
- de.xima.fc.timing.worker.ProjectDeleteTriggerJob
-
- All Implemented Interfaces:
Runnable
public class ProjectDeleteTriggerJob extends Object implements Runnable
Runnable for deleting all quartz jobs/triggers of the given workflow trigger type and deleted project. It removes all jobs for all quartzJobKey
that contains the given project id and workflow trigger type in the job group name.- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description ProjectDeleteTriggerJob(long projectId, String type)
-