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   
com.atlassian.studio.confluence.importexport   
 

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
 java.util.List<PrimitiveProperty> CompositeId.getProperties()
           
 java.util.List<PrimitiveProperty> ComponentProperty.getProperties()
           
 

Constructor parameters in com.atlassian.confluence.importexport.xmlimport.model with type arguments of type PrimitiveProperty
ComponentProperty(java.lang.String name, java.util.List<PrimitiveProperty> properties)
           
CompositeId(java.util.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
 java.lang.Object ReflectiveObjectPersister.getPrimitivePropertyValue(net.sf.hibernate.persister.ClassPersister entityPersister, PrimitiveProperty property)
           
 

Uses of PrimitiveProperty in com.atlassian.studio.confluence.importexport
 

Methods in com.atlassian.studio.confluence.importexport that return PrimitiveProperty
protected  PrimitiveProperty SpaceTypeImportPreProcessor.updateProperty(PrimitiveProperty primitiveProperty)
          Creates a new space type primitive property with a value of "global".
protected  PrimitiveProperty SpaceImportPreProcessor.updateProperty(PrimitiveProperty spaceKey)
           
protected  PrimitiveProperty PermissionsImportPreProcessor.updateProperty(PrimitiveProperty permission)
           
protected  PrimitiveProperty BandanaContextImportPreProcessor.updateProperty(PrimitiveProperty bandanaContext)
           
protected abstract  PrimitiveProperty AbstractPrimitivePropertyImportPreProcessor.updateProperty(PrimitiveProperty primitiveProperty)
           
protected abstract  PrimitiveProperty AbstractBandanaImportPreProcessor.updateProperty(PrimitiveProperty primitiveProperty)
           
 

Methods in com.atlassian.studio.confluence.importexport that return types with arguments of type PrimitiveProperty
protected  java.util.Map<java.lang.String,PrimitiveProperty> AbstractPrimitivePropertyImportPreProcessor.propertiesMatchingNames(java.util.List<ImportedProperty> properties, java.util.List<java.lang.String> propertyNames)
          Finds the properties, if any, that need to be processed according to a list of names passed in.
 

Methods in com.atlassian.studio.confluence.importexport with parameters of type PrimitiveProperty
protected  PrimitiveProperty SpaceTypeImportPreProcessor.updateProperty(PrimitiveProperty primitiveProperty)
          Creates a new space type primitive property with a value of "global".
protected  PrimitiveProperty SpaceImportPreProcessor.updateProperty(PrimitiveProperty spaceKey)
           
protected  PrimitiveProperty PermissionsImportPreProcessor.updateProperty(PrimitiveProperty permission)
           
protected  PrimitiveProperty BandanaContextImportPreProcessor.updateProperty(PrimitiveProperty bandanaContext)
           
protected abstract  PrimitiveProperty AbstractPrimitivePropertyImportPreProcessor.updateProperty(PrimitiveProperty primitiveProperty)
           
protected abstract  PrimitiveProperty AbstractBandanaImportPreProcessor.updateProperty(PrimitiveProperty primitiveProperty)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.