|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ImportedProperty | |
|---|---|
| com.atlassian.confluence.importexport.xmlimport.model | |
| com.atlassian.confluence.importexport.xmlimport.parser | |
| 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 |
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 types with arguments of type ImportedProperty | |
|---|---|
static FragmentParser<? extends ImportedProperty> |
ImportedPropertyParserFactory.createParser(java.lang.String elementName,
org.xml.sax.Attributes attributes)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||