Uses of Class
org.javastro.ivoa.entities.uws.Job.Builder
Packages that use Job.Builder
-
Uses of Job.Builder in org.javastro.ivoa.entities.uws
Methods in org.javastro.ivoa.entities.uws that return Job.BuilderModifier and TypeMethodDescriptionstatic Job.Builder<Void>Job.builder()static Job.Builder<Void>Job.copyExcept(Job _other, com.kscs.util.jaxb.PropertyTree _propertyTree) Job.Builder.copyOf(Job.Builder _other) static <_B> Job.Builder<_B>static <_B> Job.Builder<_B>Job.copyOf(Job _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) static Job.Builder<Void>Job.newCopyBuilder()<_B> Job.Builder<_B>Job.newCopyBuilder(_B _parentBuilder) <_B> Job.Builder<_B>Job.newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Job.newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Job.Builder.withCreationTime(ZonedDateTime creationTime) Sets the new value of "creationTime" (any previous value will be replaced)Job.Builder.withDestruction(ZonedDateTime destruction) Sets the new value of "destruction" (any previous value will be replaced)Job.Builder.withEndTime(ZonedDateTime endTime) Sets the new value of "endTime" (any previous value will be replaced)Job.Builder.withErrorSummary(ErrorSummary errorSummary) Sets the new value of "errorSummary" (any previous value will be replaced)Job.Builder.withExecutionDuration(int executionDuration) Sets the new value of "executionDuration" (any previous value will be replaced)Sets the new value of "jobId" (any previous value will be replaced)Job.Builder.withJobInfo(Job.JobInfo jobInfo) Sets the new value of "jobInfo" (any previous value will be replaced)Job.Builder.withOwnerId(String ownerId) Sets the new value of "ownerId" (any previous value will be replaced)Job.Builder.withParameters(Parameters parameters) Sets the new value of "parameters" (any previous value will be replaced)Job.Builder.withPhase(ExecutionPhase phase) Sets the new value of "phase" (any previous value will be replaced)Job.Builder.withQuote(ZonedDateTime quote) Sets the new value of "quote" (any previous value will be replaced)Job.Builder.withResults(Results results) Sets the new value of "results" (any previous value will be replaced)Sets the new value of "runId" (any previous value will be replaced)Job.Builder.withStartTime(ZonedDateTime startTime) Sets the new value of "startTime" (any previous value will be replaced)Job.Builder.withVersion(String version) Sets the new value of "version" (any previous value will be replaced)Methods in org.javastro.ivoa.entities.uws that return types with arguments of type Job.BuilderModifier and TypeMethodDescriptionErrorSummary.Builder<? extends Job.Builder<_B>>Job.Builder.withErrorSummary()Returns the existing builder or a new builder to build the value of the "errorSummary" property.Job.JobInfo.Builder<? extends Job.Builder<_B>>Job.Builder.withJobInfo()Returns the existing builder or a new builder to build the value of the "jobInfo" property.Parameters.Builder<? extends Job.Builder<_B>>Job.Builder.withParameters()Returns the existing builder or a new builder to build the value of the "parameters" property.Results.Builder<? extends Job.Builder<_B>>Job.Builder.withResults()Returns the existing builder or a new builder to build the value of the "results" property.Methods in org.javastro.ivoa.entities.uws with parameters of type Job.BuilderModifier and TypeMethodDescriptionJob.Builder.copyOf(Job.Builder _other) <_B> voidJob.copyTo(Job.Builder<_B> _other) Copies all state of this object to a builder.<_B> voidJob.copyTo(Job.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) Copies all state of this object to a builder.