|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmicrosoft.exchange.webservices.data.ServiceObject
microsoft.exchange.webservices.data.Folder
microsoft.exchange.webservices.data.SearchFolder
public class SearchFolder
Represents a search folder.
Constructor Summary | |
---|---|
SearchFolder(ExchangeService service)
Initializes an unsaved local instance of the class. |
Method Summary | |
---|---|
static SearchFolder |
bind(ExchangeService service,
FolderId id)
Binds to an existing search folder and loads its first class properties. |
static SearchFolder |
bind(ExchangeService service,
FolderId id,
PropertySet propertySet)
Binds to an existing search folder and loads the specified set of properties. |
static SearchFolder |
bind(ExchangeService service,
WellKnownFolderName name)
Binds to an existing search folder and loads the specified set of properties. |
static SearchFolder |
bind(ExchangeService service,
WellKnownFolderName name,
PropertySet propertySet)
Binds to an existing search folder and loads the specified set of properties. |
protected ExchangeVersion |
getMinimumRequiredServerVersion()
Gets the minimum required server version. |
protected ServiceObjectSchema |
getSchema()
Internal method to return the schema associated with this type of object. |
SearchFolderParameters |
getSearchParameters()
Gets the search parameters associated with the search folder. |
protected void |
validate()
Validates this instance. |
Methods inherited from class microsoft.exchange.webservices.data.Folder |
---|
copy, copy, delete, empty, findFolders, findFolders, findItems, findItems, findItems, findItems, findItems, findItems, getChangeXmlElementName, getChildFolderCount, getDeleteFieldXmlElementName, getDisplayName, getEffectiveRights, getExtendedProperties, getExtendedPropertiesForService, getFolderClass, getId, getIdPropertyDefinition, getManagedFolderInformation, getParentFolderId, getPermissions, getSetFieldXmlElementName, getTotalCount, getUnreadCount, internalDelete, internalLoad, move, move, removeExtendedProperty, save, save, setDisplayName, setExtendedProperty, setFolderClass, update |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchFolder(ExchangeService service) throws java.lang.Exception
service
- the service
java.lang.Exception
- the exceptionMethod Detail |
---|
public static SearchFolder bind(ExchangeService service, FolderId id, PropertySet propertySet) throws java.lang.Exception
service
- the serviceid
- the idpropertySet
- the property set
java.lang.Exception
- the exceptionpublic static SearchFolder bind(ExchangeService service, FolderId id) throws java.lang.Exception
service
- the serviceid
- the id
java.lang.Exception
- the exceptionpublic static SearchFolder bind(ExchangeService service, WellKnownFolderName name, PropertySet propertySet) throws java.lang.Exception
service
- the servicename
- the namepropertySet
- the property set
java.lang.Exception
- the exceptionpublic static SearchFolder bind(ExchangeService service, WellKnownFolderName name) throws java.lang.Exception
service
- the servicename
- the name
java.lang.Exception
- the exceptionprotected ServiceObjectSchema getSchema()
getSchema
in class Folder
protected void validate() throws java.lang.Exception
validate
in class Folder
java.lang.Exception
- the exceptionprotected ExchangeVersion getMinimumRequiredServerVersion()
getMinimumRequiredServerVersion
in class Folder
public SearchFolderParameters getSearchParameters() throws java.lang.Exception
java.lang.Exception
- the exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |