|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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)
ImmutableImportProcessorSummary
ImmutableImportProcessorSummary.getNewIdFor(PersistedKey)
.
getNewIdFor
in interface ImmutableImportProcessorSummary
clazz
- The class of the persisted objectoriginalId
- The original id
null
if not foundpublic java.lang.Object getNewIdFor(ImmutableImportProcessorSummary.PersistedKey oldKey)
ImmutableImportProcessorSummary
getNewIdFor
in interface ImmutableImportProcessorSummary
oldKey
- The key of the persisted object with the original id
null
if not foundpublic java.lang.Object getOriginalIdFor(java.lang.Class clazz, java.lang.Object newId)
ImmutableImportProcessorSummary
ImmutableImportProcessorSummary.getOriginalIdFor(PersistedKey)
.
getOriginalIdFor
in interface ImmutableImportProcessorSummary
clazz
- The class of the persisted objectnewId
- The new id
null
if not foundpublic java.lang.Object getOriginalIdFor(ImmutableImportProcessorSummary.PersistedKey newKey)
ImmutableImportProcessorSummary
getOriginalIdFor
in interface ImmutableImportProcessorSummary
newKey
- The key of the persisted object with the new id
null
if not foundpublic java.util.Set<ImmutableImportProcessorSummary.PersistedKey> getOriginalPersistedKeys()
ImmutableImportProcessorSummary
getOriginalPersistedKeys
in interface ImmutableImportProcessorSummary
public 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 |