Uses of Class
com.orchestranetworks.addon.dex.configuration.ServiceType
-
Packages that use ServiceType Package Description com.orchestranetworks.addon.dex Classes and interfaces to call the {addon.label} import, export and transfer.com.orchestranetworks.addon.dex.common.generation Classes and interfaces used to generate tables, fields and mappings for the XML and SQL import, export and transfer data services.com.orchestranetworks.addon.dex.configuration Classes and interfaces to define specifications for the import, export and transfer data services.com.orchestranetworks.addon.dex.mapping Classes and interfaces to configure mapping between source and target applications.com.orchestranetworks.addon.dex.transformation Classes and interfaces to call {addon.label} transformation functions for the import, export and transfer data services.com.orchestranetworks.addon.dex.validator Classes and interfaces to call {addon.label} import Excel, CSV, XML and transfer data services using validator. -
-
Uses of ServiceType in com.orchestranetworks.addon.dex
Methods in com.orchestranetworks.addon.dex that return ServiceType Modifier and Type Method Description ServiceTypeCSVExportDataExchangeHelperContext. getServiceType()Returns the specified service type.ServiceTypeCSVImportDataExchangeHelperContext. getServiceType()Returns the specified service type.ServiceTypeDataExchangeHelperContext. getServiceType()Returns the specified service type.ServiceTypeSpreadsheetExportDataExchangeHelperContext. getServiceType()Returns the specified service type.ServiceTypeSpreadsheetImportDataExchangeHelperContext. getServiceType()Returns the specified service type. -
Uses of ServiceType in com.orchestranetworks.addon.dex.common.generation
Methods in com.orchestranetworks.addon.dex.common.generation with parameters of type ServiceType Modifier and Type Method Description TableGenerationResult<SQLField,SQLTable>SQLTableGeneration. generateTables(java.lang.String sqlDataSource, java.lang.String schemaName, java.lang.String tablePattern, java.util.Set<java.lang.String> sqlTableNames, ServiceType serviceType)Returns theTableGenerationResultforSQLTable. -
Uses of ServiceType in com.orchestranetworks.addon.dex.configuration
Methods in com.orchestranetworks.addon.dex.configuration that return ServiceType Modifier and Type Method Description ServiceTypeConfigurationSpec. getServiceType()Returns the specified service type.ServiceTypeCSVExportConfigurationSpec. getServiceType()Returns the service type.ServiceTypeCSVImportConfigurationSpec. getServiceType()Returns the service type.ServiceTypeSpreadsheetExportConfigurationSpec. getServiceType()Returns the service type.ServiceTypeSpreadsheetImportConfigurationSpec. getServiceType()Returns the service type.ServiceTypeSQLExportConfigurationSpec. getServiceType()Returns the service type.ServiceTypeSQLImportConfigurationSpec. getServiceType()Returns the service type.ServiceTypeTransferConfigurationSpec. getServiceType()Returns the service type.ServiceTypeXMLExportConfigurationSpec. getServiceType()Returns the service type.ServiceTypeXMLImportConfigurationSpec. getServiceType()Returns the service type.static ServiceTypeServiceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ServiceType[]ServiceType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ServiceType in com.orchestranetworks.addon.dex.mapping
Methods in com.orchestranetworks.addon.dex.mapping that return ServiceType Modifier and Type Method Description ServiceTypeFieldMapperContext. getServiceType()Returns aServiceTypeobject. -
Uses of ServiceType in com.orchestranetworks.addon.dex.transformation
Methods in com.orchestranetworks.addon.dex.transformation that return ServiceType Modifier and Type Method Description ServiceTypeTransformationConfigurationContext. getServiceType()Returns the service type.Methods in com.orchestranetworks.addon.dex.transformation with parameters of type ServiceType Modifier and Type Method Description TransformationTransformationDefinition. getTransformation(ServiceType serviceType)Returns an instance of thisTransformation. -
Uses of ServiceType in com.orchestranetworks.addon.dex.validator
Methods in com.orchestranetworks.addon.dex.validator with parameters of type ServiceType Modifier and Type Method Description ValidatorValidatorDefinition. getValidator(ServiceType serviceType)Returns an instance of thisValidator.
-