Uses of Class
com.atlassian.confluence.importexport.xmlimport.model.PrimitiveProperty
-
-
Uses of PrimitiveProperty in com.atlassian.confluence.importexport.xmlimport.model
Subclasses of PrimitiveProperty in com.atlassian.confluence.importexport.xmlimport.model Modifier and Type Class Description class
PrimitiveId
Deprecated.since 7.17.0.Methods in com.atlassian.confluence.importexport.xmlimport.model that return types with arguments of type PrimitiveProperty Modifier and Type Method Description List<PrimitiveProperty>
ComponentProperty. getProperties()
Deprecated.List<PrimitiveProperty>
CompositeId. getProperties()
Deprecated.Constructor parameters in com.atlassian.confluence.importexport.xmlimport.model with type arguments of type PrimitiveProperty Constructor Description ComponentProperty(String name, List<PrimitiveProperty> properties)
Deprecated.CompositeId(List<PrimitiveProperty> properties)
Deprecated. -
Uses of PrimitiveProperty in com.atlassian.confluence.importexport.xmlimport.parser
Methods in com.atlassian.confluence.importexport.xmlimport.parser that return PrimitiveProperty Modifier and Type Method Description PrimitiveProperty
PrimitivePropertyParser. build()
Deprecated. -
Uses of PrimitiveProperty in com.atlassian.confluence.importexport.xmlimport.persister
Methods in com.atlassian.confluence.importexport.xmlimport.persister with parameters of type PrimitiveProperty Modifier and Type Method Description Object
AbstractObjectPersister. getPrimitivePropertyValue(org.hibernate.persister.entity.EntityPersister entityPersister, PrimitiveProperty property)
Deprecated.You will need to insert code here everytime you add a custom type.
-