OKMWebservices  2.0
OpenKM Webservices
 All Classes Namespaces Files Functions Variables Properties Events
com.openkm.ws.ws10.OKMNote Class Reference

More...

Inheritance diagram for com.openkm.ws.ws10.OKMNote:
Collaboration diagram for com.openkm.ws.ws10.OKMNote:

Public Member Functions

 OKMNote ()
 
 OKMNote (String Url)
 
note[] list ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string nodePath)
 
void listAsync (string token, string nodePath)
 
void listAsync (string token, string nodePath, 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 notePath)
 
void deleteAsync (string token, string notePath)
 
void deleteAsync (string token, string notePath, object userState)
 
note get ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string notePath)
 
void getAsync (string token, string notePath)
 
void getAsync (string token, string notePath, object userState)
 
void set ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string notePath, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string text)
 
void setAsync (string token, string notePath, string text)
 
void setAsync (string token, string notePath, string text, object userState)
 
note add ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string nodePath, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string text)
 
void addAsync (string token, string nodePath, string text)
 
void addAsync (string token, string nodePath, string text, object userState)
 
new void CancelAsync (object userState)
 

Events

listCompletedEventHandler listCompleted
 
deleteCompletedEventHandler deleteCompleted
 
getCompletedEventHandler1 getCompleted
 
setCompletedEventHandler setCompleted
 
addCompletedEventHandler1 addCompleted
 

Detailed Description

Constructor & Destructor Documentation

com.openkm.ws.ws10.OKMNote.OKMNote ( )

com.openkm.ws.ws10.OKMNote.OKMNote ( String  Url)

Member Function Documentation

note com.openkm.ws.ws10.OKMNote.add ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  nodePath,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  text 
)

void com.openkm.ws.ws10.OKMNote.addAsync ( string  token,
string  nodePath,
string  text 
)

void com.openkm.ws.ws10.OKMNote.addAsync ( string  token,
string  nodePath,
string  text,
object  userState 
)

new void com.openkm.ws.ws10.OKMNote.CancelAsync ( object  userState)

void com.openkm.ws.ws10.OKMNote.delete ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  notePath 
)

void com.openkm.ws.ws10.OKMNote.deleteAsync ( string  token,
string  notePath 
)

void com.openkm.ws.ws10.OKMNote.deleteAsync ( string  token,
string  notePath,
object  userState 
)

note com.openkm.ws.ws10.OKMNote.get ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  notePath 
)

void com.openkm.ws.ws10.OKMNote.getAsync ( string  token,
string  notePath 
)

void com.openkm.ws.ws10.OKMNote.getAsync ( string  token,
string  notePath,
object  userState 
)

note [] com.openkm.ws.ws10.OKMNote.list ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  nodePath 
)

void com.openkm.ws.ws10.OKMNote.listAsync ( string  token,
string  nodePath 
)

void com.openkm.ws.ws10.OKMNote.listAsync ( string  token,
string  nodePath,
object  userState 
)

void com.openkm.ws.ws10.OKMNote.set ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  notePath,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  text 
)

void com.openkm.ws.ws10.OKMNote.setAsync ( string  token,
string  notePath,
string  text 
)

void com.openkm.ws.ws10.OKMNote.setAsync ( string  token,
string  notePath,
string  text,
object  userState 
)

Event Documentation

addCompletedEventHandler1 com.openkm.ws.ws10.OKMNote.addCompleted

deleteCompletedEventHandler com.openkm.ws.ws10.OKMNote.deleteCompleted

getCompletedEventHandler1 com.openkm.ws.ws10.OKMNote.getCompleted

listCompletedEventHandler com.openkm.ws.ws10.OKMNote.listCompleted

setCompletedEventHandler com.openkm.ws.ws10.OKMNote.setCompleted


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