Uses of Enum Class
org.javastro.ivoa.entities.uws.ExecutionPhase
Packages that use ExecutionPhase
-
Uses of ExecutionPhase in org.javastro.ivoa.entities.uws
Fields in org.javastro.ivoa.entities.uws declared as ExecutionPhaseModifier and TypeFieldDescriptionprotected ExecutionPhaseJob.phasethe execution phase - returned at /{jobs}/{job-id}/phaseprotected ExecutionPhaseShortJobDescription.phasethe execution phase - returned at /{jobs}/{job-id}/phaseFields in org.javastro.ivoa.entities.uws with type parameters of type ExecutionPhaseModifier and TypeFieldDescriptionstatic final com.kscs.util.jaxb.SinglePropertyInfo<Job,ExecutionPhase> Job.PropInfo.PHASEstatic final com.kscs.util.jaxb.SinglePropertyInfo<ShortJobDescription,ExecutionPhase> ShortJobDescription.PropInfo.PHASEMethods in org.javastro.ivoa.entities.uws that return ExecutionPhaseModifier and TypeMethodDescriptionstatic ExecutionPhaseJob.getPhase()the execution phase - returned at /{jobs}/{job-id}/phaseShortJobDescription.getPhase()the execution phase - returned at /{jobs}/{job-id}/phasestatic ExecutionPhaseReturns the enum constant of this class with the specified name.static ExecutionPhase[]ExecutionPhase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.javastro.ivoa.entities.uws with parameters of type ExecutionPhaseModifier and TypeMethodDescriptionvoidJob.Modifier.setPhase(ExecutionPhase phase) voidJob.setPhase(ExecutionPhase value) Sets the value of the phase property.voidShortJobDescription.Modifier.setPhase(ExecutionPhase phase) voidShortJobDescription.setPhase(ExecutionPhase value) Sets the value of the phase property.Job.Builder.withPhase(ExecutionPhase phase) Sets the new value of "phase" (any previous value will be replaced)ShortJobDescription.Builder.withPhase(ExecutionPhase phase) Sets the new value of "phase" (any previous value will be replaced)Constructors in org.javastro.ivoa.entities.uws with parameters of type ExecutionPhaseModifierConstructorDescriptionJob(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 constructorShortJobDescription(ExecutionPhase phase, String runId, String ownerId, ZonedDateTime creationTime, String id, String type, String href) Fully-initialising value constructor