Uses of Interface
com.atlassian.confluence.importexport.ImmutableImportProcessorSummary.PersistedKey
-
Packages that use ImmutableImportProcessorSummary.PersistedKey Package Description com.atlassian.confluence.importexport -
-
Uses of ImmutableImportProcessorSummary.PersistedKey in com.atlassian.confluence.importexport
Methods in com.atlassian.confluence.importexport that return types with arguments of type ImmutableImportProcessorSummary.PersistedKey Modifier and Type Method Description Set<ImmutableImportProcessorSummary.PersistedKey>DefaultImmutableImportProcessorSummary. getNewPersistedKeys()Deprecated.Set<ImmutableImportProcessorSummary.PersistedKey>ImmutableImportProcessorSummary. getNewPersistedKeys()Deprecated.Retrieves all the new persisted keys.Set<ImmutableImportProcessorSummary.PersistedKey>DefaultImmutableImportProcessorSummary. getOriginalPersistedKeys()Deprecated.Set<ImmutableImportProcessorSummary.PersistedKey>ImmutableImportProcessorSummary. getOriginalPersistedKeys()Deprecated.Retrieves all the original persisted keys.Methods in com.atlassian.confluence.importexport with parameters of type ImmutableImportProcessorSummary.PersistedKey Modifier and Type Method Description ObjectDefaultImmutableImportProcessorSummary. getNewIdFor(ImmutableImportProcessorSummary.PersistedKey oldKey)Deprecated.ObjectImmutableImportProcessorSummary. getNewIdFor(ImmutableImportProcessorSummary.PersistedKey oldKey)Deprecated.Retrieves the new id of the object of the given old key.ObjectDefaultImmutableImportProcessorSummary. getOriginalIdFor(ImmutableImportProcessorSummary.PersistedKey newKey)Deprecated.ObjectImmutableImportProcessorSummary. getOriginalIdFor(ImmutableImportProcessorSummary.PersistedKey newKey)Deprecated.Retrieves the old id of the object of the given new key.
-