com.bea.apps.groupspace.search.controls
Annotation Type CmExpressionSearchControl.SearchParams


@Target(value={FIELD,TYPE})
@Retention(value=RUNTIME)
public static @interface CmExpressionSearchControl.SearchParams

Set the defaults for search parameters


Annotation Type Optional Member Summary
 boolean loadAllIntoMemory
          Option to load all search results into memory.
 int maxResults
          Limit search results to the top N results.
 String objectClassName
          Limit search to this object class
 int pageSize
          Partition the search results into pages of this size
 String repositoryName
          If searching only a single repository, specify the repository name
 

repositoryName

public abstract String repositoryName
If searching only a single repository, specify the repository name

Default
""

objectClassName

public abstract String objectClassName
Limit search to this object class

Default
""

maxResults

public abstract int maxResults
Limit search results to the top N results. The maximum allowed is 500.

Default
100

pageSize

public abstract int pageSize
Partition the search results into pages of this size

Default
10

loadAllIntoMemory

public abstract boolean loadAllIntoMemory
Option to load all search results into memory.

Default
false


Copyright © 2006 BEA Systems, Inc. All Rights Reserved