|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.compoze.exchange.webdav.ContentClass
This class provides an extended skeletal implementation that deals specifically with Outlook types, such as folder and message types.
Field Summary | |
static ContentClass |
ACTIVITY
This value represents the content class 'urn:content-classes:activity'. |
static ContentClass |
APPOINTMENT
This value represents the content class 'urn:content-classes:appointment'. |
static ContentClass |
CALENDAR_FOLDER
This value represents the content class 'urn:content-classes:calendarfolder'. |
static ContentClass |
CALENDAR_MESSAGE
This value represents the content class 'urn:content-classes:calendarmessage'. |
static ContentClass |
CONTACT_FOLDER
This value represents the content class 'urn:content-classes:contactfolder'. |
static ContentClass |
DOCUMENT
This value represents the content class 'urn:content-classes:document'. |
static ContentClass |
DSN
This value represents the content class 'urn:content-classes:dsn'. |
static ContentClass |
FOLDER
This value represents the content class 'urn:content-classes:folder'. |
static ContentClass |
GROUP
This value represents the content class 'urn:content-classes:group'. |
static ContentClass |
JOURNAL_FOLDER
This value represents the content class 'urn:content-classes:journalfolder'. |
static ContentClass |
MAIL_FOLDER
This value represents the content class 'urn:content-classes:mailfolder'. |
static ContentClass |
MDN
This value represents the content class 'urn:content-classes:mdn'. |
static ContentClass |
MESSAGE
This value represents the content class 'urn:content-classes:message'. |
static ContentClass |
NOTE
This value represents the content class 'urn:content-classes:note'. |
static ContentClass |
NOTE_FOLDER
This value represents the content class 'urn:content-classes:notefolder'. |
static ContentClass |
PERSON
This value represents the content class 'urn:content-classes:person'. |
static ContentClass |
RECALL_MESSAGE
This value represents the content class 'urn:content-classes:recallmessage'. |
static ContentClass |
RECALL_REPORT
This value represents the content class 'urn:content-classes:recallreport'. |
static ContentClass |
REPORT_MESSAGE
This value represents the content class 'urn:content-classes:reportmessage'. |
static ContentClass |
TASK
This value represents the content class 'urn:content-classes:task'. |
static ContentClass |
TASK_FOLDER
This value represents the content class 'urn:content-classes:taskfolder'. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other ContentClass
object is "equal to" this one. |
static ContentClass |
get(java.lang.String sName)
Gets the content class by name. |
static java.util.Collection |
getContentClasses()
Gets a list of available content classes. |
IItem |
getInstance(com.compoze.util.webdav.Response30 response,
Session session)
|
IItem |
getInstance(com.compoze.util.webdav.Response30 response,
Session session,
Folder parentFolder)
|
java.lang.String |
getValue()
Gets the store value for this content class. |
static void |
main(java.lang.String[] args)
|
java.lang.String |
toString()
Returns a string representation of this object. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static ContentClass ACTIVITY
public static ContentClass APPOINTMENT
public static ContentClass CALENDAR_MESSAGE
public static ContentClass DOCUMENT
public static ContentClass DSN
public static ContentClass GROUP
public static ContentClass MDN
public static ContentClass MESSAGE
public static ContentClass PERSON
public static ContentClass RECALL_MESSAGE
public static ContentClass RECALL_REPORT
public static ContentClass REPORT_MESSAGE
public static ContentClass NOTE
public static ContentClass TASK
public static ContentClass CALENDAR_FOLDER
public static ContentClass CONTACT_FOLDER
public static ContentClass FOLDER
public static ContentClass JOURNAL_FOLDER
public static ContentClass MAIL_FOLDER
public static ContentClass NOTE_FOLDER
public static ContentClass TASK_FOLDER
Method Detail |
public java.lang.String getValue()
public IItem getInstance(com.compoze.util.webdav.Response30 response, Session session) throws ItemLoadException
public IItem getInstance(com.compoze.util.webdav.Response30 response, Session session, Folder parentFolder) throws ItemLoadException
public static ContentClass get(java.lang.String sName)
sName
- the name of the content class.null
if not found.public static java.util.Collection getContentClasses()
public boolean equals(java.lang.Object o)
ContentClass
object is "equal to" this one.equals
in class java.lang.Object
true
if this object is the same as
the argument; false
otherwise.public java.lang.String toString()
toString
in class java.lang.Object
public static void main(java.lang.String[] args)
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |