org.gcube.indexmanagement.incrementalindexupdater
Class ResourceModificationList
java.lang.Object
org.gcube.indexmanagement.incrementalindexupdater.ResourceModificationList
public class ResourceModificationList
- extends java.lang.Object
- Author:
- Spyros Boutsis, NKUA
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceModificationList
public ResourceModificationList()
addAddedID
public void addAddedID(IODesc id)
addDeletedID
public void addDeletedID(IODesc id)
addModifiedID
public void addModifiedID(IODesc id)
getAddedIDs
public java.util.List<IODesc> getAddedIDs()
getDeletedIDs
public java.util.List<IODesc> getDeletedIDs()
getModifiedIDs
public java.util.List<IODesc> getModifiedIDs()
isEmpty
public boolean isEmpty()