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}/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.setPhase(ExecutionPhase value) Sets the value of the phase property.voidShortJobDescription.setPhase(ExecutionPhase value) Sets the value of the phase property.Job.withPhase(ExecutionPhase value) ShortJobDescription.withPhase(ExecutionPhase value) Constructors in org.javastro.ivoa.entities.uws with parameters of type ExecutionPhaseModifierConstructorDescriptionJob(String jobId, String runId, String ownerId, ExecutionPhase phase, LocalDateTime quote, LocalDateTime creationTime, LocalDateTime startTime, LocalDateTime endTime, int executionDuration, LocalDateTime destruction, List<Parameter> parameters, List<ResultReference> results, ErrorSummary errorSummary, Job.JobInfo jobInfo, String version) Fully-initialising value constructorShortJobDescription(ExecutionPhase phase, String runId, String ownerId, LocalDateTime creationTime, String id, String type, String href) Fully-initialising value constructor