Uses of Class
com.riadalabs.jira.plugins.insight.services.imports.model.ImportSource
Packages that use ImportSource
Package
Description
-
Uses of ImportSource in com.riadalabs.jira.plugins.insight.channel.external.api.facade
Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade that return ImportSourceModifier and TypeMethodDescriptionImportSourceConfigurationFacade.createPredefinedConfiguration
(Integer importSourceId, ObjectTypeBean optionalParent) Create the template configuration as specified by the component.ImportSourceConfigurationFacade.loadImportSource
(Integer importSourceId) Loads the ImportSource from the database and validates it if it is ready to be synchronised.ImportSourceConfigurationFacade.loadImportSourceWithMaskedPasswords
(Integer importSourceId) Loads the ImportSource from the database and validate if it is ready to be synchronised.ImportSourceConfigurationFacade.storeImportSource
(ImportSource importSource) Store the entire import source together with all attached ImportSourceOTs and ImportSourceOTAs.Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade that return types with arguments of type ImportSourceModifier and TypeMethodDescriptionImportSourceConfigurationFacade.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.ImportSourceConfigurationFacade.findImportSourcesByModuleAndSchemaId
(String moduleKey, Integer objectSchemaId) Finds import sources for a specific import module type (each integration module specifies it's own type with a module key e.g.ImportSourceConfigurationFacade.findImportSourcesBySchema
(Integer objectSchemaId) Finds all import source configurations by the given object schema id.ImportSourceConfigurationFacade.findImportSourcesForObjectTypeId
(Integer objectTypeId) Finds all the import sources where the specified object type id is used in any object type mapping configuration.Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade with parameters of type ImportSourceModifier and TypeMethodDescriptionImportSourceConfigurationFacade.storeImportSource
(ImportSource importSource) Store the entire import source together with all attached ImportSourceOTs and ImportSourceOTAs. -
Uses of ImportSource in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl
Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl that return ImportSourceModifier and TypeMethodDescriptionImportSourceConfigurationFacadeImpl.createPredefinedConfiguration
(Integer importSourceId, ObjectTypeBean optionalParent) ImportSourceConfigurationFacadeImpl.loadImportSource
(Integer importSourceId) ImportSourceConfigurationFacadeImpl.loadImportSourceWithMaskedPasswords
(Integer importSourceId) ImportSourceConfigurationFacadeImpl.storeImportSource
(ImportSource importSource) Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl that return types with arguments of type ImportSourceModifier and TypeMethodDescriptionImportSourceConfigurationFacadeImpl.findImportSourcesByModule
(String moduleKey) ImportSourceConfigurationFacadeImpl.findImportSourcesByModuleAndSchemaId
(String moduleKey, Integer objectSchemaId) ImportSourceConfigurationFacadeImpl.findImportSourcesBySchema
(Integer objectSchemaId) ImportSourceConfigurationFacadeImpl.findImportSourcesForObjectTypeId
(Integer objectTypeId) Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade.impl with parameters of type ImportSourceModifier and TypeMethodDescriptionImportSourceConfigurationFacadeImpl.storeImportSource
(ImportSource importSource) -
Uses of ImportSource in com.riadalabs.jira.plugins.insight.services.imports.model
Methods in com.riadalabs.jira.plugins.insight.services.imports.model with parameters of type ImportSourceModifier and TypeMethodDescriptionvoid
ImportSource.mergeWith
(ImportSource other) Merge this with the supplied other.Constructors in com.riadalabs.jira.plugins.insight.services.imports.model with parameters of type ImportSource