Uses of Class
com.atlassian.confluence.importexport.xmlimport.model.PrimitiveProperty
Packages that use PrimitiveProperty
Package
Description
-
Uses of PrimitiveProperty in com.atlassian.confluence.importexport.xmlimport.model
Subclasses of PrimitiveProperty in com.atlassian.confluence.importexport.xmlimport.modelMethods in com.atlassian.confluence.importexport.xmlimport.model that return types with arguments of type PrimitivePropertyModifier and TypeMethodDescriptionComponentProperty.getProperties()
Deprecated.CompositeId.getProperties()
Deprecated.Constructor parameters in com.atlassian.confluence.importexport.xmlimport.model with type arguments of type PrimitivePropertyModifierConstructorDescriptionComponentProperty
(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 -
Uses of PrimitiveProperty in com.atlassian.confluence.importexport.xmlimport.persister
Methods in com.atlassian.confluence.importexport.xmlimport.persister with parameters of type PrimitivePropertyModifier and TypeMethodDescriptionAbstractObjectPersister.getPrimitivePropertyValue
(org.hibernate.persister.entity.EntityPersister entityPersister, PrimitiveProperty property) Deprecated.You will need to insert code here everytime you add a custom type.