public EntryFilteringCursor list( NextInterceptor nextInterceptor, ListOperationContext opContext ) throws Exception
{
EntryFilteringCursor cursor = nextInterceptor.list( opContext );
cursor.addEntryFilter( SEARCH_FILTER );
return cursor;
}
public EntryFilteringCursor search( NextInterceptor nextInterceptor, SearchOperationContext opContext ) throws Exception