Uses of Class
org.javastro.ivoa.entities.uws.Job.JobInfo
Packages that use Job.JobInfo
-
Uses of Job.JobInfo in org.javastro.ivoa.entities.uws
Fields in org.javastro.ivoa.entities.uws declared as Job.JobInfoModifier and TypeFieldDescriptionprotected Job.JobInfoJob.jobInfoThis is arbitrary information that can be added to the job description by the UWS implementation.Methods in org.javastro.ivoa.entities.uws that return Job.JobInfoModifier and TypeMethodDescriptionObjectFactory.createJobJobInfo()Create an instance ofJob.JobInfoJob.getJobInfo()This is arbitrary information that can be added to the job description by the UWS implementation.Job.JobInfo.withAnies(Collection<Element> values) Methods in org.javastro.ivoa.entities.uws with parameters of type Job.JobInfoModifier and TypeMethodDescriptionvoidJob.setJobInfo(Job.JobInfo value) Sets the value of the jobInfo property.Job.withJobInfo(Job.JobInfo value) Constructors in org.javastro.ivoa.entities.uws with parameters of type Job.JobInfoModifierConstructorDescriptionJob(String jobId, String runId, String ownerId, ExecutionPhase phase, LocalDateTime quote, LocalDateTime creationTime, LocalDateTime startTime, LocalDateTime endTime, int executionDuration, LocalDateTime destruction, List<Parameter> parameters, List<ResultReference> results, ErrorSummary errorSummary, Job.JobInfo jobInfo, String version) Fully-initialising value constructor