| Modifier and Type | Class and Description |
|---|---|
class |
CollectionProperty |
class |
ComponentProperty |
class |
EnumProperty |
class |
PrimitiveId |
class |
PrimitiveProperty |
class |
ReferenceProperty |
| Modifier and Type | Method and Description |
|---|---|
Collection<ImportedProperty> |
ImportedObject.getProperties() |
Collection<ImportedProperty> |
CollectionProperty.getValues() |
| Constructor and Description |
|---|
CollectionProperty(String name,
Collection<ImportedProperty> values) |
ImportedObject(String className,
String packageName,
Collection<ImportedProperty> properties,
CompositeId compositeId) |
| Modifier and Type | Method and Description |
|---|---|
ImportedProperty |
EnumPropertyParser.build() |
| Modifier and Type | Method and Description |
|---|---|
static FragmentParser<? extends ImportedProperty> |
ImportedPropertyParserFactory.createParser(String elementName,
Attributes attributes) |
| Modifier and Type | Method and Description |
|---|---|
protected static Map<String,PrimitiveProperty> |
AbstractPrimitivePropertyImportPreProcessor.propertiesMatchingNames(Iterable<ImportedProperty> properties,
Collection<String> propertyNames)
Finds the properties, if any, that need to be processed according to a list of names passed in.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,PrimitiveProperty> |
AbstractPrimitivePropertyImportPreProcessor.propertiesMatchingNames(List<ImportedProperty> properties,
List<String> propertyNames)
Finds the properties, if any, that need to be processed according to a list of names passed in.
|
Copyright © 2003–2017 Atlassian. All rights reserved.