OKMWebservices  2.0
OpenKM Webservices
 All Classes Namespaces Files Functions Variables Properties Events
com.openkm.ws.community.ws60.OKMMail Class Reference

More...

Inheritance diagram for com.openkm.ws.community.ws60.OKMMail:
Collaboration diagram for com.openkm.ws.community.ws60.OKMMail:

Public Member Functions

 OKMMail ()
 
 OKMMail (String Url)
 
mail create ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] mail mail)
 
void createAsync (string token, mail mail)
 
void createAsync (string token, mail mail, object userState)
 
void move ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string mailPath, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string dstPath)
 
void moveAsync (string token, string mailPath, string dstPath)
 
void moveAsync (string token, string mailPath, string dstPath, object userState)
 
void delete ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string mailPath)
 
void deleteAsync (string token, string mailPath)
 
void deleteAsync (string token, string mailPath, object userState)
 
bool isValid ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string mailPath)
 
void isValidAsync (string token, string mailPath)
 
void isValidAsync (string token, string mailPath, object userState)
 
string getPath ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string uuid)
 
void getPathAsync (string token, string uuid)
 
void getPathAsync (string token, string uuid, object userState)
 
mail[] getChildren ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string mailPath)
 
void getChildrenAsync (string token, string mailPath)
 
void getChildrenAsync (string token, string mailPath, object userState)
 
mail getProperties ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string mailPath)
 
void getPropertiesAsync (string token, string mailPath)
 
void getPropertiesAsync (string token, string mailPath, object userState)
 
mail[] getChilds ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string mailPath)
 
void getChildsAsync (string token, string mailPath)
 
void getChildsAsync (string token, string mailPath, object userState)
 
mail rename ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string mailPath, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string newName)
 
void renameAsync (string token, string mailPath, string newName)
 
void renameAsync (string token, string mailPath, string newName, object userState)
 
new void CancelAsync (object userState)
 

Events

createCompletedEventHandler2 createCompleted
 
moveCompletedEventHandler moveCompleted
 
deleteCompletedEventHandler deleteCompleted
 
isValidCompletedEventHandler isValidCompleted
 
getPathCompletedEventHandler getPathCompleted
 
getChildrenCompletedEventHandler2 getChildrenCompleted
 
getPropertiesCompletedEventHandler2 getPropertiesCompleted
 
getChildsCompletedEventHandler2 getChildsCompleted
 
renameCompletedEventHandler3 renameCompleted
 

Detailed Description

Constructor & Destructor Documentation

com.openkm.ws.community.ws60.OKMMail.OKMMail ( )

com.openkm.ws.community.ws60.OKMMail.OKMMail ( String  Url)

Member Function Documentation

new void com.openkm.ws.community.ws60.OKMMail.CancelAsync ( object  userState)

mail com.openkm.ws.community.ws60.OKMMail.create ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] mail  mail 
)

void com.openkm.ws.community.ws60.OKMMail.createAsync ( string  token,
mail  mail 
)

void com.openkm.ws.community.ws60.OKMMail.createAsync ( string  token,
mail  mail,
object  userState 
)

void com.openkm.ws.community.ws60.OKMMail.delete ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  mailPath 
)

void com.openkm.ws.community.ws60.OKMMail.deleteAsync ( string  token,
string  mailPath 
)

void com.openkm.ws.community.ws60.OKMMail.deleteAsync ( string  token,
string  mailPath,
object  userState 
)

mail [] com.openkm.ws.community.ws60.OKMMail.getChildren ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  mailPath 
)

void com.openkm.ws.community.ws60.OKMMail.getChildrenAsync ( string  token,
string  mailPath 
)

void com.openkm.ws.community.ws60.OKMMail.getChildrenAsync ( string  token,
string  mailPath,
object  userState 
)

mail [] com.openkm.ws.community.ws60.OKMMail.getChilds ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  mailPath 
)

void com.openkm.ws.community.ws60.OKMMail.getChildsAsync ( string  token,
string  mailPath 
)

void com.openkm.ws.community.ws60.OKMMail.getChildsAsync ( string  token,
string  mailPath,
object  userState 
)

string com.openkm.ws.community.ws60.OKMMail.getPath ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  uuid 
)

void com.openkm.ws.community.ws60.OKMMail.getPathAsync ( string  token,
string  uuid 
)

void com.openkm.ws.community.ws60.OKMMail.getPathAsync ( string  token,
string  uuid,
object  userState 
)

mail com.openkm.ws.community.ws60.OKMMail.getProperties ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  mailPath 
)

void com.openkm.ws.community.ws60.OKMMail.getPropertiesAsync ( string  token,
string  mailPath 
)

void com.openkm.ws.community.ws60.OKMMail.getPropertiesAsync ( string  token,
string  mailPath,
object  userState 
)

bool com.openkm.ws.community.ws60.OKMMail.isValid ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  mailPath 
)

void com.openkm.ws.community.ws60.OKMMail.isValidAsync ( string  token,
string  mailPath 
)

void com.openkm.ws.community.ws60.OKMMail.isValidAsync ( string  token,
string  mailPath,
object  userState 
)

void com.openkm.ws.community.ws60.OKMMail.move ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  mailPath,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  dstPath 
)

void com.openkm.ws.community.ws60.OKMMail.moveAsync ( string  token,
string  mailPath,
string  dstPath 
)

void com.openkm.ws.community.ws60.OKMMail.moveAsync ( string  token,
string  mailPath,
string  dstPath,
object  userState 
)

mail com.openkm.ws.community.ws60.OKMMail.rename ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  mailPath,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  newName 
)

void com.openkm.ws.community.ws60.OKMMail.renameAsync ( string  token,
string  mailPath,
string  newName 
)

void com.openkm.ws.community.ws60.OKMMail.renameAsync ( string  token,
string  mailPath,
string  newName,
object  userState 
)

Event Documentation

createCompletedEventHandler2 com.openkm.ws.community.ws60.OKMMail.createCompleted

deleteCompletedEventHandler com.openkm.ws.community.ws60.OKMMail.deleteCompleted

getChildrenCompletedEventHandler2 com.openkm.ws.community.ws60.OKMMail.getChildrenCompleted

getChildsCompletedEventHandler2 com.openkm.ws.community.ws60.OKMMail.getChildsCompleted

getPathCompletedEventHandler com.openkm.ws.community.ws60.OKMMail.getPathCompleted

getPropertiesCompletedEventHandler2 com.openkm.ws.community.ws60.OKMMail.getPropertiesCompleted

isValidCompletedEventHandler com.openkm.ws.community.ws60.OKMMail.isValidCompleted

moveCompletedEventHandler com.openkm.ws.community.ws60.OKMMail.moveCompleted

renameCompletedEventHandler3 com.openkm.ws.community.ws60.OKMMail.renameCompleted


The documentation for this class was generated from the following file: