org.persvr.datasource
Interface DataSourceCanHaveOrphans

All Superinterfaces:
DataSource
All Known Implementing Classes:
DynaArrayDBSource, DynaFileDBSource, DynaFunctionDBSource, DynaObjectDBSource, DynaObjectDBSource

public interface DataSourceCanHaveOrphans
extends DataSource


Method Summary
 java.util.List<ObjectId> getOrphans()
           
 void purgeOrphans()
           
 
Methods inherited from interface org.persvr.datasource.DataSource
getFieldValue, getId, hiddenId, initParameters, mapObject, mapQuery, setId
 

Method Detail

getOrphans

java.util.List<ObjectId> getOrphans()

purgeOrphans

void purgeOrphans()