Uses of Interface
com.atlassian.confluence.importexport.ImmutableImportProcessorSummary.PersistedKey
-
Uses of ImmutableImportProcessorSummary.PersistedKey in com.atlassian.confluence.importexport
Modifier and TypeMethodDescriptionDefaultImmutableImportProcessorSummary.getNewPersistedKeys()
Deprecated.ImmutableImportProcessorSummary.getNewPersistedKeys()
Deprecated.Retrieves all the new persisted keys.DefaultImmutableImportProcessorSummary.getOriginalPersistedKeys()
Deprecated.ImmutableImportProcessorSummary.getOriginalPersistedKeys()
Deprecated.Retrieves all the original persisted keys.Modifier and TypeMethodDescriptionDefaultImmutableImportProcessorSummary.getNewIdFor
(ImmutableImportProcessorSummary.PersistedKey oldKey) Deprecated.ImmutableImportProcessorSummary.getNewIdFor
(ImmutableImportProcessorSummary.PersistedKey oldKey) Deprecated.Retrieves the new id of the object of the given old key.DefaultImmutableImportProcessorSummary.getOriginalIdFor
(ImmutableImportProcessorSummary.PersistedKey newKey) Deprecated.ImmutableImportProcessorSummary.getOriginalIdFor
(ImmutableImportProcessorSummary.PersistedKey newKey) Deprecated.Retrieves the old id of the object of the given new key.