Uses of Class
com.vidispine.generated.AutoImportRuleType
-
Uses of AutoImportRuleType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type AutoImportRuleTypeMethods in com.vidispine.generated that return AutoImportRuleTypeModifier and TypeMethodDescriptionObjectFactory.createAutoImportRuleType()
Create an instance ofAutoImportRuleType
AutoImportRuleType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) AutoImportRuleType.withDisabledSidecarExtensions
(String... values) Adds objects to the list of DisabledSidecarExtensions using add methodAutoImportRuleType.withDisabledSidecarExtensions
(Collection<String> values) Adds objects to the list of DisabledSidecarExtensions using addAll methodAutoImportRuleType.withEnabled
(Boolean value) Sets the value of the enabled property.AutoImportRuleType.withExcludeFilter
(FilenameFilterType... values) Adds objects to the list of ExcludeFilter using add methodAutoImportRuleType.withExcludeFilter
(Collection<FilenameFilterType> values) Adds objects to the list of ExcludeFilter using addAll methodAutoImportRuleType.withFileNameAsTitle
(Boolean value) Sets the value of the fileNameAsTitle property.AutoImportRuleType.withIgnoreSidecarImport
(Boolean value) Sets the value of the ignoreSidecarImport property.AutoImportRuleType.withJobmetadata
(SimpleMetadataType value) Sets the value of the jobmetadata property.AutoImportRuleType.withMetadata
(MetadataType value) Sets the value of the metadata property.AutoImportRuleType.withPriority
(String value) Sets the value of the priority property.AutoImportRuleType.withProjection
(String value) Sets the value of the projection property.AutoImportRuleType.withResourceId
(String value) Sets the value of the resourceId property.AutoImportRuleType.withSequenceDefinition
(SequenceDefinitionType value) Sets the value of the sequenceDefinition property.AutoImportRuleType.withSettingsId
(String value) Sets the value of the settingsId property.AutoImportRuleType.withShapeTagFilter
(FilenameFilterType... values) Adds objects to the list of ShapeTagFilter using add methodAutoImportRuleType.withShapeTagFilter
(Collection<FilenameFilterType> values) Adds objects to the list of ShapeTagFilter using addAll methodAutoImportRuleType.withStorage
(String value) Sets the value of the storage property.Adds objects to the list of Tag using add methodAutoImportRuleType.withTag
(Collection<String> values) Adds objects to the list of Tag using addAll methodSets the value of the user property.Methods in com.vidispine.generated that return types with arguments of type AutoImportRuleTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AutoImportRuleType>
ObjectFactory.createAutoImportRuleDocument
(AutoImportRuleType value) AutoImportRuleListType.getRule()
Gets the value of the rule property.Methods in com.vidispine.generated with parameters of type AutoImportRuleTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AutoImportRuleType>
ObjectFactory.createAutoImportRuleDocument
(AutoImportRuleType value) AutoImportRuleListType.withRule
(AutoImportRuleType... values) Adds objects to the list of Rule using add methodMethod parameters in com.vidispine.generated with type arguments of type AutoImportRuleTypeModifier and TypeMethodDescriptionAutoImportRuleListType.withRule
(Collection<AutoImportRuleType> values) Adds objects to the list of Rule using addAll method