Oracle Fusion Applications Search Java API Reference for Oracle Enterprise Crawl and Search Framework
11g Release 1 (11.1.2)

E21908-02

oracle.ecsf.client
Class SearchEngineInstance

java.lang.Object
  extended by oracle.ecsf.client.SearchEngineInstance

public class SearchEngineInstance
extends java.lang.Object


Constructor Summary
SearchEngineInstance(java.lang.String name, long id)
           
 
Method Summary
 java.util.Collection<SearchGroup> getAdvancedSearchGroups()
          Returns a Collection of SearchGroup objects for advanced search for this search engine instance
 long getId()
          Returns the id of the search engine instance
 java.lang.String getName()
          Returns the name of the search engine instance
 SearchGroup getSearchGroup(java.lang.String groupName)
          Returns a SearchGroup object for this search engine instance
 java.util.Collection<SearchGroup> getSearchGroups()
          Returns a Collection of SearchGroup objects for this search engine instance
 void setAdvancedSearchGroups(java.util.Collection<SearchGroup> advancedSearchGroups)
          Sets a Collection of SearchGroup objects for advanced search for this search engine instance
 void setId(long id)
          Sets the id of the search engine instance
 void setName(java.lang.String name)
          Sets the name of the search engine instance
 void setSearchGroups(java.util.Collection<SearchGroup> searchGroups)
          Sets a Collection of SearchGroup objects for this search engine instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchEngineInstance

public SearchEngineInstance(java.lang.String name,
                            long id)
Method Detail

setName

public void setName(java.lang.String name)
Sets the name of the search engine instance


getName

public java.lang.String getName()
Returns the name of the search engine instance

Returns:
String mName

setId

public void setId(long id)
Sets the id of the search engine instance

Parameters:
String - id

getId

public long getId()
Returns the id of the search engine instance

Returns:
String mId

setSearchGroups

public void setSearchGroups(java.util.Collection<SearchGroup> searchGroups)
Sets a Collection of SearchGroup objects for this search engine instance

Parameters:
Collection - mSearchGroups

getSearchGroups

public java.util.Collection<SearchGroup> getSearchGroups()
Returns a Collection of SearchGroup objects for this search engine instance

Returns:
Collection mSearchGroups

getSearchGroup

public SearchGroup getSearchGroup(java.lang.String groupName)
Returns a SearchGroup object for this search engine instance

Parameters:
groupName -
Returns:
SearchGroup

setAdvancedSearchGroups

public void setAdvancedSearchGroups(java.util.Collection<SearchGroup> advancedSearchGroups)
Sets a Collection of SearchGroup objects for advanced search for this search engine instance


getAdvancedSearchGroups

public java.util.Collection<SearchGroup> getAdvancedSearchGroups()
Returns a Collection of SearchGroup objects for advanced search for this search engine instance

Returns:
Collection mAdvancedSearchGroups

Oracle Fusion Applications Search Java API Reference for Oracle Enterprise Crawl and Search Framework
11g Release 1 (11.1.2)

E21908-02

Copyright © 2011 Oracle. All rights reserved.