|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of SearchFilter in microsoft.exchange.webservices.data |
|---|
| Subclasses of SearchFilter in microsoft.exchange.webservices.data | |
|---|---|
static class |
SearchFilter.ContainsSubstring
Represents a search filter that checks for the presence of a substring inside a text property. |
static class |
SearchFilter.ExcludesBitmask
Represents a bitmask exclusion search filter. |
static class |
SearchFilter.Exists
Represents a search filter checking if a field is set. |
static class |
SearchFilter.IsEqualTo
Represents a search filter that checks if a property is equal to a given value or other property. |
static class |
SearchFilter.IsGreaterThan
Represents a search filter that checks if a property is greater than a given value or other property. |
static class |
SearchFilter.IsGreaterThanOrEqualTo
Represents a search filter that checks if a property is greater than or equal to a given value or other property. |
static class |
SearchFilter.IsLessThan
Represents a search filter that checks if a property is less than a given value or other property. |
static class |
SearchFilter.IsLessThanOrEqualTo
Represents a search filter that checks if a property is less than or equal to a given value or other property. |
static class |
SearchFilter.IsNotEqualTo
Represents a search filter that checks if a property is not equal to a given value or other property. |
static class |
SearchFilter.Not
Represents a search filter that negates another. |
static class |
SearchFilter.PropertyBasedFilter
Represents a search filter where an item or folder property is involved. |
static class |
SearchFilter.RelationalFilter
Represents the base class for relational filters (for example, IsEqualTo, IsGreaterThan or IsLessThanOrEqualTo). |
static class |
SearchFilter.SearchFilterCollection
Represents a collection of search filters linked by a logical operator. |
| Methods in microsoft.exchange.webservices.data that return SearchFilter | |
|---|---|
SearchFilter |
SearchFolderParameters.getSearchFilter()
Gets the search filter associated with the search folder. |
SearchFilter |
SearchFilter.Not.getSearchFilter()
Gets the search filter to negate. |
SearchFilter |
SearchFilter.SearchFilterCollection.getSearchFilter(int index)
Gets the search filter at the specified index. |
protected static SearchFilter |
SearchFilter.loadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader)
* Loads from XML. |
| Methods in microsoft.exchange.webservices.data that return types with arguments of type SearchFilter | |
|---|---|
Iterator<SearchFilter> |
SearchFilter.SearchFilterCollection.iterator()
|
| Methods in microsoft.exchange.webservices.data with parameters of type SearchFilter | ||
|---|---|---|
void |
SearchFilter.SearchFilterCollection.add(SearchFilter searchFilter)
Adds a search filter of any type to the collection. |
|
boolean |
SearchFilter.SearchFilterCollection.contains(SearchFilter searchFilter)
Determines whether a specific search filter is in the collection. |
|
FindFoldersResults |
ExchangeService.findFolders(FolderId parentFolderId,
SearchFilter searchFilter,
FolderView view)
Obtains a list of folders by searching the sub-folders of the specified folder. |
|
FindFoldersResults |
Folder.findFolders(SearchFilter searchFilter,
FolderView view)
Obtains a list of folders by searching the sub-folders of this folder. |
|
FindFoldersResults |
ExchangeService.findFolders(WellKnownFolderName parentFolderName,
SearchFilter searchFilter,
FolderView view)
Obtains a list of folders by searching the sub-folders of the specified folder. |
|
protected
|
ExchangeService.findItems(Class<TItem> cls,
FolderId parentFolderId,
SearchFilter searchFilter,
ViewBase view,
Grouping groupBy)
Obtains a grouped list of items by searching the contents of a specific folder. |
|
FindItemsResults<Item> |
ExchangeService.findItems(FolderId parentFolderId,
SearchFilter searchFilter,
ItemView view)
Obtains a list of items by searching the contents of a specific folder. |
|
GroupedFindItemsResults<Item> |
ExchangeService.findItems(FolderId parentFolderId,
SearchFilter searchFilter,
ItemView view,
Grouping groupBy)
Obtains a grouped list of items by searching the contents of a specific folder. |
|
protected
|
ExchangeService.findItems(Iterable<FolderId> parentFolderIds,
SearchFilter searchFilter,
String queryString,
ViewBase view,
Grouping groupBy,
microsoft.exchange.webservices.data.ServiceErrorHandling errorHandlingMode)
Finds items. |
|
FindItemsResults<Item> |
Folder.findItems(SearchFilter searchFilter,
ItemView view)
Find items. |
|
GroupedFindItemsResults<Item> |
Folder.findItems(SearchFilter searchFilter,
ItemView view,
Grouping groupBy)
Find items. |
|
FindItemsResults<Item> |
ExchangeService.findItems(WellKnownFolderName parentFolderName,
SearchFilter searchFilter,
ItemView view)
Obtains a list of items by searching the contents of a specific folder. |
|
GroupedFindItemsResults<Item> |
ExchangeService.findItems(WellKnownFolderName parentFolderName,
SearchFilter searchFilter,
ItemView view,
Grouping groupBy)
Obtains a grouped list of items by searching the contents of a specific folder. |
|
void |
SearchFilter.SearchFilterCollection.remove(SearchFilter searchFilter)
Removes a search filter from the collection. |
|
void |
SearchFilter.SearchFilterCollection.setSearchFilter(int index,
SearchFilter searchFilter)
Sets the search filter at the specified index. |
|
void |
SearchFolderParameters.setSearchFilter(SearchFilter searchFilter)
Sets the search filter. |
|
void |
SearchFilter.Not.setSearchFilter(SearchFilter searchFilter)
Sets the search filter to negate. |
|
| Method parameters in microsoft.exchange.webservices.data with type arguments of type SearchFilter | |
|---|---|
void |
SearchFilter.SearchFilterCollection.addRange(Iterable<SearchFilter> searchFilters)
Adds multiple search filters to the collection. |
| Constructors in microsoft.exchange.webservices.data with parameters of type SearchFilter | |
|---|---|
SearchFilter.Not(SearchFilter searchFilter)
Initializes a new instance of the class. |
|
SearchFilter.SearchFilterCollection(LogicalOperator logicalOperator,
SearchFilter... searchFilters)
Initializes a new instance of the class. |
|
| Constructor parameters in microsoft.exchange.webservices.data with type arguments of type SearchFilter | |
|---|---|
SearchFilter.SearchFilterCollection(LogicalOperator logicalOperator,
Iterable<SearchFilter> searchFilters)
Initializes a new instance of the class. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||