Moyosoft Products | Services | Download | Contact us    
Java Bridge to Exchange
Products  >  Java Bridge to Exchange  >  API Reference    
API Reference
   
Overview  |  
Classic JavaDoc

Interface ExchangeTask

com.moyosoft.exchange.task.ExchangeTask

Implemented Interfaces:

public interface ExchangeTask implements ExchangeItem

Represents a task stored in an Exchange folder.

A new task can be created with the method ExchangeFolder.createTask(). To save the new task to the folder, call the method save().

This class provides getter and setter methods to access or modify the task's properties.

See Also:

Methods

void
clearRecurrencePattern ()
Clears the recurrence pattern of this item making it non-recurring. The changes are effective after this item is saved.
void
delete (boolean moveToDeletedItems, boolean deleteOnlyThisOccurrence)
Deletes this item.
int
getActualWork ()
java.util.Date
getAssignedTime ()
String
getBillingInformation ()
int
getChangeCount ()
java.util.List
getCompanies ()
java.util.Date
getCompleteDate ()
java.util.List
getContacts ()
getDelegationState ()
String
getDelegator ()
java.util.Date
getDueDate ()
String
getMileage ()
String
getOwner ()
double
getPercentComplete ()
getRecurrencePattern ()
Returns the recurrence pattern of this item.
java.util.Date
getStartDate ()
getStatus ()
String
getStatusDescription ()
int
getTaskType ()
Returns the following task type values: 0 = The default for all task items. 1 = A task request. 2 = A task acceptance from a recipient of a task request. 3 = A task declination from a recipient of a task request. 4 = An update to a previous task request. 5 = Not used.
int
getTotalWork ()
boolean
isComplete ()
boolean
isRecurring ()
boolean
isTeamTask ()
void
setActualWork (int actualWork)
void
setBillingInformation (String billingInformation)
void
setCompanies (java.util.List companies)
void
setCompleteDate (java.util.Date completeDate)
void
setContacts (java.util.List contacts)
void
setDelegator (String delegator)
void
setDueDate (java.util.Date dueDate)
void
setIsRecurring (boolean isRecurring)
void
setMileage (String mileage)
void
setPercentComplete (double percentComplete)
void
setStartDate (java.util.Date startDate)
void
setStatus (TaskStatus status)
void
setStatusDescription (String statusDescription)
void
setTotalWork (int totalWork)

Community comments



Powered by JavaDocPlus