Uses of Class
com.vidispine.generated.TaskGroupType
-
-
Uses of TaskGroupType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type TaskGroupType Modifier and Type Field Description protected List<TaskGroupType>
TaskGroupListType. group
Methods in com.vidispine.generated that return TaskGroupType Modifier and Type Method Description TaskGroupType
ObjectFactory. createTaskGroupType()
Create an instance ofTaskGroupType
TaskGroupType
TaskGroupType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
TaskGroupType
TaskGroupType. withJob(TaskGroupType.Job... values)
TaskGroupType
TaskGroupType. withJob(Collection<TaskGroupType.Job> values)
TaskGroupType
TaskGroupType. withLoc(String value)
TaskGroupType
TaskGroupType. withMaxConcurrency(Integer value)
TaskGroupType
TaskGroupType. withMetadata(SimpleMetadataType value)
TaskGroupType
TaskGroupType. withName(String value)
TaskGroupType
TaskGroupType. withPriority(String value)
TaskGroupType
TaskGroupType. withTranscoder(TaskGroupType.Transcoder... values)
TaskGroupType
TaskGroupType. withTranscoder(Collection<TaskGroupType.Transcoder> values)
Methods in com.vidispine.generated that return types with arguments of type TaskGroupType Modifier and Type Method Description javax.xml.bind.JAXBElement<TaskGroupType>
ObjectFactory. createTaskGroupDocument(TaskGroupType value)
List<TaskGroupType>
TaskGroupListType. getGroup()
Gets the value of the group property.Methods in com.vidispine.generated with parameters of type TaskGroupType Modifier and Type Method Description javax.xml.bind.JAXBElement<TaskGroupType>
ObjectFactory. createTaskGroupDocument(TaskGroupType value)
TaskGroupListType
TaskGroupListType. withGroup(TaskGroupType... values)
Method parameters in com.vidispine.generated with type arguments of type TaskGroupType Modifier and Type Method Description TaskGroupListType
TaskGroupListType. withGroup(Collection<TaskGroupType> values)
-