Class RequisitionDef

  • All Implemented Interfaces:
    Serializable

    public class RequisitionDef
    extends Object
    implements Serializable
    Defines an import job with a cron expression http://www.quartz-scheduler.org/documentation/quartz-1.x/tutorials/crontrigger Field Name Allowed Values Allowed Special Characters Seconds 0-59 , - / Minutes 0-59 , - / Hours 0-23 , - / Day-of-month 1-31 , - ? / L W C Month 1-12 or JAN-DEC , - / Day-of-Week 1-7 or SUN-SAT , - ? / L C # Year (Opt) empty, 1970-2099 , - /
    See Also:
    Serialized Form
    • Constructor Detail

      • RequisitionDef

        public RequisitionDef()
    • Method Detail

      • getImportUrlResource

        public Optional<String> getImportUrlResource()
      • setImportUrlResource

        public void setImportUrlResource​(String importUrlResource)
      • setImportName

        public void setImportName​(String importName)
      • getRescanExisting

        public String getRescanExisting()
      • setRescanExisting

        public void setRescanExisting​(String rescanExisting)
      • setCronSchedule

        public void setCronSchedule​(String cronSchedule)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object