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