microsoft.exchange.webservices.data
Class TaskSchema

java.lang.Object
  extended by microsoft.exchange.webservices.data.ServiceObjectSchema
      extended by microsoft.exchange.webservices.data.ItemSchema
          extended by microsoft.exchange.webservices.data.TaskSchema
All Implemented Interfaces:
java.lang.Iterable<PropertyDefinition>

public class TaskSchema
extends ItemSchema

Represents the schema for task items.


Field Summary
static PropertyDefinition ActualWork
          Defines the ActualWork property.
static PropertyDefinition AssignedTime
          Defines the AssignedTime property.
static PropertyDefinition BillingInformation
          Defines the BillingInformation property.
static PropertyDefinition ChangeCount
          Defines the ChangeCount property.
static PropertyDefinition Companies
          Defines the Companies property.
static PropertyDefinition CompleteDate
          Defines the CompleteDate property.
static PropertyDefinition Contacts
          Defines the Contacts property.
static PropertyDefinition DelegationState
          Defines the DelegationState property.
static PropertyDefinition Delegator
          Defines the Delegator property.
static PropertyDefinition DueDate
          Defines the DueDate property.
protected static TaskSchema Instance
          This must be declared after the property definitions.
static PropertyDefinition IsComplete
          Defines the IsComplete property.
static PropertyDefinition IsRecurring
          Defines the IsRecurring property.
static PropertyDefinition IsTeamTask
          Defines the IsTeamTask property.
static PropertyDefinition Mileage
          Defines the Mileage property.
static PropertyDefinition Mode
          Defines the Mode property.
static PropertyDefinition Owner
          Defines the Owner property.
static PropertyDefinition PercentComplete
          Defines the PercentComplete property.
static PropertyDefinition Recurrence
          Defines the Recurrence property.
static PropertyDefinition StartDate
          Defines the StartDate property.
static PropertyDefinition Status
          Defines the Status property.
static PropertyDefinition StatusDescription
          Defines the StatusDescription property.
static PropertyDefinition TotalWork
          Defines the TotalWork property.
 
Fields inherited from class microsoft.exchange.webservices.data.ItemSchema
AllowedResponseActions, Attachments, Body, Categories, ConversationId, Culture, DateTimeCreated, DateTimeReceived, DateTimeSent, DisplayCc, DisplayTo, EffectiveRights, HasAttachments, Id, Importance, InReplyTo, InternetMessageHeaders, IsAssociated, IsDraft, IsFromMe, IsReminderSet, IsResend, IsSubmitted, IsUnmodified, ItemClass, LastModifiedName, LastModifiedTime, MimeContent, ParentFolderId, ReminderDueBy, ReminderMinutesBeforeStart, Sensitivity, Size, StoreEntryId, Subject, UniqueBody, WebClientEditFormQueryString, WebClientReadFormQueryString
 
Fields inherited from class microsoft.exchange.webservices.data.ServiceObjectSchema
extendedProperties
 
Method Summary
protected  void registerProperties()
          * This must be declared after the property definitions.
 
Methods inherited from class microsoft.exchange.webservices.data.ItemSchema
getInstance
 
Methods inherited from class microsoft.exchange.webservices.data.ServiceObjectSchema
addSchemaPropertiesToDictionary, addSchemaPropertyNamesToDictionary, findPropertyDefinition, getFirstClassProperties, getFirstClassSummaryProperties, initializeSchemaPropertyNames, iterator, registerIndexedProperty, registerInternalProperty, registerProperty, tryGetPropertyDefinition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ActualWork

public static final PropertyDefinition ActualWork
Defines the ActualWork property.


AssignedTime

public static final PropertyDefinition AssignedTime
Defines the AssignedTime property.


BillingInformation

public static final PropertyDefinition BillingInformation
Defines the BillingInformation property.


ChangeCount

public static final PropertyDefinition ChangeCount
Defines the ChangeCount property.


Companies

public static final PropertyDefinition Companies
Defines the Companies property.


CompleteDate

public static final PropertyDefinition CompleteDate
Defines the CompleteDate property.


Contacts

public static final PropertyDefinition Contacts
Defines the Contacts property.


DelegationState

public static final PropertyDefinition DelegationState
Defines the DelegationState property.


Delegator

public static final PropertyDefinition Delegator
Defines the Delegator property.


DueDate

public static final PropertyDefinition DueDate
Defines the DueDate property.


Mode

public static final PropertyDefinition Mode
Defines the Mode property.


IsComplete

public static final PropertyDefinition IsComplete
Defines the IsComplete property.


IsRecurring

public static final PropertyDefinition IsRecurring
Defines the IsRecurring property.


IsTeamTask

public static final PropertyDefinition IsTeamTask
Defines the IsTeamTask property.


Mileage

public static final PropertyDefinition Mileage
Defines the Mileage property.


Owner

public static final PropertyDefinition Owner
Defines the Owner property.


PercentComplete

public static final PropertyDefinition PercentComplete
Defines the PercentComplete property.


Recurrence

public static final PropertyDefinition Recurrence
Defines the Recurrence property.


StartDate

public static final PropertyDefinition StartDate
Defines the StartDate property.


Status

public static final PropertyDefinition Status
Defines the Status property.


StatusDescription

public static final PropertyDefinition StatusDescription
Defines the StatusDescription property.


TotalWork

public static final PropertyDefinition TotalWork
Defines the TotalWork property.


Instance

protected static final TaskSchema Instance
This must be declared after the property definitions.

Method Detail

registerProperties

protected void registerProperties()
* This must be declared after the property definitions.

Overrides:
registerProperties in class ItemSchema