Uses of Interface
com.atlassian.confluence.importexport.ImmutableImportProcessorSummary.PersistedKey
Packages that use ImmutableImportProcessorSummary.PersistedKey
Package
Description
-
Uses of ImmutableImportProcessorSummary.PersistedKey in com.atlassian.confluence.impl.importexport
Methods in com.atlassian.confluence.impl.importexport that return types with arguments of type ImmutableImportProcessorSummary.PersistedKeyModifier and TypeMethodDescriptionDefaultImmutableImportProcessorSummary.getNewPersistedKeys()Deprecated.DefaultImmutableImportProcessorSummary.getOriginalPersistedKeys()Deprecated.Methods in com.atlassian.confluence.impl.importexport with parameters of type ImmutableImportProcessorSummary.PersistedKeyModifier and TypeMethodDescriptionDefaultImmutableImportProcessorSummary.getNewIdFor(ImmutableImportProcessorSummary.PersistedKey oldKey) Deprecated.DefaultImmutableImportProcessorSummary.getOriginalIdFor(ImmutableImportProcessorSummary.PersistedKey newKey) Deprecated. -
Uses of ImmutableImportProcessorSummary.PersistedKey in com.atlassian.confluence.importexport
Methods in com.atlassian.confluence.importexport that return types with arguments of type ImmutableImportProcessorSummary.PersistedKeyModifier and TypeMethodDescriptionImmutableImportProcessorSummary.getNewPersistedKeys()Deprecated.Retrieves all the new persisted keys.ImmutableImportProcessorSummary.getOriginalPersistedKeys()Deprecated.Retrieves all the original persisted keys.Methods in com.atlassian.confluence.importexport with parameters of type ImmutableImportProcessorSummary.PersistedKeyModifier and TypeMethodDescriptionImmutableImportProcessorSummary.getNewIdFor(ImmutableImportProcessorSummary.PersistedKey oldKey) Deprecated.Retrieves the new id of the object of the given old key.ImmutableImportProcessorSummary.getOriginalIdFor(ImmutableImportProcessorSummary.PersistedKey newKey) Deprecated.Retrieves the old id of the object of the given new key.