Uses of Class
org.javastro.ivoa.entities.uws.Parameters
Packages that use Parameters
-
Uses of Parameters in org.javastro.ivoa.entities.uws
Fields in org.javastro.ivoa.entities.uws declared as ParametersModifier and TypeFieldDescriptionprotected final ParametersParameters.Builder._storedValueprotected ParametersJob.parametersThe parameters to the job (where appropriate) can also be retrieved at /{jobs}/{job-id}/parametersFields in org.javastro.ivoa.entities.uws with type parameters of type ParametersModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<Job,Parameters> Job.PropInfo.PARAMETERSstatic final com.kscs.util.jaxb.CollectionPropertyInfo<Parameters,Parameter> Parameters.PropInfo.PARAMETERSMethods in org.javastro.ivoa.entities.uws with type parameters of type ParametersModifier and TypeMethodDescriptionprotected <_P extends Parameters>
_PParameters.Builder.init(_P _product) Methods in org.javastro.ivoa.entities.uws that return ParametersModifier and TypeMethodDescriptionParameters.Builder.build()Parameters.clone()Parameters.copyExcept(com.kscs.util.jaxb.PropertyTree _propertyTree) Parameters.copyOnly(com.kscs.util.jaxb.PropertyTree _propertyTree) Parameters.createCopy()Parameters.createCopy(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) ObjectFactory.createParameters()Create an instance ofParametersJob.getParameters()The parameters to the job (where appropriate) can also be retrieved at /{jobs}/{job-id}/parametersParameters.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) Methods in org.javastro.ivoa.entities.uws with parameters of type ParametersModifier and TypeMethodDescriptionstatic Parameters.Builder<Void>Parameters.copyExcept(Parameters _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Parameters.Builder.copyOf(Parameters _other) static <_B> Parameters.Builder<_B>Parameters.copyOf(Parameters _other) static <_B> Parameters.Builder<_B>Parameters.copyOf(Parameters _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Parameters.Builder<Void>Parameters.copyOnly(Parameters _other, com.kscs.util.jaxb.PropertyTree _propertyTree) voidJob.Modifier.setParameters(Parameters parameters) voidJob.setParameters(Parameters value) Sets the value of the parameters property.Job.Builder.withParameters(Parameters parameters) Sets the new value of "parameters" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.uws with parameters of type ParametersModifierConstructorDescriptionBuilder(_B _parentBuilder, Parameters _other, boolean _copy) Builder(_B _parentBuilder, Parameters _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