Class JobInformationDTO


  • public class JobInformationDTO
    extends Object
    Collection of all information that have been generated while the execution of a Job. In order to keep a whole view on the Job this DTO contains also the information that has been made in the JobDefinitionDTO
    • Constructor Detail

      • JobInformationDTO

        public JobInformationDTO()
        This is a constructor for JAX-B use only
      • JobInformationDTO

        public JobInformationDTO​(Job job,
                                 com.levigo.jadice.server.rest.dto.AbstractJobDTO jobDefinition,
                                 List<FileDTO> resultFiles,
                                 List<LogEntryDTO> entries)
    • Method Detail

      • getId

        public String getId()
      • getResultFiles

        public List<FileDTO> getResultFiles()
      • getTemplateId

        public String getTemplateId()
      • setTemplateId

        public void setTemplateId​(String templateId)
      • setInputFiles

        public void setInputFiles​(List<FileDTO> inputFiles)
      • getTemplateParameters

        public Map<String,​String> getTemplateParameters()