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 final Job.JobInfoJob.JobInfo.Builder._storedValueprotected Job.JobInfoJob.jobInfoThis is arbitrary information that can be added to the job description by the UWS implementation.Fields in org.javastro.ivoa.entities.uws with type parameters of type Job.JobInfoModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.CollectionPropertyInfo<Job.JobInfo,Element> Job.JobInfo.PropInfo.ANIESstatic final com.kscs.util.jaxb.SinglePropertyInfo<Job,Job.JobInfo> Job.PropInfo.JOB_INFOMethods in org.javastro.ivoa.entities.uws with type parameters of type Job.JobInfoModifier and TypeMethodDescriptionprotected <_P extends Job.JobInfo>
_PJob.JobInfo.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.uws that return Job.JobInfoModifier and TypeMethodDescriptionJob.JobInfo.Builder.build()Job.JobInfo.clone()Job.JobInfo.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) Job.JobInfo.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) Job.JobInfo.createCopy()Job.JobInfo.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.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.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.uws with parameters of type Job.JobInfoModifier and TypeMethodDescriptionstatic Job.JobInfo.Builder<Void>Job.JobInfo.copyExcept(Job.JobInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Job.JobInfo.Builder.copyOf(Job.JobInfo _other) static <_B> Job.JobInfo.Builder<_B>Job.JobInfo.copyOf(Job.JobInfo _other) static <_B> Job.JobInfo.Builder<_B>Job.JobInfo.copyOf(Job.JobInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Job.JobInfo.Builder<Void>Job.JobInfo.copyOnly(Job.JobInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree) voidJob.Modifier.setJobInfo(Job.JobInfo jobInfo) voidJob.setJobInfo(Job.JobInfo value) Sets the value of the jobInfo property.Job.Builder.withJobInfo(Job.JobInfo jobInfo) Sets the new value of "jobInfo" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.uws with parameters of type Job.JobInfoModifierConstructorDescriptionBuilder(_B _parentBuilder, Job.JobInfo _other, boolean _copy) Builder(_B _parentBuilder, Job.JobInfo _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Job(String jobId, String runId, String ownerId, ExecutionPhase phase, ZonedDateTime quote, ZonedDateTime creationTime, ZonedDateTime startTime, ZonedDateTime endTime, int executionDuration, ZonedDateTime destruction, Parameters parameters, Results results, ErrorSummary errorSummary, Job.JobInfo jobInfo, String version) Fully-initialising value constructor