Uses of Class
com.vidispine.generated.JobStatusType
-
Uses of JobStatusType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type JobStatusTypeModifier and TypeFieldDescriptionprotected List<JobStatusType>
JobStatusListType.job
protected List<JobStatusType>
TranscoderType.job
Methods in com.vidispine.generated that return JobStatusTypeModifier and TypeMethodDescriptionObjectFactory.createJobStatusType()
Create an instance ofJobStatusType
JobStatusType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) JobStatusType.withAafGeneratorResponse
(AAFGeneratorResponse... values) Adds objects to the list of AafGeneratorResponse using add methodJobStatusType.withAafGeneratorResponse
(Collection<AAFGeneratorResponse> values) Adds objects to the list of AafGeneratorResponse using addAll methodJobStatusType.withDurationResponse
(DurationResponse... values) Adds objects to the list of DurationResponse using add methodJobStatusType.withDurationResponse
(Collection<DurationResponse> values) Adds objects to the list of DurationResponse using addAll methodJobStatusType.withEstimatedTimeLeft
(Float value) Sets the value of the estimatedTimeLeft property.JobStatusType.withExitcode
(Integer value) Sets the value of the exitcode property.JobStatusType.withHashResponse
(HashResponse... values) Adds objects to the list of HashResponse using add methodJobStatusType.withHashResponse
(Collection<HashResponse> values) Adds objects to the list of HashResponse using addAll methodSets the value of the id property.JobStatusType.withInputProgress
(JobInputProgressType... values) Adds objects to the list of InputProgress using add methodJobStatusType.withInputProgress
(Collection<JobInputProgressType> values) Adds objects to the list of InputProgress using addAll methodJobStatusType.withIsPaused
(boolean value) Sets the value of the isPaused property.JobStatusType.withIsRunning
(boolean value) Sets the value of the isRunning property.JobStatusType.withLog
(JobLogEntryType... values) Adds objects to the list of Log using add methodJobStatusType.withLog
(Collection<JobLogEntryType> values) Adds objects to the list of Log using addAll methodJobStatusType.withMessage
(String value) Sets the value of the message property.JobStatusType.withProgress
(Float value) Sets the value of the progress property.JobStatusType.withRequest
(JobRequestChoiceType value) Sets the value of the request property.JobStatusType.withShapeDeductionResponse
(ShapeDeductionResponse... values) Adds objects to the list of ShapeDeductionResponse using add methodJobStatusType.withShapeDeductionResponse
(Collection<ShapeDeductionResponse> values) Adds objects to the list of ShapeDeductionResponse using addAll methodJobStatusType.withStatusUri
(String value) Sets the value of the statusUri property.JobStatusType.withThumbnail
(ThumbnailInfoType... values) Adds objects to the list of Thumbnail using add methodJobStatusType.withThumbnail
(Collection<ThumbnailInfoType> values) Adds objects to the list of Thumbnail using addAll methodJobStatusType.withTransferResponse
(TransferResponse... values) Adds objects to the list of TransferResponse using add methodJobStatusType.withTransferResponse
(Collection<TransferResponse> values) Adds objects to the list of TransferResponse using addAll methodJobStatusType.withWalltime
(double value) Sets the value of the walltime property.JobStatusType.withXmpResponse
(XMPResponse... values) Adds objects to the list of XmpResponse using add methodJobStatusType.withXmpResponse
(Collection<XMPResponse> values) Adds objects to the list of XmpResponse using addAll methodMethods in com.vidispine.generated that return types with arguments of type JobStatusTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<JobStatusType>
ObjectFactory.createJobStatusDocument
(JobStatusType value) JobStatusListType.getJob()
Gets the value of the job property.TranscoderType.getJob()
Gets the value of the job property.Methods in com.vidispine.generated with parameters of type JobStatusTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<JobStatusType>
ObjectFactory.createJobStatusDocument
(JobStatusType value) JobStatusListType.withJob
(JobStatusType... values) Adds objects to the list of Job using add methodTranscoderType.withJob
(JobStatusType... values) Adds objects to the list of Job using add methodMethod parameters in com.vidispine.generated with type arguments of type JobStatusTypeModifier and TypeMethodDescriptionJobStatusListType.withJob
(Collection<JobStatusType> values) Adds objects to the list of Job using addAll methodTranscoderType.withJob
(Collection<JobStatusType> values) Adds objects to the list of Job using addAll method