Uses of Class
com.atlassian.confluence.importexport.xmlimport.model.ImportedProperty
-
Packages that use ImportedProperty Package Description com.atlassian.confluence.importexport.xmlimport.model com.atlassian.confluence.importexport.xmlimport.parser -
-
Uses of ImportedProperty in com.atlassian.confluence.importexport.xmlimport.model
Subclasses of ImportedProperty in com.atlassian.confluence.importexport.xmlimport.model Modifier and Type Class Description classCollectionPropertyDeprecated.since 7.17.0.classComponentPropertyDeprecated.since 7.17.0.classContentTypeEnumPropertyDeprecated.since 7.17.0.classEnumPropertyDeprecated.since 7.17.0.classPrimitiveIdDeprecated.since 7.17.0.classPrimitivePropertyDeprecated.since 7.17.0.classReferencePropertyDeprecated.since 7.17.0.Methods in com.atlassian.confluence.importexport.xmlimport.model that return types with arguments of type ImportedProperty Modifier and Type Method Description Collection<ImportedProperty>ImportedObject. getProperties()Deprecated.Collection<ImportedProperty>CollectionProperty. getValues()Deprecated.Constructor parameters in com.atlassian.confluence.importexport.xmlimport.model with type arguments of type ImportedProperty Constructor Description CollectionProperty(String name, Collection<ImportedProperty> values)Deprecated.ImportedObject(String className, String packageName, Collection<ImportedProperty> properties, CompositeId compositeId)Deprecated. -
Uses of ImportedProperty in com.atlassian.confluence.importexport.xmlimport.parser
Methods in com.atlassian.confluence.importexport.xmlimport.parser that return ImportedProperty Modifier and Type Method Description ImportedPropertyEnumPropertyParser. build()Deprecated.Methods in com.atlassian.confluence.importexport.xmlimport.parser that return types with arguments of type ImportedProperty Modifier and Type Method Description static FragmentParser<? extends ImportedProperty>ImportedPropertyParserFactory. createParser(String elementName, Attributes attributes)Deprecated.
-