| Modifier and Type | Method and Description |
|---|---|
List<DataLocator> |
InsightImportModule.fetchDataLocators(T configuration,
ModuleOTSelector moduleOTSelector)
Retrieves the data locators for the source that should be used when importing.
|
List<DataLocator> |
TemplateImportConfiguration.AttributeMapping.getAttributeLocators() |
Map<DataLocator,List<String>> |
ImportDataValue.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
int |
DataLocator.compareTo(DataLocator o) |
| Modifier and Type | Method and Description |
|---|---|
default ImportDataHolder |
InsightImportModule.dataHolder(T configuration,
ModuleOTSelector moduleOTSelector,
List<DataLocator> configuredDataLocators,
List<ModuleOTSelector> enabledModuleOTSelectors)
Contains the actual data when importing.
|
void |
TemplateImportConfiguration.AttributeMapping.setAttributeLocators(List<DataLocator> attributeLocators)
Which data locators that will be used when populating the attribute with value
|
| Constructor and Description |
|---|
ImportDataValue(Map<DataLocator,List<String>> attributes) |
ImportDataValue(Map<DataLocator,List<String>> attributes,
byte[] avatarData) |
| Modifier and Type | Method and Description |
|---|---|
List<DataLocator> |
ObjectTypeAttributeModuleExternal.getDataLocators() |
Collection<DataLocator> |
InternalDataEntry.presentDataLocators() |
Collection<DataLocator> |
SimpleDataEntry.presentDataLocators() |
Collection<DataLocator> |
DataEntry.presentDataLocators() |
| Modifier and Type | Method and Description |
|---|---|
void |
InternalDataEntry.addDataEntry(DataLocator locator,
List<String> dataValue) |
void |
SimpleDataEntry.addDataEntry(DataLocator locator,
List<String> dataValue) |
void |
DataEntry.addDataEntry(DataLocator locator,
List<String> dataValue) |
List<String> |
InternalDataEntry.dataForLocator(DataLocator dataLocator) |
List<String> |
SimpleDataEntry.dataForLocator(DataLocator dataLocator) |
List<String> |
DataEntry.dataForLocator(DataLocator dataLocator)
Data returned from a data locator can be one or multiple values.
|
| Constructor and Description |
|---|
ObjectTypeAttributeModuleExternal(DataLocator locator,
boolean identifier) |
ReferencedObjectTypeAttributeModuleExternal(DataLocator dataLocator,
boolean identifier,
String objectMappingIQL) |
| Constructor and Description |
|---|
ObjectTypeAttributeModuleExternal(List<DataLocator> locators,
boolean identifier) |
ReferencedObjectTypeAttributeModuleExternal(List<DataLocator> dataLocators,
boolean identifier,
String objectMappingIQL) |
SimpleDataEntry(Map<DataLocator,List<String>> data) |
SimpleDataEntry(Map<DataLocator,List<String>> data,
byte[] avatarData) |
| Modifier and Type | Method and Description |
|---|---|
List<DataLocator> |
ImportSourceOTAttr.getDataLocator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportSourceOTAttr.setDataLocator(List<DataLocator> dataLocator) |
Copyright © 2022 Atlassian. All rights reserved.