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

More...

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

Public Member Functions

 OKMProperty ()
 
 OKMProperty (String Url)
 
void addCategory ([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 catId)
 
void addCategoryAsync (string token, string nodePath, string catId)
 
void addCategoryAsync (string token, string nodePath, string catId, object userState)
 
void removeCategory ([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 catId)
 
void removeCategoryAsync (string token, string nodePath, string catId)
 
void removeCategoryAsync (string token, string nodePath, string catId, object userState)
 
void removeKeyword ([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 keyword)
 
void removeKeywordAsync (string token, string nodePath, string keyword)
 
void removeKeywordAsync (string token, string nodePath, string keyword, object userState)
 
string addKeyword ([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 keyword)
 
void addKeywordAsync (string token, string nodePath, string keyword)
 
void addKeywordAsync (string token, string nodePath, string keyword, object userState)
 
new void CancelAsync (object userState)
 

Events

addCategoryCompletedEventHandler addCategoryCompleted
 
removeCategoryCompletedEventHandler removeCategoryCompleted
 
removeKeywordCompletedEventHandler removeKeywordCompleted
 
addKeywordCompletedEventHandler addKeywordCompleted
 

Detailed Description

Constructor & Destructor Documentation

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

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

Member Function Documentation

void com.openkm.ws.community.ws60.OKMProperty.addCategory ( [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  catId 
)

void com.openkm.ws.community.ws60.OKMProperty.addCategoryAsync ( string  token,
string  nodePath,
string  catId 
)

void com.openkm.ws.community.ws60.OKMProperty.addCategoryAsync ( string  token,
string  nodePath,
string  catId,
object  userState 
)

string com.openkm.ws.community.ws60.OKMProperty.addKeyword ( [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  keyword 
)

void com.openkm.ws.community.ws60.OKMProperty.addKeywordAsync ( string  token,
string  nodePath,
string  keyword 
)

void com.openkm.ws.community.ws60.OKMProperty.addKeywordAsync ( string  token,
string  nodePath,
string  keyword,
object  userState 
)

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

void com.openkm.ws.community.ws60.OKMProperty.removeCategory ( [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  catId 
)

void com.openkm.ws.community.ws60.OKMProperty.removeCategoryAsync ( string  token,
string  nodePath,
string  catId 
)

void com.openkm.ws.community.ws60.OKMProperty.removeCategoryAsync ( string  token,
string  nodePath,
string  catId,
object  userState 
)

void com.openkm.ws.community.ws60.OKMProperty.removeKeyword ( [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  keyword 
)

void com.openkm.ws.community.ws60.OKMProperty.removeKeywordAsync ( string  token,
string  nodePath,
string  keyword 
)

void com.openkm.ws.community.ws60.OKMProperty.removeKeywordAsync ( string  token,
string  nodePath,
string  keyword,
object  userState 
)

Event Documentation

addCategoryCompletedEventHandler com.openkm.ws.community.ws60.OKMProperty.addCategoryCompleted

addKeywordCompletedEventHandler com.openkm.ws.community.ws60.OKMProperty.addKeywordCompleted

removeCategoryCompletedEventHandler com.openkm.ws.community.ws60.OKMProperty.removeCategoryCompleted

removeKeywordCompletedEventHandler com.openkm.ws.community.ws60.OKMProperty.removeKeywordCompleted


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