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

More...

Inheritance diagram for com.openkm.ws.ws20.OKMNote:
Collaboration diagram for com.openkm.ws.ws20.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 nodeId)
 
void listAsync (string token, string nodeId)
 
void listAsync (string token, string nodeId, 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 noteId)
 
void deleteAsync (string token, string noteId)
 
void deleteAsync (string token, string noteId, 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 noteId)
 
void getAsync (string token, string noteId)
 
void getAsync (string token, string noteId, 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 noteId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string text)
 
void setAsync (string token, string noteId, string text)
 
void setAsync (string token, string noteId, 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 nodeId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string text)
 
void addAsync (string token, string nodeId, string text)
 
void addAsync (string token, string nodeId, 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.ws20.OKMNote.OKMNote ( )

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

Member Function Documentation

note com.openkm.ws.ws20.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  nodeId,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  text 
)

void com.openkm.ws.ws20.OKMNote.addAsync ( string  token,
string  nodeId,
string  text 
)

void com.openkm.ws.ws20.OKMNote.addAsync ( string  token,
string  nodeId,
string  text,
object  userState 
)

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

void com.openkm.ws.ws20.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  noteId 
)

void com.openkm.ws.ws20.OKMNote.deleteAsync ( string  token,
string  noteId 
)

void com.openkm.ws.ws20.OKMNote.deleteAsync ( string  token,
string  noteId,
object  userState 
)

note com.openkm.ws.ws20.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  noteId 
)

void com.openkm.ws.ws20.OKMNote.getAsync ( string  token,
string  noteId 
)

void com.openkm.ws.ws20.OKMNote.getAsync ( string  token,
string  noteId,
object  userState 
)

note [] com.openkm.ws.ws20.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  nodeId 
)

void com.openkm.ws.ws20.OKMNote.listAsync ( string  token,
string  nodeId 
)

void com.openkm.ws.ws20.OKMNote.listAsync ( string  token,
string  nodeId,
object  userState 
)

void com.openkm.ws.ws20.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  noteId,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  text 
)

void com.openkm.ws.ws20.OKMNote.setAsync ( string  token,
string  noteId,
string  text 
)

void com.openkm.ws.ws20.OKMNote.setAsync ( string  token,
string  noteId,
string  text,
object  userState 
)

Event Documentation

addCompletedEventHandler1 com.openkm.ws.ws20.OKMNote.addCompleted

deleteCompletedEventHandler com.openkm.ws.ws20.OKMNote.deleteCompleted

getCompletedEventHandler1 com.openkm.ws.ws20.OKMNote.getCompleted

listCompletedEventHandler com.openkm.ws.ws20.OKMNote.listCompleted

setCompletedEventHandler com.openkm.ws.ws20.OKMNote.setCompleted


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