Uses of Class
com.atlassian.confluence.importexport.xmlimport.model.ImportedProperty

Packages that use ImportedProperty
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
 class CollectionProperty
           
 class ComponentProperty
           
 class ContentTypeEnumProperty
          Maps ContentTypeEnums.
 class EnumProperty
           
 class PrimitiveId
           
 class PrimitiveProperty
           
 class ReferenceProperty
           
 

Methods in com.atlassian.confluence.importexport.xmlimport.model that return types with arguments of type ImportedProperty
 Collection<ImportedProperty> ImportedObject.getProperties()
           
 Collection<ImportedProperty> CollectionProperty.getValues()
           
 

Constructor parameters in com.atlassian.confluence.importexport.xmlimport.model with type arguments of type ImportedProperty
CollectionProperty(String name, Collection<ImportedProperty> values)
           
ImportedObject(String className, String packageName, Collection<ImportedProperty> properties, CompositeId compositeId)
           
 

Uses of ImportedProperty in com.atlassian.confluence.importexport.xmlimport.parser
 

Methods in com.atlassian.confluence.importexport.xmlimport.parser that return ImportedProperty
 ImportedProperty EnumPropertyParser.build()
           
 

Methods in com.atlassian.confluence.importexport.xmlimport.parser that return types with arguments of type ImportedProperty
static FragmentParser<? extends ImportedProperty> ImportedPropertyParserFactory.createParser(String elementName, Attributes attributes)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.