Class DefaultImmutableImportProcessorSummary
java.lang.Object
com.atlassian.confluence.impl.importexport.DefaultImmutableImportProcessorSummary
- All Implemented Interfaces:
ImmutableImportProcessorSummary
@Deprecated
public class DefaultImmutableImportProcessorSummary
extends Object
implements ImmutableImportProcessorSummary
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.atlassian.confluence.importexport.ImmutableImportProcessorSummary
ImmutableImportProcessorSummary.PersistedKey
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Retrieves the new id of the object of the given old key.getNewIdFor
(Class clazz, Object originalId) Deprecated.Retrieves the new id of the given original id of an object of the specific class.Deprecated.Retrieves all the new persisted keys.Deprecated.Retrieves the old id of the object of the given new key.getOriginalIdFor
(Class clazz, Object newId) Deprecated.Retrieves the original id of the given new id of an object of the specific class.Deprecated.Retrieves all the original persisted keys.
-
Method Details
-
getNewIdFor
Deprecated.Description copied from interface:ImmutableImportProcessorSummary
Retrieves the new id of the given original id of an object of the specific class. This is equivalent toImmutableImportProcessorSummary.getNewIdFor(PersistedKey)
.- Specified by:
getNewIdFor
in interfaceImmutableImportProcessorSummary
- Parameters:
clazz
- The class of the persisted objectoriginalId
- The original id- Returns:
- the new id of the persisted object, or
null
if not found
-
getNewIdFor
Deprecated.Description copied from interface:ImmutableImportProcessorSummary
Retrieves the new id of the object of the given old key.- Specified by:
getNewIdFor
in interfaceImmutableImportProcessorSummary
- Parameters:
oldKey
- The key of the persisted object with the original id- Returns:
- the new id of the persisted object, or
null
if not found
-
getOriginalIdFor
Deprecated.Description copied from interface:ImmutableImportProcessorSummary
Retrieves the original id of the given new id of an object of the specific class. This is equivalent toImmutableImportProcessorSummary.getOriginalIdFor(PersistedKey)
.- Specified by:
getOriginalIdFor
in interfaceImmutableImportProcessorSummary
- Parameters:
clazz
- The class of the persisted objectnewId
- The new id- Returns:
- the old id of the persisted object, or
null
if not found
-
getOriginalIdFor
Deprecated.Description copied from interface:ImmutableImportProcessorSummary
Retrieves the old id of the object of the given new key.- Specified by:
getOriginalIdFor
in interfaceImmutableImportProcessorSummary
- Parameters:
newKey
- The key of the persisted object with the new id- Returns:
- the original id of the persisted object, or
null
if not found
-
getOriginalPersistedKeys
Deprecated.Description copied from interface:ImmutableImportProcessorSummary
Retrieves all the original persisted keys.- Specified by:
getOriginalPersistedKeys
in interfaceImmutableImportProcessorSummary
- Returns:
- a set of the original keys of all persisted object
-
getNewPersistedKeys
Deprecated.Description copied from interface:ImmutableImportProcessorSummary
Retrieves all the new persisted keys.- Specified by:
getNewPersistedKeys
in interfaceImmutableImportProcessorSummary
- Returns:
- a set of the new keys of all persisted object
-
BackupRestoreManager
instead.