Uses of Class
com.vidispine.generated.TaskDefinitionType
-
Uses of TaskDefinitionType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type TaskDefinitionTypeMethods in com.vidispine.generated that return TaskDefinitionTypeModifier and TypeMethodDescriptionObjectFactory.createTaskDefinitionType()
Create an instance ofTaskDefinitionType
TaskDefinitionType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the bean property.TaskDefinitionType.withCleanup
(Boolean value) Sets the value of the cleanup property.TaskDefinitionType.withCritical
(Boolean value) Sets the value of the critical property.TaskDefinitionType.withDependency
(TaskDefinitionDependency value) Sets the value of the dependency property.TaskDefinitionType.withDescription
(String value) Sets the value of the description property.TaskDefinitionType.withExtradata
(String value) Sets the value of the extradata property.TaskDefinitionType.withFlags
(BigInteger value) Sets the value of the flags property.TaskDefinitionType.withId
(BigInteger value) Sets the value of the id property.TaskDefinitionType.withJobType
(String value) Sets the value of the jobType property.TaskDefinitionType.withMetadata
(SimpleMetadataType value) Sets the value of the metadata property.TaskDefinitionType.withMethod
(String value) Sets the value of the method property.TaskDefinitionType.withParallelDependency
(TaskDefinitionDependency value) Sets the value of the parallelDependency property.TaskDefinitionType.withPlugin
(Boolean value) Sets the value of the plugin property.TaskDefinitionType.withScript
(String value) Sets the value of the script property.TaskDefinitionType.withStep
(BigInteger value) Sets the value of the step property.Methods in com.vidispine.generated that return types with arguments of type TaskDefinitionTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<TaskDefinitionType>
ObjectFactory.createTaskDefinitionDocument
(TaskDefinitionType value) TaskDefinitionListType.getTask()
Gets the value of the task property.Methods in com.vidispine.generated with parameters of type TaskDefinitionTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<TaskDefinitionType>
ObjectFactory.createTaskDefinitionDocument
(TaskDefinitionType value) TaskDefinitionListType.withTask
(TaskDefinitionType... values) Adds objects to the list of Task using add methodMethod parameters in com.vidispine.generated with type arguments of type TaskDefinitionTypeModifier and TypeMethodDescriptionTaskDefinitionListType.withTask
(Collection<TaskDefinitionType> values) Adds objects to the list of Task using addAll method