Class CommonPersister
- java.lang.Object
-
- com.atlassian.confluence.impl.backuprestore.backup.exporters.CommonPersister
-
public class CommonPersister extends Object
-
-
Constructor Summary
Constructors Constructor Description CommonPersister()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Object>
getPersistableObjects(Collection<Object> objectIds)
Remove the IDs that is already persisted by a specific exporter and return IDs that is not persisted
-
-
-
Method Detail
-
getPersistableObjects
public Set<Object> getPersistableObjects(Collection<Object> objectIds)
Remove the IDs that is already persisted by a specific exporter and return IDs that is not persisted
-
-