Uses of Class
com.vidispine.generated.JobType
-
Uses of JobType in com.vidispine.generated
Fields in com.vidispine.generated declared as JobTypeModifier and TypeFieldDescriptionprotected JobType
ExportInformationType.job
protected JobType
WebsocketUpdateType.job
Fields in com.vidispine.generated with type parameters of type JobTypeMethods in com.vidispine.generated that return JobTypeModifier and TypeMethodDescriptionObjectFactory.createJobType()
Create an instance ofJobType
ExportInformationType.getJob()
Gets the value of the job property.WebsocketUpdateType.getJob()
Gets the value of the job property.JobType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) JobType.withCurrentStep
(JobType.CurrentStep value) Sets the value of the currentStep property.JobType.withData
(JobType.Data... values) Adds objects to the list of Data using add methodJobType.withData
(Collection<JobType.Data> values) Adds objects to the list of Data using addAll methodJobType.withFinished
(XMLGregorianCalendar value) Sets the value of the finished property.Sets the value of the jobId property.JobType.withLog
(JobType.Log value) Sets the value of the log property.JobType.withPriority
(String value) Sets the value of the priority property.JobType.withStarted
(XMLGregorianCalendar value) Sets the value of the started property.JobType.withStatus
(String value) Sets the value of the status property.JobType.withSubJob
(JobType... values) Adds objects to the list of SubJob using add methodJobType.withSubJob
(Collection<JobType> values) Adds objects to the list of SubJob using addAll methodJobType.withTotalSteps
(Integer value) Sets the value of the totalSteps property.Sets the value of the type property.Sets the value of the user property.JobType.withWaiting
(JobType.Waiting value) Sets the value of the waiting property.Methods in com.vidispine.generated that return types with arguments of type JobTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<JobType>
ObjectFactory.createJobDocument
(JobType value) JobListType.getJob()
Gets the value of the job property.JobType.getSubJob()
Gets the value of the subJob property.Methods in com.vidispine.generated with parameters of type JobTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<JobType>
ObjectFactory.createJobDocument
(JobType value) void
Sets the value of the job property.void
Sets the value of the job property.Sets the value of the job property.Adds objects to the list of Job using add methodSets the value of the job property.JobType.withSubJob
(JobType... values) Adds objects to the list of SubJob using add methodMethod parameters in com.vidispine.generated with type arguments of type JobTypeModifier and TypeMethodDescriptionJobListType.withJob
(Collection<JobType> values) Adds objects to the list of Job using addAll methodJobType.withSubJob
(Collection<JobType> values) Adds objects to the list of SubJob using addAll method