[teiid-commits] teiid SVN: r1663 - trunk/engine/src/main/java/com/metamatrix/connector/metadata/internal.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Mon Dec 14 15:20:24 EST 2009


Author: shawkins
Date: 2009-12-14 15:20:24 -0500 (Mon, 14 Dec 2009)
New Revision: 1663

Removed:
   trunk/engine/src/main/java/com/metamatrix/connector/metadata/internal/IObjectSource.java
Log:
TEIID-869 removing unused class

Deleted: trunk/engine/src/main/java/com/metamatrix/connector/metadata/internal/IObjectSource.java
===================================================================
--- trunk/engine/src/main/java/com/metamatrix/connector/metadata/internal/IObjectSource.java	2009-12-14 18:48:26 UTC (rev 1662)
+++ trunk/engine/src/main/java/com/metamatrix/connector/metadata/internal/IObjectSource.java	2009-12-14 20:20:24 UTC (rev 1663)
@@ -1,39 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source.
- * See the COPYRIGHT.txt file distributed with this work for information
- * regarding copyright ownership.  Some portions may be licensed
- * to Red Hat, Inc. under one or more contributor license agreements.
- * 
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- * 
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- * 
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA.
- */
-
-package com.metamatrix.connector.metadata.internal;
-
-import java.util.Collection;
-import java.util.Map;
-
-public interface IObjectSource {
-    
-    /**
-     * Return a collection that is results given the groupName(indexName) and
-     * search criteria.  
-     * @param groupName The name of table/index to search.
-     * @param criteria The map of metadata field name to MetadataSearchCriteria
-     * @return The collection that is the MetadataRecord objects
-     * @since 4.3
-     */
-    Collection getObjects(String groupName, Map criteria);
-}



More information about the teiid-commits mailing list