Uses of Class
com.vidispine.generated.TaskDefinitionDependency
-
Uses of TaskDefinitionDependency in com.vidispine.generated
Fields in com.vidispine.generated declared as TaskDefinitionDependencyModifier and TypeFieldDescriptionprotected TaskDefinitionDependencyTaskDefinitionType.dependencyprotected TaskDefinitionDependencyTaskDefinitionType.parallelDependencyMethods in com.vidispine.generated that return TaskDefinitionDependencyModifier and TypeMethodDescriptionObjectFactory.createTaskDefinitionDependency()Create an instance ofTaskDefinitionDependencyTaskDefinitionType.getDependency()Gets the value of the dependency property.TaskDefinitionType.getParallelDependency()Gets the value of the parallelDependency property.TaskDefinitionDependency.visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) TaskDefinitionDependency.withAllPrevious(Boolean value) Sets the value of the allPrevious property.TaskDefinitionDependency.withPrevious(Boolean value) Sets the value of the previous property.TaskDefinitionDependency.withStep(BigInteger value) Sets the value of the step property.Methods in com.vidispine.generated with parameters of type TaskDefinitionDependencyModifier and TypeMethodDescriptionvoidTaskDefinitionType.setDependency(TaskDefinitionDependency value) Sets the value of the dependency property.voidTaskDefinitionType.setParallelDependency(TaskDefinitionDependency value) Sets the value of the parallelDependency property.TaskDefinitionType.withDependency(TaskDefinitionDependency value) Sets the value of the dependency property.TaskDefinitionType.withParallelDependency(TaskDefinitionDependency value) Sets the value of the parallelDependency property.