|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Scriptable public interface IExchangeTaskUtil
Utility interface for working with MS Exchange tasks.
Method Summary | |
---|---|
IExchangeTask |
createNew(java.util.Date p_dtStartDate,
java.util.Date p_dtDueDate,
java.lang.String p_strSubject,
java.lang.String p_strUserMailbox)
Deprecated. |
IExchangeTask |
createNewTask(java.util.Date p_dtStartDate,
java.util.Date p_dtDueDate,
java.lang.String p_strSubject,
java.lang.String p_strUserMailbox)
Creates a new task. |
IExchangeTask |
findById(java.lang.String p_strId)
Finds a task by the given ID. |
IExchangeTask |
findByPermanentUrl(java.lang.String p_strPermUrl)
Finds a task by the given Permanent URL. |
Method Detail |
---|
@Deprecated IExchangeTask createNew(java.util.Date p_dtStartDate, java.util.Date p_dtDueDate, java.lang.String p_strSubject, java.lang.String p_strUserMailbox) throws de.uplanet.lucy.server.businesslogic.exchange.util.ExchangeUtilException
p_strSubject
- The subject of the task.p_strUserMailbox
- The name of the mailbox in which the task will be created.
IExchangeTask
instance.
ExchangeUtilException
- If the task could not be created.IExchangeTask createNewTask(java.util.Date p_dtStartDate, java.util.Date p_dtDueDate, java.lang.String p_strSubject, java.lang.String p_strUserMailbox) throws de.uplanet.lucy.server.businesslogic.exchange.util.ExchangeUtilException
p_strSubject
- The subject of the task.p_strUserMailbox
- The name of the mailbox in which the task will be created.
IExchangeTask
instance.
ExchangeUtilException
- If the task could not be created.IExchangeTask findById(java.lang.String p_strId) throws de.uplanet.lucy.server.businesslogic.exchange.util.ExchangeUtilException
p_strId
- The task ID.
IExchangeTask
instance.
ExchangeUtilException
IExchangeTask findByPermanentUrl(java.lang.String p_strPermUrl) throws de.uplanet.lucy.server.businesslogic.exchange.util.ExchangeUtilException
p_strPermUrl
- The permanent URL.
IExchangeTask
.
ExchangeUtilException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |