mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Reversed out revisions 14366, 14361 and 14356
- Just prior to this, created dev branch DEV/ANDY_HEAD_ROLLBACKS - Andy: Switch to this branch on your local copy if you have changes to any of the files modified here git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@14374 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -26,14 +26,11 @@ package org.alfresco.repo.search;
|
||||
|
||||
import org.alfresco.service.cmr.search.LimitBy;
|
||||
import org.alfresco.service.cmr.search.PermissionEvaluationMode;
|
||||
import org.alfresco.service.cmr.search.ResultSetColumn;
|
||||
import org.alfresco.service.cmr.search.ResultSetMetaData;
|
||||
import org.alfresco.service.cmr.search.ResultSetSelector;
|
||||
import org.alfresco.service.cmr.search.ResultSetType;
|
||||
import org.alfresco.service.cmr.search.SearchParameters;
|
||||
|
||||
/**
|
||||
* Simple implementation of result set meta data.
|
||||
* Simple implementatio of result set meta data.
|
||||
*
|
||||
* @author Andy Hind
|
||||
*/
|
||||
@@ -46,13 +43,6 @@ public class SimpleResultSetMetaData implements ResultSetMetaData
|
||||
private SearchParameters searchParameters;
|
||||
|
||||
|
||||
/**
|
||||
* Default properties.
|
||||
*
|
||||
* @param limitedBy
|
||||
* @param permissoinEvaluationMode
|
||||
* @param searchParameters
|
||||
*/
|
||||
public SimpleResultSetMetaData(LimitBy limitedBy, PermissionEvaluationMode permissoinEvaluationMode, SearchParameters searchParameters)
|
||||
{
|
||||
super();
|
||||
@@ -76,39 +66,4 @@ public class SimpleResultSetMetaData implements ResultSetMetaData
|
||||
return searchParameters;
|
||||
}
|
||||
|
||||
public ResultSetColumn getColumn(String name)
|
||||
{
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
public String[] getColumnNames()
|
||||
{
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
public ResultSetColumn getColumns()
|
||||
{
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
public ResultSetType getResultSetType()
|
||||
{
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
public ResultSetSelector getSelector(String name)
|
||||
{
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
public String[] getSelectorNames()
|
||||
{
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
public ResultSetSelector getSelectors()
|
||||
{
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user