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

More...

Inheritance diagram for com.openkm.ws.professional.ws64.OKMProperty:
Collaboration diagram for com.openkm.ws.professional.ws64.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 nodeId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string catId)
 
void addCategoryAsync (string token, string nodeId, string catId)
 
void addCategoryAsync (string token, string nodeId, string catId, object userState)
 
void unsetEncryption ([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 unsetEncryptionAsync (string token, string nodeId)
 
void unsetEncryptionAsync (string token, string nodeId, object userState)
 
void setSigned ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string arg0, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string arg1, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] bool arg2)
 
void setSignedAsync (string arg0, string arg1, bool arg2)
 
void setSignedAsync (string arg0, string arg1, bool arg2, 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 nodeId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string catId)
 
void removeCategoryAsync (string token, string nodeId, string catId)
 
void removeCategoryAsync (string token, string nodeId, 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 nodeId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string keyword)
 
void removeKeywordAsync (string token, string nodeId, string keyword)
 
void removeKeywordAsync (string token, string nodeId, string keyword, object userState)
 
void setEncryption ([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 cipherName)
 
void setEncryptionAsync (string token, string nodeId, string cipherName)
 
void setEncryptionAsync (string token, string nodeId, string cipherName, 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 nodeId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string keyword)
 
void addKeywordAsync (string token, string nodeId, string keyword)
 
void addKeywordAsync (string token, string nodeId, string keyword, object userState)
 
new void CancelAsync (object userState)
 

Events

addCategoryCompletedEventHandler addCategoryCompleted
 
unsetEncryptionCompletedEventHandler unsetEncryptionCompleted
 
setSignedCompletedEventHandler setSignedCompleted
 
removeCategoryCompletedEventHandler removeCategoryCompleted
 
removeKeywordCompletedEventHandler removeKeywordCompleted
 
setEncryptionCompletedEventHandler setEncryptionCompleted
 
addKeywordCompletedEventHandler addKeywordCompleted
 

Detailed Description

Constructor & Destructor Documentation

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

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

Member Function Documentation

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

void com.openkm.ws.professional.ws64.OKMProperty.addCategoryAsync ( string  token,
string  nodeId,
string  catId 
)

void com.openkm.ws.professional.ws64.OKMProperty.addCategoryAsync ( string  token,
string  nodeId,
string  catId,
object  userState 
)

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

void com.openkm.ws.professional.ws64.OKMProperty.addKeywordAsync ( string  token,
string  nodeId,
string  keyword 
)

void com.openkm.ws.professional.ws64.OKMProperty.addKeywordAsync ( string  token,
string  nodeId,
string  keyword,
object  userState 
)

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

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

void com.openkm.ws.professional.ws64.OKMProperty.removeCategoryAsync ( string  token,
string  nodeId,
string  catId 
)

void com.openkm.ws.professional.ws64.OKMProperty.removeCategoryAsync ( string  token,
string  nodeId,
string  catId,
object  userState 
)

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

void com.openkm.ws.professional.ws64.OKMProperty.removeKeywordAsync ( string  token,
string  nodeId,
string  keyword 
)

void com.openkm.ws.professional.ws64.OKMProperty.removeKeywordAsync ( string  token,
string  nodeId,
string  keyword,
object  userState 
)

void com.openkm.ws.professional.ws64.OKMProperty.setEncryption ( [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  cipherName 
)

void com.openkm.ws.professional.ws64.OKMProperty.setEncryptionAsync ( string  token,
string  nodeId,
string  cipherName 
)

void com.openkm.ws.professional.ws64.OKMProperty.setEncryptionAsync ( string  token,
string  nodeId,
string  cipherName,
object  userState 
)

void com.openkm.ws.professional.ws64.OKMProperty.setSigned ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  arg0,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  arg1,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] bool  arg2 
)

void com.openkm.ws.professional.ws64.OKMProperty.setSignedAsync ( string  arg0,
string  arg1,
bool  arg2 
)

void com.openkm.ws.professional.ws64.OKMProperty.setSignedAsync ( string  arg0,
string  arg1,
bool  arg2,
object  userState 
)

void com.openkm.ws.professional.ws64.OKMProperty.unsetEncryption ( [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.professional.ws64.OKMProperty.unsetEncryptionAsync ( string  token,
string  nodeId 
)

void com.openkm.ws.professional.ws64.OKMProperty.unsetEncryptionAsync ( string  token,
string  nodeId,
object  userState 
)

Event Documentation

addCategoryCompletedEventHandler com.openkm.ws.professional.ws64.OKMProperty.addCategoryCompleted

addKeywordCompletedEventHandler com.openkm.ws.professional.ws64.OKMProperty.addKeywordCompleted

removeCategoryCompletedEventHandler com.openkm.ws.professional.ws64.OKMProperty.removeCategoryCompleted

removeKeywordCompletedEventHandler com.openkm.ws.professional.ws64.OKMProperty.removeKeywordCompleted

setEncryptionCompletedEventHandler com.openkm.ws.professional.ws64.OKMProperty.setEncryptionCompleted

setSignedCompletedEventHandler com.openkm.ws.professional.ws64.OKMProperty.setSignedCompleted

unsetEncryptionCompletedEventHandler com.openkm.ws.professional.ws64.OKMProperty.unsetEncryptionCompleted


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