| Modifier and Type | Method and Description |
|---|---|
ImportSource |
ImportSourceConfigurationFacade.createPredefinedConfiguration(Integer importSourceId,
ObjectTypeBean optionalParent)
Create the template configuration as specified by the component.
|
ImportSource |
ImportSourceConfigurationFacade.loadImportSource(Integer importSourceId)
Loads the ImportSource from the database and validates it if it is ready to be synchronised.
|
ImportSource |
ImportSourceConfigurationFacade.loadImportSourceWithMaskedPasswords(Integer importSourceId)
Loads the ImportSource from the database and validate if it is ready to be synchronised.
|
ImportSource |
ImportSourceConfigurationFacade.storeImportSource(ImportSource importSource)
Store the entire import source together with all attached ImportSourceOTs and ImportSourceOTAs.
|
| Modifier and Type | Method and Description |
|---|---|
List<ImportSource> |
ImportSourceConfigurationFacade.findImportSourcesByModule(String moduleKey)
Finds import sources for a specific import module type (each integration module specifies it's own type with a
module key e.g.
|
List<ImportSource> |
ImportSourceConfigurationFacade.findImportSourcesBySchema(Integer objectSchemaId)
Finds all import source configurations by the given object schema id.
|
List<ImportSource> |
ImportSourceConfigurationFacade.findImportSourcesForObjectTypeId(Integer objectTypeId)
Finds all the import sources where the specified object type id is used in any object type mapping
configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ImportSource |
ImportSourceConfigurationFacade.storeImportSource(ImportSource importSource)
Store the entire import source together with all attached ImportSourceOTs and ImportSourceOTAs.
|
| Modifier and Type | Method and Description |
|---|---|
ImportSource |
ImportSourceConfigurationFacadeImpl.createPredefinedConfiguration(Integer importSourceId,
ObjectTypeBean optionalParent) |
ImportSource |
ImportSourceConfigurationFacadeImpl.loadImportSource(Integer importSourceId) |
ImportSource |
ImportSourceConfigurationFacadeImpl.loadImportSourceWithMaskedPasswords(Integer importSourceId) |
ImportSource |
ImportSourceConfigurationFacadeImpl.storeImportSource(ImportSource importSource) |
| Modifier and Type | Method and Description |
|---|---|
List<ImportSource> |
ImportSourceConfigurationFacadeImpl.findImportSourcesByModule(String moduleKey) |
List<ImportSource> |
ImportSourceConfigurationFacadeImpl.findImportSourcesBySchema(Integer objectSchemaId) |
List<ImportSource> |
ImportSourceConfigurationFacadeImpl.findImportSourcesForObjectTypeId(Integer objectTypeId) |
| Modifier and Type | Method and Description |
|---|---|
ImportSource |
ImportSourceConfigurationFacadeImpl.storeImportSource(ImportSource importSource) |
| Modifier and Type | Method and Description |
|---|---|
void |
ImportSource.mergeWith(ImportSource other)
Merge this with the supplied other.
|
| Constructor and Description |
|---|
ImportSource(ImportSource source) |
Copyright © 2021 Atlassian. All rights reserved.