Uses of Class
com.vidispine.generated.MetadataSchemaMigrationType
-
Uses of MetadataSchemaMigrationType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type MetadataSchemaMigrationTypeModifier and TypeFieldDescriptionprotected List<MetadataSchemaMigrationType>
MetadataSchemaMigrationListType.migration
Methods in com.vidispine.generated that return MetadataSchemaMigrationTypeModifier and TypeMethodDescriptionObjectFactory.createMetadataSchemaMigrationType()
Create an instance ofMetadataSchemaMigrationType
MetadataSchemaMigrationType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) MetadataSchemaMigrationType.withDelete
(MetadataSchemaDeleteOperationType... values) Adds objects to the list of Delete using add methodMetadataSchemaMigrationType.withDelete
(Collection<MetadataSchemaDeleteOperationType> values) Adds objects to the list of Delete using addAll methodSets the value of the done property.MetadataSchemaMigrationType.withId
(BigInteger value) Sets the value of the id property.MetadataSchemaMigrationType.withMigrationsLeft
(BigInteger value) Sets the value of the migrationsLeft property.MetadataSchemaMigrationType.withMove
(MetadataSchemaMoveOperationType... values) Adds objects to the list of Move using add methodMetadataSchemaMigrationType.withMove
(Collection<MetadataSchemaMoveOperationType> values) Adds objects to the list of Move using addAll methodMetadataSchemaMigrationType.withRename
(MetadataSchemaRenameOperationType... values) Adds objects to the list of Rename using add methodMetadataSchemaMigrationType.withRename
(Collection<MetadataSchemaRenameOperationType> values) Adds objects to the list of Rename using addAll methodMethods in com.vidispine.generated that return types with arguments of type MetadataSchemaMigrationTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<MetadataSchemaMigrationType>
ObjectFactory.createMetadataSchemaMigrationDocument
(MetadataSchemaMigrationType value) MetadataSchemaMigrationListType.getMigration()
Gets the value of the migration property.Methods in com.vidispine.generated with parameters of type MetadataSchemaMigrationTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<MetadataSchemaMigrationType>
ObjectFactory.createMetadataSchemaMigrationDocument
(MetadataSchemaMigrationType value) MetadataSchemaMigrationListType.withMigration
(MetadataSchemaMigrationType... values) Adds objects to the list of Migration using add methodMethod parameters in com.vidispine.generated with type arguments of type MetadataSchemaMigrationTypeModifier and TypeMethodDescriptionMetadataSchemaMigrationListType.withMigration
(Collection<MetadataSchemaMigrationType> values) Adds objects to the list of Migration using addAll method