Class 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 quartz JobKey that contains the given client id and workflow trigger type in the job group name.
    Since:
    8.0.0
    Author:
    XIMA MEDIA GmbH
    • Constructor Detail

      • ClientDeleteTriggerJob

        public ClientDeleteTriggerJob​(long clientId,
                                      String type)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable