Skip navigation links
A C E G I L M R S T V 

A

addExportKey(Key) - Method in class com.centrasite.importexport.ExportOperation
Adds a key of an object to the collection of keys to be exported.
addExportKeys(Collection<Key>) - Method in class com.centrasite.importexport.ExportOperation
Adds a collection of object keys to the collection of keys to be exported.
addExportObject(RegistryObject) - Method in class com.centrasite.importexport.ExportOperation
Adds a registry object to the collection of objects to be exported.
addExportObjects(Collection<RegistryObject>) - Method in class com.centrasite.importexport.ExportOperation
Adds a collection of registry objects to the collection of objects to be exported.
addImportKey(String) - Method in class com.centrasite.importexport.ImportOperation
Adds a key to import.
addImportKeys(Collection<String>) - Method in class com.centrasite.importexport.ImportOperation
Adds keys to import.
addSavedSearchObjects(String) - Method in class com.centrasite.importexport.ExportOperation
Adds the objects from the named saved search to the objects for export.
addSavedSearchObjects(String, String) - Method in class com.centrasite.importexport.ExportOperation
Adds the objects from a named saved search to the objects for export.
addSearchFromFile(String) - Method in class com.centrasite.importexport.ExportOperation
Adds the objects executed by the search, given by its file name to the objects for export.
addTarget(String) - Method in class com.centrasite.importexport.ExportOperation
Add a target, given by its display name to the objects to be exported.

C

close() - Method in class com.centrasite.importexport.ExportOperation
Closes connections and resources of an open ExportOperation.
close() - Method in class com.centrasite.importexport.ImportOperation
Close the underlying JAXR Connection in case object persistence was skipped see ImportOperation.setSkipObjectPersistence(boolean)
com.centrasite.importexport - package com.centrasite.importexport
 
completeSaveForSkippedObjects(Collection<? extends RegistryObject>) - Method in class com.centrasite.importexport.ImportOperation
 

E

execute() - Method in class com.centrasite.importexport.ExportOperation
Executes the export operation.
execute() - Method in class com.centrasite.importexport.ImportOperation
Execute the import operation.
ExportOperation - Class in com.centrasite.importexport
The export copies registry objects and their related objects into a zip-archive.
ExportOperation(CentraSiteConnection, OutputStream) - Constructor for class com.centrasite.importexport.ExportOperation
Constructs a CentraSite export instance with an existing connection.
ExportOperation(String, String, String, OutputStream) - Constructor for class com.centrasite.importexport.ExportOperation
Constructs a CentraSite export instance with a new CentraSite connection.
ExportOperation.CollectorResults - Class in com.centrasite.importexport
Collects the expected registry objects from the CentraSite registry.
ExportOperation.ExportOrganizationMode - Enum in com.centrasite.importexport
This is the Organization export mode.
exportOrganizationModeDefault - Static variable in class com.centrasite.importexport.ExportOperation
 

G

getCollectorResult() - Method in class com.centrasite.importexport.ExportOperation
Gets the list of all exported objects
getConcept(String) - Method in class com.centrasite.importexport.ExportOperation
Gets a concept using the name of the concept.
getConsumerRegistrationKey(RegistryObject) - Method in class com.centrasite.importexport.ImportOperation
 
getErrorMessageLocale() - Method in class com.centrasite.importexport.ImportOperation
Returns the error message locale.
getExportObjectCount() - Method in class com.centrasite.importexport.ExportOperation
Returns the object count to be exported.
getImportedObjectsToSave() - Method in class com.centrasite.importexport.ImportOperation
 
getImportedObjectTypeNames() - Method in class com.centrasite.importexport.ImportOperation
 
getKey(String) - Method in class com.centrasite.importexport.ExportOperation
Creates a key of a registryObject using the key given as a String
getMainObjectsToExport() - Method in class com.centrasite.importexport.ExportOperation
Gets all top level objects to be exported.
getMainObjectsToExportMap() - Method in class com.centrasite.importexport.ExportOperation
Gets all selected objects to be exported as a map.
getZipFileName() - Method in class com.centrasite.importexport.ImportOperation
Gets the absolute file name of the exported zip file.

I

ImportOperation - Class in com.centrasite.importexport
The import processes an exported archive, produced by ExportOperation and adds the contents into CentraSite.
ImportOperation(CentraSiteConnection, String) - Constructor for class com.centrasite.importexport.ImportOperation
Constructs a CentraSite import instance which carries an existing CenntraSite connection.
ImportOperation(String, String, String, String, Properties) - Constructor for class com.centrasite.importexport.ImportOperation
Constructs a CentraSite import instance which creates a new CentraSite connection with https if SSL properties are given.
ImportOperation(String, String, String, String) - Constructor for class com.centrasite.importexport.ImportOperation
Constructs a CentraSite import instance with a new CentraSite connection.
ImportOperation.Timing - Class in com.centrasite.importexport
Logs the duration of the import process.
isClustered() - Method in class com.centrasite.importexport.ImportOperation
Checks the compatibility of the zip-archive file to import
isObjectToLog(RegistryObject) - Static method in class com.centrasite.importexport.ImportOperation
Checks if the given registry object is supposed to be logged via event-logging.

L

logDuration(String, int) - Method in class com.centrasite.importexport.ImportOperation.Timing
Logs the duration of the import process based on given object(s) count.
logDuration(String) - Method in class com.centrasite.importexport.ImportOperation.Timing
Logs the duration of the import process

M

main(String[]) - Static method in class com.centrasite.importexport.ExportOperation
The main entry point.
main(String[]) - Static method in class com.centrasite.importexport.ImportOperation
This is the main entry point.

R

removeExportObject(RegistryObject) - Method in class com.centrasite.importexport.ExportOperation
Removes the object from the set of objects to be exported.
removeExportObjects(Collection<String>) - Method in class com.centrasite.importexport.ExportOperation
Removes the objects from the set of objects to be exported.

S

setCheckUnreferencedAssociations(boolean) - Method in class com.centrasite.importexport.ExportOperation
Sets whether to check for unreferenced objects during export.
setDeleteAfterExport(boolean) - Method in class com.centrasite.importexport.ExportOperation
Sets whether to delete registry objects after export.
setDownloadOption(boolean) - Method in class com.centrasite.importexport.ExportOperation
Indicate download option, which only exports webdav object.
setErrorMessageLocale(Locale) - Method in class com.centrasite.importexport.ExportOperation
Sets the error message locale.
setErrorMessageLocale(Locale) - Method in class com.centrasite.importexport.ImportOperation
Sets the locale of the error message.
setEventCallback(IEventCallback) - Method in class com.centrasite.importexport.ExportOperation
Sets a callback class which is called for messages (errors, warnings, informational).
setEventCallback(IEventCallback) - Method in class com.centrasite.importexport.ExportOperation
Deprecated.
please use setEventCallback(com.centrasite.jaxr.importexport.IEventCallback)
setEventCallback(IEventCallback) - Method in class com.centrasite.importexport.ImportOperation
Sets a callback class which is called for messages (errors, warnings, informational).
setEventCallback(IEventCallback) - Method in class com.centrasite.importexport.ImportOperation
Deprecated.
please use setEventCallback(com.centrasite.jaxr.importexport.IEventCallback)
setExportOrganizationMode(ExportOperation.ExportOrganizationMode) - Method in class com.centrasite.importexport.ExportOperation
Sets the export mode for exporting organizations.
setHeterogeneousObjectsExport(boolean) - Method in class com.centrasite.importexport.ExportOperation
Sets whether to include heterogeneous objects as part of the export archive.
setIgnoreApikey(boolean) - Method in class com.centrasite.importexport.ImportOperation
Indicate if "API Key or OAuth Applications" objects are to be ignored.
setIgnoreExistingAliases(boolean) - Method in class com.centrasite.importexport.ImportOperation
Indicate if "Runtime Alias" objects are to be replaced or ignored.
setIgnoreTypes(boolean) - Method in class com.centrasite.importexport.ExportOperation
Controls whether asset types of assets should be exported also.
setIgnoreWSDLRegeneration(boolean) - Method in class com.centrasite.importexport.ImportOperation
Control the "regeneration wsdl" policy.
setImportGroup(boolean) - Method in class com.centrasite.importexport.ImportOperation
Imports the groups of the user for a single-user import.
setImportOrganizationKey(String) - Method in class com.centrasite.importexport.ImportOperation
Sets the organization the objects should be imported into.
setImportOrganizationName(String) - Method in class com.centrasite.importexport.ImportOperation
Sets the organization the objects should be imported into.
setIncludeChildOrganizations(boolean) - Method in class com.centrasite.importexport.ExportOperation
Indicates if child organizations should be exported with their parent organization.
setIncludeChildren(boolean) - Method in class com.centrasite.importexport.ExportOperation
Deprecated. 
setIncludeExternalLinks(boolean) - Method in class com.centrasite.importexport.ExportOperation
Deprecated. 
setIncludeFavorites(boolean) - Method in class com.centrasite.importexport.ExportOperation
Controls whether favorite objects should be exported together with its assets
setIncludeImports(boolean) - Method in class com.centrasite.importexport.ExportOperation
Deprecated. 
setIncludeInstances(boolean) - Method in class com.centrasite.importexport.ExportOperation
Sets whether to include instances of asset types or the classified objects of taxonomies.
setIncludeInstancesOfLCM(boolean) - Method in class com.centrasite.importexport.ExportOperation
Sets whether to include all related lifecycle models.
setIncludeInstancesOfTaxonomy(boolean) - Method in class com.centrasite.importexport.ExportOperation
Sets whether to include all taxonomies as part of the export archive
setIncludeInstancesOfType(boolean) - Method in class com.centrasite.importexport.ExportOperation
Sets whether to include the instances from already included Asset Types.
setIncludeReferencedAssets(boolean) - Method in class com.centrasite.importexport.ExportOperation
Indicates if referenced assets should also be exported.
setIncludeReferencedAssetsOfAsset(boolean) - Method in class com.centrasite.importexport.ExportOperation
Sets whether to include referenced assets from already included assets.
setIncludeReferencedAssetsOfLCM(boolean) - Method in class com.centrasite.importexport.ExportOperation
Sets whether to include the referenced assets of already included lifecycle models
setIncludeReferencedAssetsOfTaxonomy(boolean) - Method in class com.centrasite.importexport.ExportOperation
Sets whether to include all referenced assets of already included taxonomies.
setIncludeReferencedAssetsOfType(boolean) - Method in class com.centrasite.importexport.ExportOperation
Sets whether to include referenced assets from already included Types.
setIncludeTypeInfo(boolean) - Method in class com.centrasite.importexport.ExportOperation
Deprecated. 
setKeepLCMState(boolean) - Method in class com.centrasite.importexport.ImportOperation
Maintains the lifecycle state of objects from the archive.
setKeepOrganization(boolean) - Method in class com.centrasite.importexport.ImportOperation
Keeps the original organization for all of the objects being imported from the zip-archive.
setKeepOwner(boolean) - Method in class com.centrasite.importexport.ImportOperation
Keeps the original owner of all the objects being imported.
setLimitTransactionSize(boolean) - Method in class com.centrasite.importexport.ImportOperation
Limit the size of a saveObjects() call and do it in intervals (only for audit trail) to avoid large transactions.
setMinimizeAuditableEvents(boolean) - Method in class com.centrasite.importexport.ExportOperation
Controls the amount of audit trail for the objects.
setMinimizeAudits(boolean) - Method in class com.centrasite.importexport.ImportOperation
Limit the number of auditable events per object, that only the first and last audit record gets imported.
setModifiedSince(String) - Method in class com.centrasite.importexport.ExportOperation
Sets the time stamp for filtering the objects to export which were created/modified after this time stamp.
setNewOwner(User) - Method in class com.centrasite.importexport.ImportOperation
Sets a new user as owner of all the objects being imported.
setNewOwnerName(String) - Method in class com.centrasite.importexport.ImportOperation
Sets the given user as the owner of all the objects being imported.
setOrgWithAssets(boolean) - Method in class com.centrasite.importexport.ExportOperation
Indicates if assets of an organization should be exported with the organization.
setOutputStream(OutputStream) - Method in class com.centrasite.importexport.ExportOperation
Sets the output stream.
setRemoveAllMissingReferences(boolean) - Method in class com.centrasite.importexport.ImportOperation
Removes all missing associations for objects being imported.
setReplace(boolean) - Method in class com.centrasite.importexport.ImportOperation
Replaces the existing registry objects with the objects found in zip-archive.
setRepositoryRoot(String) - Method in class com.centrasite.importexport.ExportOperation
Sets the root of the Repository.
setRepositoryRoot(String) - Method in class com.centrasite.importexport.ImportOperation
Deprecated. 
setSimulate(boolean) - Method in class com.centrasite.importexport.ImportOperation
Simulates importing objects; this means no records will be updated in the registry.
setSkipObjectPersistence(boolean) - Method in class com.centrasite.importexport.ImportOperation
Skips the persistence of objects within the import operation.
setVerifyTypeVersion(boolean) - Method in class com.centrasite.importexport.ImportOperation
Verifies the version numbers (repair version) of the asset types while importing.

T

Timing() - Constructor for class com.centrasite.importexport.ImportOperation.Timing
 

V

valueOf(String) - Static method in enum com.centrasite.importexport.ExportOperation.ExportOrganizationMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.centrasite.importexport.ExportOperation.ExportOrganizationMode
Returns an array containing the constants of this enum type, in the order they are declared.
A C E G I L M R S T V 
Skip navigation links