int skip,
int numRows,
String tableConfig) throws SerializationException {
log.debug( "Loading asset list for [" + uuid + "]" );
if ( numRows == 0 ) {
throw new DetailedSerializationException( "Unable to return zero results (bug)",
"probably have the parameters around the wrong way, sigh..." );
}
long start = System.currentTimeMillis();
PackageItem pkg = repository.loadPackageByUUID( uuid );
AssetItemIterator it;