|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImportedProperty | |
|---|---|
| com.atlassian.confluence.importexport.xmlimport.model | |
| com.atlassian.confluence.importexport.xmlimport.parser | |
| com.atlassian.studio.confluence.importexport | |
| 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 | |
|---|---|
java.util.Collection<ImportedProperty> |
ImportedObject.getProperties()
|
java.util.Collection<ImportedProperty> |
CollectionProperty.getValues()
|
| Constructor parameters in com.atlassian.confluence.importexport.xmlimport.model with type arguments of type ImportedProperty | |
|---|---|
CollectionProperty(java.lang.String name,
java.util.Collection<ImportedProperty> values)
|
|
ImportedObject(java.lang.String className,
java.lang.String packageName,
java.util.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(java.lang.String elementName,
org.xml.sax.Attributes attributes)
|
| Uses of ImportedProperty in com.atlassian.studio.confluence.importexport |
|---|
| Method parameters in com.atlassian.studio.confluence.importexport with type arguments of type ImportedProperty | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||