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

Packages that use PrimitiveProperty
com.atlassian.confluence.importexport.xmlimport.model   
com.atlassian.confluence.importexport.xmlimport.parser   
com.atlassian.confluence.importexport.xmlimport.persister   
 

Uses of PrimitiveProperty in com.atlassian.confluence.importexport.xmlimport.model
 

Subclasses of PrimitiveProperty in com.atlassian.confluence.importexport.xmlimport.model
 class PrimitiveId
           
 

Methods in com.atlassian.confluence.importexport.xmlimport.model that return types with arguments of type PrimitiveProperty
 List<PrimitiveProperty> CompositeId.getProperties()
           
 List<PrimitiveProperty> ComponentProperty.getProperties()
           
 

Constructor parameters in com.atlassian.confluence.importexport.xmlimport.model with type arguments of type PrimitiveProperty
ComponentProperty(String name, List<PrimitiveProperty> properties)
           
CompositeId(List<PrimitiveProperty> properties)
           
 

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

Methods in com.atlassian.confluence.importexport.xmlimport.parser that return PrimitiveProperty
 PrimitiveProperty PrimitivePropertyParser.build()
           
 

Uses of PrimitiveProperty in com.atlassian.confluence.importexport.xmlimport.persister
 

Methods in com.atlassian.confluence.importexport.xmlimport.persister with parameters of type PrimitiveProperty
 Object ReflectiveObjectPersister.getPrimitivePropertyValue(net.sf.hibernate.persister.ClassPersister entityPersister, PrimitiveProperty property)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.