Class Zendesk4ProcessExecution

  • All Implemented Interfaces:
    ProcessExecution

    public class Zendesk4ProcessExecution
    extends Object
    implements ProcessExecution
    Zendesk 4 (Insights) connector process execution (i.e. definition for single ETL run). Serialization only.
    • Constructor Detail

      • Zendesk4ProcessExecution

        public Zendesk4ProcessExecution()
    • Method Detail

      • getIncremental

        public Boolean getIncremental()
      • setIncremental

        public void setIncremental​(Boolean incremental)
      • getReload

        public Boolean getReload()
      • setReload

        public void setReload​(Boolean reload)
        set by scheduler, when the process is actually a reload of a project
      • getRecoverable

        public Boolean getRecoverable()
      • setRecoverable

        public void setRecoverable​(Boolean recoverable)
        Tells if the newly started process should use recoverable feature. Usable from R176.
      • getRecoveryInProgress

        public Boolean getRecoveryInProgress()
      • setRecoveryInProgress

        public void setRecoveryInProgress​(Boolean recoveryInProgress)
        Tells if there is some recoverable process in progress for given project Usable from R176.
      • getStartTimes

        public Map<String,​org.joda.time.DateTime> getStartTimes()
      • setStartTime

        public void setStartTime​(String resource,
                                 org.joda.time.DateTime startTime)