Uses of Class
com.orchestranetworks.service.ExportImportCSVSpec
Packages that use ExportImportCSVSpec
Package
Description
Provides classes and interfaces for implementing specific services and access rules on EBX®.
-
Uses of ExportImportCSVSpec in com.orchestranetworks.service
Methods in com.orchestranetworks.service that return ExportImportCSVSpecModifier and TypeMethodDescriptionExportSpec.getCSVSpec()ImportSpec.getCSVSpec()Returns the specific setting that have been specified for a CSV import,nullif an XML import is to be made.Methods in com.orchestranetworks.service with parameters of type ExportImportCSVSpecModifier and TypeMethodDescriptionvoidExportSpec.setCSVSpec(ExportImportCSVSpec csvSpec) Specifies the expected settings of a CSV export, ornullif performing an XML export.voidImportSpec.setCSVSpec(ExportImportCSVSpec csvSpec) Specifies the specific settings for a CSV import instead of an XML import.