|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of SearchFilter in microsoft.exchange.webservices.data.core |
|---|
| Methods in microsoft.exchange.webservices.data.core with parameters of type SearchFilter | ||
|---|---|---|
FindFoldersResults |
ExchangeService.findFolders(FolderId parentFolderId,
SearchFilter searchFilter,
FolderView view)
Obtains a list of folder by searching the sub-folder of the specified folder. |
|
FindFoldersResults |
ExchangeService.findFolders(WellKnownFolderName parentFolderName,
SearchFilter searchFilter,
FolderView view)
Obtains a list of folder by searching the sub-folder of the specified folder. |
|
protected
|
ExchangeService.findItems(Class<TItem> cls,
FolderId parentFolderId,
SearchFilter searchFilter,
ViewBase view,
Grouping groupBy)
Obtains a grouped list of item by searching the contents of a specific folder. |
|
FindItemsResults<Item> |
ExchangeService.findItems(FolderId parentFolderId,
SearchFilter searchFilter,
ItemView view)
Obtains a list of item 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 item by searching the contents of a specific folder. |
|
|
ExchangeService.findItems(Iterable<FolderId> parentFolderIds,
SearchFilter searchFilter,
String queryString,
ViewBase view,
Grouping groupBy,
ServiceErrorHandling errorHandlingMode)
Finds item. |
|
FindItemsResults<Item> |
ExchangeService.findItems(WellKnownFolderName parentFolderName,
SearchFilter searchFilter,
ItemView view)
Obtains a list of item 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 item by searching the contents of a specific folder. |
|
| Uses of SearchFilter in microsoft.exchange.webservices.data.core.service.folder |
|---|
| Methods in microsoft.exchange.webservices.data.core.service.folder with parameters of type SearchFilter | |
|---|---|
FindFoldersResults |
Folder.findFolders(SearchFilter searchFilter,
FolderView view)
Obtains a list of folder by searching the sub-folder of this folder. |
FindItemsResults<Item> |
Folder.findItems(SearchFilter searchFilter,
ItemView view)
Find item. |
GroupedFindItemsResults<Item> |
Folder.findItems(SearchFilter searchFilter,
ItemView view,
Grouping groupBy)
Find item. |
| Uses of SearchFilter in microsoft.exchange.webservices.data.property.complex |
|---|
| Methods in microsoft.exchange.webservices.data.property.complex that return SearchFilter | |
|---|---|
SearchFilter |
SearchFolderParameters.getSearchFilter()
Gets the search filter associated with the search folder. |
| Methods in microsoft.exchange.webservices.data.property.complex with parameters of type SearchFilter | |
|---|---|
void |
SearchFolderParameters.setSearchFilter(SearchFilter searchFilter)
Sets the search filter. |
| Uses of SearchFilter in microsoft.exchange.webservices.data.search.filter |
|---|
| Subclasses of SearchFilter in microsoft.exchange.webservices.data.search.filter | |
|---|---|
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 filter (for example, IsEqualTo, IsGreaterThan or IsLessThanOrEqualTo). |
static class |
SearchFilter.SearchFilterCollection
Represents a collection of search filter linked by a logical operator. |
| Methods in microsoft.exchange.webservices.data.search.filter that return SearchFilter | |
|---|---|
SearchFilter |
SearchFilter.Not.getSearchFilter()
Gets the search filter to negate. |
SearchFilter |
SearchFilter.SearchFilterCollection.getSearchFilter(int index)
Gets the search filter at the specified index. |
static SearchFilter |
SearchFilter.loadFromXml(EwsServiceXmlReader reader)
Loads from XML. |
| Methods in microsoft.exchange.webservices.data.search.filter that return types with arguments of type SearchFilter | |
|---|---|
Iterator<SearchFilter> |
SearchFilter.SearchFilterCollection.iterator()
|
| Methods in microsoft.exchange.webservices.data.search.filter 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. |
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 |
SearchFilter.Not.setSearchFilter(SearchFilter searchFilter)
Sets the search filter to negate. |
| Method parameters in microsoft.exchange.webservices.data.search.filter with type arguments of type SearchFilter | |
|---|---|
void |
SearchFilter.SearchFilterCollection.addRange(Iterable<SearchFilter> searchFilters)
Adds multiple search filter to the collection. |
| Constructors in microsoft.exchange.webservices.data.search.filter 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.search.filter 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 | |||||||||