Uses of Class
com.primavera.integration.client.xml.xmlimporter.ImportOption
Packages that use ImportOption
-
Uses of ImportOption in com.primavera.integration.client.xml.xmlimporter
Fields in com.primavera.integration.client.xml.xmlimporter declared as ImportOptionModifier and TypeFieldDescriptionstatic final ImportOptionImportOption.ADD_IN_TO_EXISTINGstatic final ImportOptionImportOption.ASSIGNstatic final ImportOptionImportOption.CREATE_NEWOnly create new objects and disallow updating.static final ImportOptionImportOption.DO_NOT_IMPORTNeither creating nor updating is allowed; all objects must matchstatic final ImportOptionImportOption.IGNOREstatic final ImportOptionImportOption.KEEPstatic final ImportOptionImportOption.KEEP_EXISTINGKeep the object unchanged that is already in the database and adds objects without a match.static final ImportOptionImportOption.NULLRepresents an unspecified import option.static final ImportOptionImportOption.REPLACE_EXISTINGstatic final ImportOptionImportOption.UPDATE_EXISTINGUpdates the object already in the database and adds objects without a match.Methods in com.primavera.integration.client.xml.xmlimporter that return ImportOptionModifier and TypeMethodDescriptionXMLImporter.getDefaultGlobalImportOption()Gets the default ImportOption for global objects.XMLImporter.getDefaultProjectImportOption()Gets the default ImportOption for project-specific objects.static ImportOptionImportOption.getImportOption(int iImportOption) Converts an integer index to the corresponding static instance of ImportOption.static ImportOptionImportOption.getImportOption(String sImportOption) Converts a string to the corresponding static instance of ImportOption.XMLImporter.getImportOption(String sObjectName, boolean bProjectSpecific) Gets the ImportOption that was set for a particular type of business object.Methods in com.primavera.integration.client.xml.xmlimporter with parameters of type ImportOptionModifier and TypeMethodDescriptionvoidXMLImporter.setDefaultGlobalImportOption(ImportOption defaultGlobalImportOption) Sets the default ImportOption for global objects.voidXMLImporter.setDefaultProjectImportOption(ImportOption defaultProjectImportOption) Sets the default ImportOption for project specific objects.voidXMLImporter.setImportOption(String sObjectName, boolean bProjectSpecific, ImportOption opt) Sets the ImportOption for a particular type of business object.