| Package | Description |
|---|---|
| com.atlassian.confluence.importexport |
| Modifier and Type | Method and Description |
|---|---|
Set<ImmutableImportProcessorSummary.PersistedKey> |
DefaultImmutableImportProcessorSummary.getNewPersistedKeys() |
Set<ImmutableImportProcessorSummary.PersistedKey> |
ImmutableImportProcessorSummary.getNewPersistedKeys()
Retrieves all the new persisted keys.
|
Set<ImmutableImportProcessorSummary.PersistedKey> |
DefaultImmutableImportProcessorSummary.getOriginalPersistedKeys() |
Set<ImmutableImportProcessorSummary.PersistedKey> |
ImmutableImportProcessorSummary.getOriginalPersistedKeys()
Retrieves all the original persisted keys.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
DefaultImmutableImportProcessorSummary.getNewIdFor(ImmutableImportProcessorSummary.PersistedKey oldKey) |
Object |
ImmutableImportProcessorSummary.getNewIdFor(ImmutableImportProcessorSummary.PersistedKey oldKey)
Retrieves the new id of the object of the given old key.
|
Object |
DefaultImmutableImportProcessorSummary.getOriginalIdFor(ImmutableImportProcessorSummary.PersistedKey newKey) |
Object |
ImmutableImportProcessorSummary.getOriginalIdFor(ImmutableImportProcessorSummary.PersistedKey newKey)
Retrieves the old id of the object of the given new key.
|
Copyright © 2003–2017 Atlassian. All rights reserved.