|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.importexport.DefaultImmutableImportProcessorSummary
public class DefaultImmutableImportProcessorSummary
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.atlassian.confluence.importexport.ImmutableImportProcessorSummary |
|---|
ImmutableImportProcessorSummary.PersistedKey |
| Method Summary | |
|---|---|
java.lang.Object |
getNewIdFor(java.lang.Class clazz,
java.lang.Object originalId)
Retrieves the new id of the given original id of an object of the specific class. |
java.lang.Object |
getNewIdFor(ImmutableImportProcessorSummary.PersistedKey oldKey)
Retrieves the new id of the object of the given old key. |
java.util.Set<ImmutableImportProcessorSummary.PersistedKey> |
getNewPersistedKeys()
Retrieves all the new persisted keys. |
java.lang.Object |
getOriginalIdFor(java.lang.Class clazz,
java.lang.Object newId)
Retrieves the original id of the given new id of an object of the specific class. |
java.lang.Object |
getOriginalIdFor(ImmutableImportProcessorSummary.PersistedKey newKey)
Retrieves the old id of the object of the given new key. |
java.util.Set<ImmutableImportProcessorSummary.PersistedKey> |
getOriginalPersistedKeys()
Retrieves all the original persisted keys. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.Object getNewIdFor(java.lang.Class clazz,
java.lang.Object originalId)
ImmutableImportProcessorSummaryImmutableImportProcessorSummary.getNewIdFor(PersistedKey).
getNewIdFor in interface ImmutableImportProcessorSummaryclazz - The class of the persisted objectoriginalId - The original id
null if not foundpublic java.lang.Object getNewIdFor(ImmutableImportProcessorSummary.PersistedKey oldKey)
ImmutableImportProcessorSummary
getNewIdFor in interface ImmutableImportProcessorSummaryoldKey - The key of the persisted object with the original id
null if not found
public java.lang.Object getOriginalIdFor(java.lang.Class clazz,
java.lang.Object newId)
ImmutableImportProcessorSummaryImmutableImportProcessorSummary.getOriginalIdFor(PersistedKey).
getOriginalIdFor in interface ImmutableImportProcessorSummaryclazz - The class of the persisted objectnewId - The new id
null if not foundpublic java.lang.Object getOriginalIdFor(ImmutableImportProcessorSummary.PersistedKey newKey)
ImmutableImportProcessorSummary
getOriginalIdFor in interface ImmutableImportProcessorSummarynewKey - The key of the persisted object with the new id
null if not foundpublic java.util.Set<ImmutableImportProcessorSummary.PersistedKey> getOriginalPersistedKeys()
ImmutableImportProcessorSummary
getOriginalPersistedKeys in interface ImmutableImportProcessorSummarypublic java.util.Set<ImmutableImportProcessorSummary.PersistedKey> getNewPersistedKeys()
ImmutableImportProcessorSummary
getNewPersistedKeys in interface ImmutableImportProcessorSummary
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||