Package org.opencms.ade.sitemap
Class CmsAliasImportResponseTable
java.lang.Object
org.opencms.ade.sitemap.CmsAliasImportResponseTable
A class used for storing alias import results by key.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddImportResult
(List<CmsAliasImportResult> importResults) Adds a list of alias import results, and returns the key under which they were stored.getAndRemove
(String key) Removes the list of alias import results for the given key and returns it.
-
Constructor Details
-
CmsAliasImportResponseTable
public CmsAliasImportResponseTable()
-
-
Method Details
-
addImportResult
Adds a list of alias import results, and returns the key under which they were stored.- Parameters:
importResults
- the alias import results- Returns:
- the key under which the alias import results were stored
-
getAndRemove
Removes the list of alias import results for the given key and returns it.- Parameters:
key
- the alias import result key- Returns:
- the list of alias import results
-