com.sap.portal.pcm.iviewserver
Class SearchOptions

java.lang.Object
  |
  +--com.sap.portal.pcm.iviewserver.SearchOptions

public class SearchOptions
extends java.lang.Object


Field Summary
static java.lang.String[] APP_REPOSITORY_PATH
           
static java.lang.String[] CONTENT_PATH
           
static int DEFAULT_SEARCH_SCOPE
          TODO normalized paths
static com.sapportals.common.PPLogger m_pLogger
           
static SearchOptions SEARCH_APPLICATIONS_ALL
           
static SearchOptions SEARCH_APPLICATIONS_CONTENT
           
static SearchOptions SEARCH_APPLICATIONS_PLATFORM
           
static SearchOptions SEARCH_ONELEVEL_ALL
           
static SearchOptions SEARCH_ONELEVEL_TEMPLATES
           
static SearchOptions SEARCH_TREE_ALL
           
static SearchOptions SEARCH_TREE_TEMPLATES
           
static SearchOptions SEARCH_TREE_UNITS
           
 
Constructor Summary
SearchOptions(SearchOptions other)
           
 
Method Summary
 void addBasePaths(java.lang.String[] paths)
           
 void addFilterAttributes(javax.naming.directory.Attributes attrs)
           
 javax.naming.directory.Attributes getAttributes()
           
 java.lang.String[] getBasePaths()
           
 javax.naming.directory.SearchControls getSearchControls()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_SEARCH_SCOPE

public static final int DEFAULT_SEARCH_SCOPE
TODO normalized paths

APP_REPOSITORY_PATH

public static final java.lang.String[] APP_REPOSITORY_PATH

CONTENT_PATH

public static final java.lang.String[] CONTENT_PATH

SEARCH_APPLICATIONS_ALL

public static final SearchOptions SEARCH_APPLICATIONS_ALL

SEARCH_APPLICATIONS_CONTENT

public static final SearchOptions SEARCH_APPLICATIONS_CONTENT

SEARCH_APPLICATIONS_PLATFORM

public static final SearchOptions SEARCH_APPLICATIONS_PLATFORM

SEARCH_TREE_ALL

public static final SearchOptions SEARCH_TREE_ALL

SEARCH_TREE_UNITS

public static final SearchOptions SEARCH_TREE_UNITS

SEARCH_TREE_TEMPLATES

public static final SearchOptions SEARCH_TREE_TEMPLATES

SEARCH_ONELEVEL_ALL

public static final SearchOptions SEARCH_ONELEVEL_ALL

SEARCH_ONELEVEL_TEMPLATES

public static final SearchOptions SEARCH_ONELEVEL_TEMPLATES

m_pLogger

public static com.sapportals.common.PPLogger m_pLogger
Constructor Detail

SearchOptions

public SearchOptions(SearchOptions other)
Method Detail

getAttributes

public javax.naming.directory.Attributes getAttributes()

getBasePaths

public java.lang.String[] getBasePaths()

getSearchControls

public javax.naming.directory.SearchControls getSearchControls()

addBasePaths

public void addBasePaths(java.lang.String[] paths)

addFilterAttributes

public void addFilterAttributes(javax.naming.directory.Attributes attrs)