Uses of Class
microsoft.exchange.webservices.data.PropertyDefinitionBase

Uses of PropertyDefinitionBase in microsoft.exchange.webservices.data
 

Subclasses of PropertyDefinitionBase in microsoft.exchange.webservices.data
 class ExtendedPropertyDefinition
          Represents the definition of an extended property.
 class IndexedPropertyDefinition
          Represents an indexed property definition.
 class PropertyDefinition
          Represents the definition of a folder or item property.
 class RecurrencePropertyDefinition
          Represenrs recurrence property definition.
 class ResponseObjectsPropertyDefinition
          Represents response object property defintion.
 class ServiceObjectPropertyDefinition
          Represents a property definition for a service object.
 

Methods in microsoft.exchange.webservices.data that return PropertyDefinitionBase
protected static PropertyDefinitionBase ServiceObjectSchema.findPropertyDefinition(String uri)
          Finds the property definition.
 PropertyDefinitionBase Grouping.getAggregateOn()
          Gets the property to aggregateOn.
 PropertyDefinitionBase Grouping.getGroupOn()
          Gets the property to group on.
 PropertyDefinitionBase SearchFilter.RelationalFilter.getOtherPropertyDefinition()
          Gets the definition of the property to compare with.
 PropertyDefinitionBase ServiceObjectPropertyException.getPropertyDefinition()
          The definition of the property that is at the origin of the exception.
 PropertyDefinitionBase SearchFilter.PropertyBasedFilter.getPropertyDefinition()
          Gets the definition of the property that is involved in the search filter.
 PropertyDefinitionBase PropertySet.getPropertyDefinitionBaseAt(int index)
          * Gets the PropertyDefinitionBase at the specified index.
 

Methods in microsoft.exchange.webservices.data that return types with arguments of type PropertyDefinitionBase
 Iterator<Map<PropertyDefinitionBase,SortDirection>> OrderByCollection.getEnumerator()
          Returns an enumerator that iterates through the collection.
 Collection<PropertyDefinitionBase> ServiceResponse.getErrorProperties()
          * Gets information about property errors associated with the response.
 Collection<PropertyDefinitionBase> ServiceObject.getLoadedPropertyDefinitions()
          Gets the collection of loaded property definitions.
 Map<PropertyDefinitionBase,SortDirection> OrderByCollection.getPropertyDefinitionSortDirectionPair(int index)
          * Gets the element at the specified index from the collection.
 Iterator<PropertyDefinitionBase> PropertySet.iterator()
           
 Iterator<Map<PropertyDefinitionBase,SortDirection>> OrderByCollection.iterator()
           
 

Methods in microsoft.exchange.webservices.data with parameters of type PropertyDefinitionBase
 void PropertySet.add(PropertyDefinitionBase property)
          * Adds the specified property to the property set.
 void OrderByCollection.add(PropertyDefinitionBase propertyDefinition, SortDirection sortDirection)
          * Adds the specified property definition / sort direction pair to the collection.
 boolean PropertySet.contains(PropertyDefinitionBase property)
          Determines whether the specified property has been explicitly added to this property set using the Add or AddRange methods.
protected  boolean OrderByCollection.contains(PropertyDefinitionBase propertyDefinition)
          * Determines whether the collection contains the specified property definition.
 Object ServiceObject.getObjectFromPropertyDefinition(PropertyDefinitionBase propertyDefinition)
          * Gets the value of specified property in this instance.
 void ItemAttachment.load(BodyType bodyType, PropertyDefinitionBase... additionalProperties)
          Loads this attachment.
 void ItemAttachment.load(PropertyDefinitionBase... additionalProperties)
          Loads this attachment.
 boolean PropertySet.remove(PropertyDefinitionBase property)
          Removes the specified property from the set.
 boolean OrderByCollection.remove(PropertyDefinitionBase propertyDefinition)
          * Removes the specified property definition from the collection.
 void Grouping.setAggregateOn(PropertyDefinitionBase aggregateOn)
          Sets the property to aggregateOn.
 void Grouping.setGroupOn(PropertyDefinitionBase groupOn)
          sets the property to group on.
 void SearchFilter.RelationalFilter.setOtherPropertyDefinition(PropertyDefinitionBase OtherPropertyDefinition)
          Sets the definition of the property to compare with.
 void SearchFilter.PropertyBasedFilter.setPropertyDefinition(PropertyDefinitionBase propertyDefinition)
          Sets the definition of the property that is involved in the search filter.
<T> boolean
ServiceObject.tryGetProperty(Class<T> cls, PropertyDefinitionBase propertyDefinition, OutParam<T> propertyValue)
          Try to get the value of a specified property in this instance.
 boolean ServiceObject.tryGetProperty(PropertyDefinitionBase propertyDefinition, OutParam<Object> propertyValue)
          Try to get the value of a specified property in this instance.
 boolean OrderByCollection.tryGetValue(PropertyDefinitionBase propertyDefinition, OutParam sortDirection)
          * Tries to get the value for a property definition in the collection.
 

Method parameters in microsoft.exchange.webservices.data with type arguments of type PropertyDefinitionBase
 void PropertySet.addRange(Iterable<PropertyDefinitionBase> properties)
          * Adds the specified properties to the property set.
protected static void ServiceObjectSchema.addSchemaPropertiesToDictionary(Class<?> type, Map<String,PropertyDefinitionBase> propDefDictionary)
          Adds schema properties to dictionary.
protected  void ExchangeService.getAttachment(Attachment attachment, BodyType bodyType, Iterable<PropertyDefinitionBase> additionalProperties)
          Gets the attachment.
protected  ServiceResponseCollection<microsoft.exchange.webservices.data.GetAttachmentResponse> ExchangeService.getAttachments(Attachment[] attachments, BodyType bodyType, Iterable<PropertyDefinitionBase> additionalProperties)
          Gets attachments.
protected  void Attachment.internalLoad(BodyType bodyType, Iterable<PropertyDefinitionBase> additionalProperties)
          Load the attachment.
 void ItemAttachment.load(BodyType bodyType, Iterable<PropertyDefinitionBase> additionalProperties)
          Loads this attachment.
 void ItemAttachment.load(Iterable<PropertyDefinitionBase> additionalProperties)
          Loads this attachment.
protected static boolean PropertyDefinitionBase.tryLoadFromXml(microsoft.exchange.webservices.data.EwsServiceXmlReader reader, OutParam<PropertyDefinitionBase> propertyDefinition)
          * Tries to load from XML.
protected static void PropertySet.writeAdditionalPropertiesToXml(microsoft.exchange.webservices.data.EwsServiceXmlWriter writer, Iterator<PropertyDefinitionBase> propertyDefinitions)
          * Writes additonal properties to XML.
 

Constructors in microsoft.exchange.webservices.data with parameters of type PropertyDefinitionBase
Grouping(PropertyDefinitionBase groupOn, SortDirection sortDirection, PropertyDefinitionBase aggregateOn, AggregateType aggregateType)
          Initializes a new instance of the "Grouping" class.
PropertySet(BasePropertySet basePropertySet, PropertyDefinitionBase... additionalProperties)
          Initializes a new instance of PropertySet.
PropertySet(PropertyDefinitionBase... additionalProperties)
          Initializes a new instance of PropertySet based upon BasePropertySet.IdOnly.
SearchFilter.ContainsSubstring(PropertyDefinitionBase propertyDefinition, String value)
          Initializes a new instance of the class.
SearchFilter.ContainsSubstring(PropertyDefinitionBase propertyDefinition, String value, ContainmentMode containmentMode, ComparisonMode comparisonMode)
          Initializes a new instance of the class.
SearchFilter.ExcludesBitmask(PropertyDefinitionBase propertyDefinition, int bitmask)
          Initializes a new instance of the class.
SearchFilter.Exists(PropertyDefinitionBase propertyDefinition)
          Initializes a new instance of the class.
SearchFilter.IsEqualTo(PropertyDefinitionBase propertyDefinition, Object value)
          Initializes a new instance of the class.
SearchFilter.IsEqualTo(PropertyDefinitionBase propertyDefinition, PropertyDefinitionBase otherPropertyDefinition)
          Initializes a new instance of the class.
SearchFilter.IsGreaterThan(PropertyDefinitionBase propertyDefinition, Object value)
          Initializes a new instance of the class.
SearchFilter.IsGreaterThan(PropertyDefinitionBase propertyDefinition, PropertyDefinitionBase otherPropertyDefinition)
          Initializes a new instance of the class.
SearchFilter.IsGreaterThanOrEqualTo(PropertyDefinitionBase propertyDefinition, Object value)
          Initializes a new instance of the class.
SearchFilter.IsGreaterThanOrEqualTo(PropertyDefinitionBase propertyDefinition, PropertyDefinitionBase otherPropertyDefinition)
          Initializes a new instance of the class.
SearchFilter.IsLessThan(PropertyDefinitionBase propertyDefinition, Object value)
          Initializes a new instance of the class.
SearchFilter.IsLessThan(PropertyDefinitionBase propertyDefinition, PropertyDefinitionBase otherPropertyDefinition)
          Initializes a new instance of the class.
SearchFilter.IsLessThanOrEqualTo(PropertyDefinitionBase propertyDefinition, Object value)
          Initializes a new instance of the class.
SearchFilter.IsLessThanOrEqualTo(PropertyDefinitionBase propertyDefinition, PropertyDefinitionBase otherPropertyDefinition)
          Initializes a new instance of the class.
SearchFilter.IsNotEqualTo(PropertyDefinitionBase propertyDefinition, Object value)
          Initializes a new instance of the class.
SearchFilter.IsNotEqualTo(PropertyDefinitionBase propertyDefinition, PropertyDefinitionBase otherPropertyDefinition)
          Initializes a new instance of the class.
ServiceObjectPropertyException(PropertyDefinitionBase propertyDefinition)
          ServiceObjectPropertyException constructor.
ServiceObjectPropertyException(String message, PropertyDefinitionBase propertyDefinition)
          ServiceObjectPropertyException constructor.
ServiceObjectPropertyException(String message, PropertyDefinitionBase propertyDefinition, Exception innerException)
          * ServiceObjectPropertyException constructor.
 

Constructor parameters in microsoft.exchange.webservices.data with type arguments of type PropertyDefinitionBase
PropertySet(BasePropertySet basePropertySet, Iterator<PropertyDefinitionBase> additionalProperties)
          Initializes a new instance of PropertySet.
PropertySet(Iterator<PropertyDefinitionBase> additionalProperties)
          Initializes a new instance of PropertySet based upon BasePropertySet.IdOnly.
 



Copyright © 2012. All Rights Reserved.