org.gcube.indexmanagement.incrementalindexupdater
Class ResourceModificationList

java.lang.Object
  extended by org.gcube.indexmanagement.incrementalindexupdater.ResourceModificationList

public class ResourceModificationList
extends java.lang.Object

Author:
Spyros Boutsis, NKUA

Constructor Summary
ResourceModificationList()
           
 
Method Summary
 void addAddedID(IODesc id)
           
 void addDeletedID(IODesc id)
           
 void addModifiedID(IODesc id)
           
 java.util.List<IODesc> getAddedIDs()
           
 java.util.List<IODesc> getDeletedIDs()
           
 java.util.List<IODesc> getModifiedIDs()
           
 boolean isEmpty()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceModificationList

public ResourceModificationList()
Method Detail

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()