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

      • ProjectDeleteTriggerJob

        public ProjectDeleteTriggerJob​(long projectId,
                                       String type)
    • Method Detail

      • run

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