OKMWebservices  2.0
OpenKM Webservices
 All Classes Namespaces Files Functions Variables Properties Events
com.openkm.ws.professional.ws64.OKMBookmark Class Reference

More...

Inheritance diagram for com.openkm.ws.professional.ws64.OKMBookmark:
Collaboration diagram for com.openkm.ws.professional.ws64.OKMBookmark:

Public Member Functions

 OKMBookmark ()
 
 OKMBookmark (String Url)
 
bookmark get ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] int bmId)
 
void getAsync (string token, int bmId)
 
void getAsync (string token, int bmId, object userState)
 
void remove ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] int bmId)
 
void removeAsync (string token, int bmId)
 
void removeAsync (string token, int bmId, object userState)
 
bookmark[] getAll ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token)
 
void getAllAsync (string token)
 
void getAllAsync (string token, object userState)
 
bookmark 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 name)
 
void addAsync (string token, string nodeId, string name)
 
void addAsync (string token, string nodeId, string name, object userState)
 
bookmark rename ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] int bmId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string newName)
 
void renameAsync (string token, int bmId, string newName)
 
void renameAsync (string token, int bmId, string newName, object userState)
 
new void CancelAsync (object userState)
 

Events

getCompletedEventHandler getCompleted
 
removeCompletedEventHandler removeCompleted
 
getAllCompletedEventHandler getAllCompleted
 
addCompletedEventHandler addCompleted
 
renameCompletedEventHandler renameCompleted
 

Detailed Description

Constructor & Destructor Documentation

com.openkm.ws.professional.ws64.OKMBookmark.OKMBookmark ( )

com.openkm.ws.professional.ws64.OKMBookmark.OKMBookmark ( String  Url)

Member Function Documentation

bookmark com.openkm.ws.professional.ws64.OKMBookmark.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  name 
)

void com.openkm.ws.professional.ws64.OKMBookmark.addAsync ( string  token,
string  nodeId,
string  name 
)

void com.openkm.ws.professional.ws64.OKMBookmark.addAsync ( string  token,
string  nodeId,
string  name,
object  userState 
)

new void com.openkm.ws.professional.ws64.OKMBookmark.CancelAsync ( object  userState)

bookmark com.openkm.ws.professional.ws64.OKMBookmark.get ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] int  bmId 
)

bookmark [] com.openkm.ws.professional.ws64.OKMBookmark.getAll ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token)

void com.openkm.ws.professional.ws64.OKMBookmark.getAllAsync ( string  token)

void com.openkm.ws.professional.ws64.OKMBookmark.getAllAsync ( string  token,
object  userState 
)

void com.openkm.ws.professional.ws64.OKMBookmark.getAsync ( string  token,
int  bmId 
)

void com.openkm.ws.professional.ws64.OKMBookmark.getAsync ( string  token,
int  bmId,
object  userState 
)

void com.openkm.ws.professional.ws64.OKMBookmark.remove ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] int  bmId 
)

void com.openkm.ws.professional.ws64.OKMBookmark.removeAsync ( string  token,
int  bmId 
)

void com.openkm.ws.professional.ws64.OKMBookmark.removeAsync ( string  token,
int  bmId,
object  userState 
)

bookmark com.openkm.ws.professional.ws64.OKMBookmark.rename ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] int  bmId,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  newName 
)

void com.openkm.ws.professional.ws64.OKMBookmark.renameAsync ( string  token,
int  bmId,
string  newName 
)

void com.openkm.ws.professional.ws64.OKMBookmark.renameAsync ( string  token,
int  bmId,
string  newName,
object  userState 
)

Event Documentation

addCompletedEventHandler com.openkm.ws.professional.ws64.OKMBookmark.addCompleted

getAllCompletedEventHandler com.openkm.ws.professional.ws64.OKMBookmark.getAllCompleted

getCompletedEventHandler com.openkm.ws.professional.ws64.OKMBookmark.getCompleted

removeCompletedEventHandler com.openkm.ws.professional.ws64.OKMBookmark.removeCompleted

renameCompletedEventHandler com.openkm.ws.professional.ws64.OKMBookmark.renameCompleted


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