Uses of Class
org.javastro.ivoa.entities.uws.Results
Packages that use Results
-
Uses of Results in org.javastro.ivoa.entities.uws
Fields in org.javastro.ivoa.entities.uws declared as ResultsModifier and TypeFieldDescriptionprotected final ResultsResults.Builder._storedValueprotected ResultsJob.resultsThe results for the job - can also be retrieved at /{jobs}/{job-id}/resultsFields in org.javastro.ivoa.entities.uws with type parameters of type ResultsModifier and TypeFieldDescriptionJob.PropInfo.RESULTSstatic final com.kscs.util.jaxb.CollectionPropertyInfo<Results,ResultReference> Results.PropInfo.RESULTSMethods in org.javastro.ivoa.entities.uws with type parameters of type ResultsModifier and TypeMethodDescriptionprotected <_P extends Results>
_PResults.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.uws that return ResultsModifier and TypeMethodDescriptionResults.Builder.build()Results.clone()Results.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) Results.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) Results.createCopy()Results.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createResults()Create an instance ofResultsJob.getResults()The results for the job - can also be retrieved at /{jobs}/{job-id}/resultsResults.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.uws with parameters of type ResultsModifier and TypeMethodDescriptionstatic Results.Builder<Void>Results.copyExcept(Results _other, com.kscs.util.jaxb.PropertyTree _propertyTree) static <_B> Results.Builder<_B>static <_B> Results.Builder<_B>Results.copyOf(Results _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Results.Builder<Void>voidJob.Modifier.setResults(Results results) voidJob.setResults(Results value) Sets the value of the results property.Job.Builder.withResults(Results results) Sets the new value of "results" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.uws with parameters of type ResultsModifierConstructorDescriptionBuilder(_B _parentBuilder, Results _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Job(String jobId, String runId, String ownerId, ExecutionPhase phase, LocalDateTime quote, LocalDateTime creationTime, LocalDateTime startTime, LocalDateTime endTime, int executionDuration, LocalDateTime destruction, Parameters parameters, Results results, ErrorSummary errorSummary, Job.JobInfo jobInfo, String version) Fully-initialising value constructor