A C E G I L M R S V

A

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

C

close() - Method in class com.centrasite.importexport.ExportOperation
Close connections and resources of an open ExportOperation.
com.centrasite.importexport - package com.centrasite.importexport
 

E

execute() - Method in class com.centrasite.importexport.ExportOperation
Export execution.
execute() - Method in class com.centrasite.importexport.ImportOperation
Import execution.
ExportOperation - Class in com.centrasite.importexport
Exporting registry objects and their related objects into a zip-archive.
ExportOperation(CentraSiteConnection, OutputStream) - Constructor for class com.centrasite.importexport.ExportOperation
 
ExportOperation(String, String, String, OutputStream) - Constructor for class com.centrasite.importexport.ExportOperation
Constructs a CentraSite export instance.
ExportOperation.CollectorResults - Class in com.centrasite.importexport
 
ExportOperation.ExportOrganizationMode - Enum in com.centrasite.importexport
Organization export mode.
exportOrganizationModeDefault - Static variable in class com.centrasite.importexport.ExportOperation
 

G

getCollectorResult() - Method in class com.centrasite.importexport.ExportOperation
 
getConcept(String) - Method in class com.centrasite.importexport.ExportOperation
Get concept using the name of the concept.
getErrorMessageLocale() - Method in class com.centrasite.importexport.ImportOperation
Return the error message locale.
getExportObjectCount() - Method in class com.centrasite.importexport.ExportOperation
Return the object count to be exported.
getKey(String) - Method in class com.centrasite.importexport.ExportOperation
Create key of a registryObject using the key given as a String
getMainObjectsToExport() - Method in class com.centrasite.importexport.ExportOperation
Get all main objects to be exported.
getMainObjectsToExportMap() - Method in class com.centrasite.importexport.ExportOperation
Get all selected objects to be exported as a map.
getZipFileName() - Method in class com.centrasite.importexport.ImportOperation
 

I

ImportOperation - Class in com.centrasite.importexport
The import processes an export archive, produced by ExportOperation and adds the content into CentraSite.
ImportOperation(CentraSiteConnection, String) - Constructor for class com.centrasite.importexport.ImportOperation
Constructs a CentraSite import instance out from given connection.
ImportOperation(String, String, String, String, Properties) - Constructor for class com.centrasite.importexport.ImportOperation
Constructs a CentraSite import instance.
ImportOperation(String, String, String, String) - Constructor for class com.centrasite.importexport.ImportOperation
Constructs a CentraSite import instance.
ImportOperation.Timing - Class in com.centrasite.importexport
 
ImportOperation.Timing() - Constructor for class com.centrasite.importexport.ImportOperation.Timing
 
isClustered() - Method in class com.centrasite.importexport.ImportOperation
 
isObjectToLog(RegistryObject) - Static method in class com.centrasite.importexport.ImportOperation
Check if given registry object is supposed to log via event-logging.

L

logDuration(String, int) - Method in class com.centrasite.importexport.ImportOperation.Timing
 
logDuration(String) - Method in class com.centrasite.importexport.ImportOperation.Timing
 

M

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

R

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

S

setCheckUnreferencedAssociations(boolean) - Method in class com.centrasite.importexport.ExportOperation
Set whether to check for unreferenced objects during export.
setDeleteAfterExport(boolean) - Method in class com.centrasite.importexport.ExportOperation
Set whether to delete registry objects after export.
setErrorMessageLocale(Locale) - Method in class com.centrasite.importexport.ExportOperation
set the error message locale.
setErrorMessageLocale(Locale) - Method in class com.centrasite.importexport.ImportOperation
Set the error message locale.
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
Set the export mode for exporting organizations.
setHeterogeneousObjectsExport(boolean) - Method in class com.centrasite.importexport.ExportOperation
 
setImportGroup(boolean) - Method in class com.centrasite.importexport.ImportOperation
Indicate whether to replace objects if the objects in the zip-archive are older than the ones in the registry.
setImportOrganizationKey(String) - Method in class com.centrasite.importexport.ImportOperation
Set the organization the objects should be imported into.
setImportOrganizationName(String) - Method in class com.centrasite.importexport.ImportOperation
Set the organization the objects should be imported into.
setIncludeChildOrganizations(boolean) - Method in class com.centrasite.importexport.ExportOperation
Indicates if child organization should be exported with its parent organization.
setIncludeChildren(boolean) - Method in class com.centrasite.importexport.ExportOperation
Deprecated.  
setIncludeExternalLinks(boolean) - Method in class com.centrasite.importexport.ExportOperation
Deprecated.  
setIncludeImports(boolean) - Method in class com.centrasite.importexport.ExportOperation
Deprecated.  
setIncludeInstances(boolean) - Method in class com.centrasite.importexport.ExportOperation
Set whether to include instances of asset types or the classified objects of taxonomies.
setIncludeInstancesOfLCM(boolean) - Method in class com.centrasite.importexport.ExportOperation
 
setIncludeInstancesOfTaxonomy(boolean) - Method in class com.centrasite.importexport.ExportOperation
 
setIncludeInstancesOfType(boolean) - Method in class com.centrasite.importexport.ExportOperation
 
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
 
setIncludeReferencedAssetsOfLCM(boolean) - Method in class com.centrasite.importexport.ExportOperation
 
setIncludeReferencedAssetsOfTaxonomy(boolean) - Method in class com.centrasite.importexport.ExportOperation
 
setIncludeReferencedAssetsOfType(boolean) - Method in class com.centrasite.importexport.ExportOperation
 
setIncludeTypeInfo(boolean) - Method in class com.centrasite.importexport.ExportOperation
Deprecated.  
setKeepLCMState(boolean) - Method in class com.centrasite.importexport.ImportOperation
Indicate if after import the lifecycle state should be kept.
setKeepOrganization(boolean) - Method in class com.centrasite.importexport.ImportOperation
Indicate whether to keep the original organization of all the importing objects.
setKeepOwner(boolean) - Method in class com.centrasite.importexport.ImportOperation
Indicate whether to keep the original owner of all the importing objects.
setMinimizeAuditableEvents(boolean) - Method in class com.centrasite.importexport.ExportOperation
Controls the amount of audit trail for the objects.
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
Set the given as owner of all the importing objects
setNewOwnerName(String) - Method in class com.centrasite.importexport.ImportOperation
Set the given user as owner of all the importing objects.
setOrgWithAssets(boolean) - Method in class com.centrasite.importexport.ExportOperation
Indicates if assets of organization should be exported with the organization.
setOutputStream(OutputStream) - Method in class com.centrasite.importexport.ExportOperation
 
setRemoveAllMissingReferences(boolean) - Method in class com.centrasite.importexport.ImportOperation
Indicate if during import all missing associations are to removed from the object.
setReplace(boolean) - Method in class com.centrasite.importexport.ImportOperation
Indicate whether to replace objects if the objects in the zip-archive are older than the ones in the registry.
setRepositoryRoot(String) - Method in class com.centrasite.importexport.ExportOperation
 
setRepositoryRoot(String) - Method in class com.centrasite.importexport.ImportOperation
Deprecated.  
setSimulate(boolean) - Method in class com.centrasite.importexport.ImportOperation
Indicate if the import should simulate; this means no records will be updated to the registry but the log and also the error messages get written.

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 V