|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImportOption | |
---|---|
com.primavera.integration.client.xml.xmlimporter | Flat XML importer classes |
Uses of ImportOption in com.primavera.integration.client.xml.xmlimporter |
---|
Fields in com.primavera.integration.client.xml.xmlimporter declared as ImportOption | |
---|---|
static ImportOption |
ImportOption.CREATE_NEW
Only create new objects and disallow updating. |
static ImportOption |
ImportOption.DO_NOT_IMPORT
Neither creating nor updating is allowed; all objects must match |
static ImportOption |
ImportOption.KEEP_EXISTING
Keep the object unchanged that is already in the database and adds objects without a match. |
static ImportOption |
ImportOption.NULL
Represents an unspecified import option. |
static ImportOption |
ImportOption.UPDATE_EXISTING
Updates the object already in the database and adds objects without a match. |
Methods in com.primavera.integration.client.xml.xmlimporter that return ImportOption | |
---|---|
ImportOption |
XMLImporter.getDefaultGlobalImportOption()
Gets the default ImportOption for global objects. |
ImportOption |
XMLImporter.getDefaultProjectImportOption()
Gets the default ImportOption for project-specific objects. |
static ImportOption |
ImportOption.getImportOption(int iImportOption)
Converts an integer index to the corresponding static instance of ImportOption. |
static ImportOption |
ImportOption.getImportOption(java.lang.String sImportOption)
Converts a string to the corresponding static instance of ImportOption. |
ImportOption |
XMLImporter.getImportOption(java.lang.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 ImportOption | |
---|---|
void |
XMLImporter.setDefaultGlobalImportOption(ImportOption defaultGlobalImportOption)
Sets the default ImportOption for global objects. |
void |
XMLImporter.setDefaultProjectImportOption(ImportOption defaultProjectImportOption)
Sets the default ImportOption for project specific objects. |
void |
XMLImporter.setImportOption(java.lang.String sObjectName,
boolean bProjectSpecific,
ImportOption opt)
Sets the ImportOption for a particular type of business object. |
|
Primavera Integration API 7.0 | |||||||||
PREV NEXT | FRAMES NO FRAMES |