|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EWSConnectorInterface
Method Summary | |
---|---|
java.lang.String[] |
createEvent(ExchangeEventDTO event)
|
void |
deleteEvent(java.lang.String id,
java.lang.String changeKey,
java.lang.String deleteType,
java.lang.String SendMeetingCancellations)
|
void |
deleteItem(java.lang.String id,
java.lang.String changeKey)
The Item will be hardly deleted. |
void |
deleteItem(java.lang.String id,
java.lang.String changeKey,
java.lang.String deleteType)
|
java.util.ArrayList |
getAllEvents()
|
java.util.ArrayList |
getContacts()
|
java.util.ArrayList |
getEmailsShalow()
Return only the shallow information, which doesn't require second query, of all the emails in the email folder. |
ExchangeEventDTO |
getEventFull(java.lang.String id)
|
java.util.ArrayList |
getEvents(java.util.Date startDate,
java.util.Date endDate)
|
java.util.ArrayList |
getPublicContacts()
|
void |
setDomain(java.lang.String domain)
|
void |
setFolder(java.lang.String folderName)
set the folder for the current operation. |
void |
setUseNTLMAuthentication(boolean useNtlm)
set to true if your exchange server supports only NTLM authentication. |
void |
updateEvent(ExchangeEventDTO event)
|
Method Detail |
---|
void setDomain(java.lang.String domain)
void setUseNTLMAuthentication(boolean useNtlm)
useNtlm
- booleanvoid setFolder(java.lang.String folderName)
folderName
- Stringjava.util.ArrayList getAllEvents() throws ExchangeGeneralException
ExchangeGeneralException
java.util.ArrayList getEvents(java.util.Date startDate, java.util.Date endDate) throws ExchangeGeneralException
startDate
- endDate
-
ExchangeGeneralException
ExchangeEventDTO getEventFull(java.lang.String id) throws ExchangeGeneralException
id
- event Id
ExchangeGeneralException
java.util.ArrayList getContacts() throws ExchangeGeneralException
ExchangeGeneralException
java.util.ArrayList getPublicContacts() throws ExchangeGeneralException
ExchangeGeneralException
java.util.ArrayList getEmailsShalow() throws ExchangeGeneralException
ExchangeGeneralException
java.lang.String[] createEvent(ExchangeEventDTO event) throws ExchangeGeneralException
event
- ExchangeEventDTO
ExchangeGeneralException
void updateEvent(ExchangeEventDTO event) throws ExchangeGeneralException
event
- ExchangeEventDTO
ExchangeGeneralException
void deleteItem(java.lang.String id, java.lang.String changeKey) throws ExchangeGeneralException
Id
- The Id of the Item for deletechangeKey
- The changeKey of the item for delete
ExchangeGeneralException
void deleteItem(java.lang.String id, java.lang.String changeKey, java.lang.String deleteType) throws ExchangeGeneralException
Id
- The Id of the Item for deletechangeKey
- The changeKey of the item for deletedeleteType
- you need to choose one of the following:ExchangeGeneralException
void deleteEvent(java.lang.String id, java.lang.String changeKey, java.lang.String deleteType, java.lang.String SendMeetingCancellations) throws ExchangeGeneralException
Id
- The Id of the Item for deletechangeKey
- The changeKey of the item for deletedeleteType
- you need to choose one of the following:SendMeetingCancellations
- you need to choose one of the following:ExchangeGeneralException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |