public class DefaultImmutableImportProcessorSummary extends Object implements ImmutableImportProcessorSummary
ImmutableImportProcessorSummary.PersistedKey| Modifier and Type | Method and Description |
|---|---|
Object |
getNewIdFor(Class clazz,
Object originalId)
Retrieves the new id of the given original id of an object of the specific class.
|
Object |
getNewIdFor(ImmutableImportProcessorSummary.PersistedKey oldKey)
Retrieves the new id of the object of the given old key.
|
Set<ImmutableImportProcessorSummary.PersistedKey> |
getNewPersistedKeys()
Retrieves all the new persisted keys.
|
Object |
getOriginalIdFor(Class clazz,
Object newId)
Retrieves the original id of the given new id of an object of the specific class.
|
Object |
getOriginalIdFor(ImmutableImportProcessorSummary.PersistedKey newKey)
Retrieves the old id of the object of the given new key.
|
Set<ImmutableImportProcessorSummary.PersistedKey> |
getOriginalPersistedKeys()
Retrieves all the original persisted keys.
|
public Object getNewIdFor(Class clazz, Object originalId)
ImmutableImportProcessorSummaryImmutableImportProcessorSummary.getNewIdFor(PersistedKey).getNewIdFor in interface ImmutableImportProcessorSummaryclazz - The class of the persisted objectoriginalId - The original idnull if not foundpublic Object getNewIdFor(ImmutableImportProcessorSummary.PersistedKey oldKey)
ImmutableImportProcessorSummarygetNewIdFor in interface ImmutableImportProcessorSummaryoldKey - The key of the persisted object with the original idnull if not foundpublic Object getOriginalIdFor(Class clazz, Object newId)
ImmutableImportProcessorSummaryImmutableImportProcessorSummary.getOriginalIdFor(PersistedKey).getOriginalIdFor in interface ImmutableImportProcessorSummaryclazz - The class of the persisted objectnewId - The new idnull if not foundpublic Object getOriginalIdFor(ImmutableImportProcessorSummary.PersistedKey newKey)
ImmutableImportProcessorSummarygetOriginalIdFor in interface ImmutableImportProcessorSummarynewKey - The key of the persisted object with the new idnull if not foundpublic Set<ImmutableImportProcessorSummary.PersistedKey> getOriginalPersistedKeys()
ImmutableImportProcessorSummarygetOriginalPersistedKeys in interface ImmutableImportProcessorSummarypublic Set<ImmutableImportProcessorSummary.PersistedKey> getNewPersistedKeys()
ImmutableImportProcessorSummarygetNewPersistedKeys in interface ImmutableImportProcessorSummaryCopyright © 2003–2021 Atlassian. All rights reserved.