- 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
-
- 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
-
- 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.
- 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.
- 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.