|
Enterprise Workspaces 1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.workspaces.directory.SearchFilter
public final class SearchFilter
Defines additional search conditions for IWorkspaceDirectory.search(SearchControl) method.
| Constructor Summary | |
|---|---|
SearchFilter()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Returns the workspace description to search for |
Locale |
getLocale()
Returns the search language according to the user's locale |
String |
getName()
Returns the workspace name to search for |
String |
getOwner()
Returns the workspace owner to search for |
String[] |
getOwners()
Returns the list of login names of the workspace owners |
SearchMethod |
getSearchMethod()
Returns the search method |
void |
setDescription(String description)
Defines the workspace description to search for |
void |
setLocale(Locale locale)
Defines the search language according to the user's locale |
void |
setName(String name)
Defines the workspace name to search for |
void |
setOwner(String owner)
Defines the workspace owner to search for |
void |
setOwners(String[] owners)
Defines the list of login names of the workspace owners |
void |
setSearchMethod(SearchMethod searchMethod)
Defines the search method, either SearchMethod.AND (default) or SearchMethod.OR |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SearchFilter()
| Method Detail |
|---|
public Locale getLocale()
public void setLocale(Locale locale)
locale - the locale of the current userpublic String getName()
public void setName(String name)
name - workspace name. Can include asterisks. By default, an asterisk is automatically added at the beginning and the endpublic String getDescription()
public void setDescription(String description)
description - the workspace description. Can include asterisks. By default, an asterisk is automatically added at the beginning and the endpublic String getOwner()
public void setOwner(String owner)
owner - workspace owner name. Can include asterisks. By default, an asterisk is automatically added at the beginning and the endpublic String[] getOwners()
public void setOwners(String[] owners)
owners - the list of login names of the workspace ownerspublic SearchMethod getSearchMethod()
public void setSearchMethod(SearchMethod searchMethod)
SearchMethod.AND (default) or SearchMethod.OR
searchMethod - the search methodpublic String toString()
toString in class Object
|
Enterprise Workspaces 1.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||