Class JobFacade.AuditJob

    • Field Detail

      • resource

        @NotNull
        public final @NotNull org.apache.sling.api.resource.Resource resource
    • Constructor Detail

      • AuditJob

        public AuditJob​(@NotNull
                        @NotNull org.apache.sling.api.resource.Resource resource)
    • Method Detail

      • getStringProperty

        protected String getStringProperty​(String name)
      • getTopic

        public String getTopic()
      • getId

        public String getId()
      • getPropertyNames

        public Set<String> getPropertyNames()
      • getProperty

        public <T> T getProperty​(String name,
                                 Class<T> type)
      • getProperty

        public <T> T getProperty​(String name,
                                 T defaultValue)
      • getRetryCount

        public int getRetryCount()
      • getNumberOfRetries

        public int getNumberOfRetries()
      • getQueueName

        public String getQueueName()
      • getTargetInstance

        public String getTargetInstance()
      • getProcessingStarted

        public Calendar getProcessingStarted()
      • getCreated

        public Calendar getCreated()
      • getCreatedInstance

        public String getCreatedInstance()
      • getJobState

        public org.apache.sling.event.jobs.Job.JobState getJobState()
      • getFinishedDate

        public Calendar getFinishedDate()
        See Also:
        Job.getFinishedDate()
      • getResultMessage

        public String getResultMessage()
        See Also:
        Job.getResultMessage()
      • getProgressLog

        public String[] getProgressLog()
        See Also:
        Job.getProgressLog()
      • getProgressStepCount

        public int getProgressStepCount()
        See Also:
        Job.getProgressStepCount()
      • getFinishedProgressStep

        public int getFinishedProgressStep()
        See Also:
        Job.getFinishedProgressStep()
      • getProgressETA

        public Calendar getProgressETA()
        See Also:
        Job.getProgressETA()