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

More...

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

Public Member Functions

 OKMPropertyGroup ()
 
 OKMPropertyGroup (String Url)
 
void setProperties ([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 grpName, [System.Xml.Serialization.XmlElementAttribute("properties", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] formElementComplex[] properties)
 
void setPropertiesAsync (string token, string nodePath, string grpName, formElementComplex[] properties)
 
void setPropertiesAsync (string token, string nodePath, string grpName, formElementComplex[] properties, object userState)
 
void setPropertiesSimple ([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 grpName, [System.Xml.Serialization.XmlElementAttribute("properties", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] stringPair[] properties)
 
void setPropertiesSimpleAsync (string token, string nodePath, string grpName, stringPair[] properties)
 
void setPropertiesSimpleAsync (string token, string nodePath, string grpName, stringPair[] properties, object userState)
 
void addGroup ([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 grpName)
 
void addGroupAsync (string token, string nodePath, string grpName)
 
void addGroupAsync (string token, string nodePath, string grpName, object userState)
 
formElementComplex[] getPropertyGroupForm ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string grpName)
 
void getPropertyGroupFormAsync (string token, string grpName)
 
void getPropertyGroupFormAsync (string token, string grpName, object userState)
 
formElementComplex[] getProperties ([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 grpName)
 
void getPropertiesAsync (string token, string nodePath, string grpName)
 
void getPropertiesAsync (string token, string nodePath, string grpName, object userState)
 
propertyGroup[] getAllGroups ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token)
 
void getAllGroupsAsync (string token)
 
void getAllGroupsAsync (string token, object userState)
 
void removeGroup ([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 grpName)
 
void removeGroupAsync (string token, string nodePath, string grpName)
 
void removeGroupAsync (string token, string nodePath, string grpName, object userState)
 
propertyGroup[] getGroups ([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 getGroupsAsync (string token, string nodePath)
 
void getGroupsAsync (string token, string nodePath, object userState)
 
bool hasGroup ([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 grpName)
 
void hasGroupAsync (string token, string nodePath, string grpName)
 
void hasGroupAsync (string token, string nodePath, string grpName, object userState)
 
new void CancelAsync (object userState)
 

Events

setPropertiesCompletedEventHandler1 setPropertiesCompleted
 
setPropertiesSimpleCompletedEventHandler setPropertiesSimpleCompleted
 
addGroupCompletedEventHandler addGroupCompleted
 
getPropertyGroupFormCompletedEventHandler getPropertyGroupFormCompleted
 
getPropertiesCompletedEventHandler3 getPropertiesCompleted
 
getAllGroupsCompletedEventHandler getAllGroupsCompleted
 
removeGroupCompletedEventHandler removeGroupCompleted
 
getGroupsCompletedEventHandler getGroupsCompleted
 
hasGroupCompletedEventHandler hasGroupCompleted
 

Detailed Description

Constructor & Destructor Documentation

com.openkm.ws.ws10.OKMPropertyGroup.OKMPropertyGroup ( )

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

Member Function Documentation

void com.openkm.ws.ws10.OKMPropertyGroup.addGroup ( [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  grpName 
)

void com.openkm.ws.ws10.OKMPropertyGroup.addGroupAsync ( string  token,
string  nodePath,
string  grpName 
)

void com.openkm.ws.ws10.OKMPropertyGroup.addGroupAsync ( string  token,
string  nodePath,
string  grpName,
object  userState 
)

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

propertyGroup [] com.openkm.ws.ws10.OKMPropertyGroup.getAllGroups ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token)

void com.openkm.ws.ws10.OKMPropertyGroup.getAllGroupsAsync ( string  token)

void com.openkm.ws.ws10.OKMPropertyGroup.getAllGroupsAsync ( string  token,
object  userState 
)

propertyGroup [] com.openkm.ws.ws10.OKMPropertyGroup.getGroups ( [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.OKMPropertyGroup.getGroupsAsync ( string  token,
string  nodePath 
)

void com.openkm.ws.ws10.OKMPropertyGroup.getGroupsAsync ( string  token,
string  nodePath,
object  userState 
)

formElementComplex [] com.openkm.ws.ws10.OKMPropertyGroup.getProperties ( [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  grpName 
)

void com.openkm.ws.ws10.OKMPropertyGroup.getPropertiesAsync ( string  token,
string  nodePath,
string  grpName 
)

void com.openkm.ws.ws10.OKMPropertyGroup.getPropertiesAsync ( string  token,
string  nodePath,
string  grpName,
object  userState 
)

formElementComplex [] com.openkm.ws.ws10.OKMPropertyGroup.getPropertyGroupForm ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  grpName 
)

void com.openkm.ws.ws10.OKMPropertyGroup.getPropertyGroupFormAsync ( string  token,
string  grpName 
)

void com.openkm.ws.ws10.OKMPropertyGroup.getPropertyGroupFormAsync ( string  token,
string  grpName,
object  userState 
)

bool com.openkm.ws.ws10.OKMPropertyGroup.hasGroup ( [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  grpName 
)

void com.openkm.ws.ws10.OKMPropertyGroup.hasGroupAsync ( string  token,
string  nodePath,
string  grpName 
)

void com.openkm.ws.ws10.OKMPropertyGroup.hasGroupAsync ( string  token,
string  nodePath,
string  grpName,
object  userState 
)

void com.openkm.ws.ws10.OKMPropertyGroup.removeGroup ( [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  grpName 
)

void com.openkm.ws.ws10.OKMPropertyGroup.removeGroupAsync ( string  token,
string  nodePath,
string  grpName 
)

void com.openkm.ws.ws10.OKMPropertyGroup.removeGroupAsync ( string  token,
string  nodePath,
string  grpName,
object  userState 
)

void com.openkm.ws.ws10.OKMPropertyGroup.setProperties ( [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  grpName,
[System.Xml.Serialization.XmlElementAttribute("properties", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] formElementComplex[]  properties 
)

void com.openkm.ws.ws10.OKMPropertyGroup.setPropertiesAsync ( string  token,
string  nodePath,
string  grpName,
formElementComplex[]  properties 
)

void com.openkm.ws.ws10.OKMPropertyGroup.setPropertiesAsync ( string  token,
string  nodePath,
string  grpName,
formElementComplex[]  properties,
object  userState 
)

void com.openkm.ws.ws10.OKMPropertyGroup.setPropertiesSimple ( [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  grpName,
[System.Xml.Serialization.XmlElementAttribute("properties", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] stringPair[]  properties 
)

void com.openkm.ws.ws10.OKMPropertyGroup.setPropertiesSimpleAsync ( string  token,
string  nodePath,
string  grpName,
stringPair[]  properties 
)

void com.openkm.ws.ws10.OKMPropertyGroup.setPropertiesSimpleAsync ( string  token,
string  nodePath,
string  grpName,
stringPair[]  properties,
object  userState 
)

Event Documentation

addGroupCompletedEventHandler com.openkm.ws.ws10.OKMPropertyGroup.addGroupCompleted

getAllGroupsCompletedEventHandler com.openkm.ws.ws10.OKMPropertyGroup.getAllGroupsCompleted

getGroupsCompletedEventHandler com.openkm.ws.ws10.OKMPropertyGroup.getGroupsCompleted

getPropertiesCompletedEventHandler3 com.openkm.ws.ws10.OKMPropertyGroup.getPropertiesCompleted

getPropertyGroupFormCompletedEventHandler com.openkm.ws.ws10.OKMPropertyGroup.getPropertyGroupFormCompleted

hasGroupCompletedEventHandler com.openkm.ws.ws10.OKMPropertyGroup.hasGroupCompleted

removeGroupCompletedEventHandler com.openkm.ws.ws10.OKMPropertyGroup.removeGroupCompleted

setPropertiesCompletedEventHandler1 com.openkm.ws.ws10.OKMPropertyGroup.setPropertiesCompleted

setPropertiesSimpleCompletedEventHandler com.openkm.ws.ws10.OKMPropertyGroup.setPropertiesSimpleCompleted


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