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

More...

Inheritance diagram for com.openkm.ws.professional.ws649.OKMPropertyGroup:
Collaboration diagram for com.openkm.ws.professional.ws649.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 nodeId, [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 nodeId, string grpName, formElementComplex[] properties)
 
void setPropertiesAsync (string token, string nodeId, 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 nodeId, [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 nodeId, string grpName, stringPair[] properties)
 
void setPropertiesSimpleAsync (string token, string nodeId, 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 nodeId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string grpName)
 
void addGroupAsync (string token, string nodeId, string grpName)
 
void addGroupAsync (string token, string nodeId, 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 nodeId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string grpName)
 
void getPropertiesAsync (string token, string nodeId, string grpName)
 
void getPropertiesAsync (string token, string nodeId, 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 nodeId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string grpName)
 
void removeGroupAsync (string token, string nodeId, string grpName)
 
void removeGroupAsync (string token, string nodeId, 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 nodeId)
 
void getGroupsAsync (string token, string nodeId)
 
void getGroupsAsync (string token, string nodeId, 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 nodeId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string grpName)
 
void hasGroupAsync (string token, string nodeId, string grpName)
 
void hasGroupAsync (string token, string nodeId, 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.professional.ws649.OKMPropertyGroup.OKMPropertyGroup ( )

com.openkm.ws.professional.ws649.OKMPropertyGroup.OKMPropertyGroup ( String  Url)

Member Function Documentation

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

void com.openkm.ws.professional.ws649.OKMPropertyGroup.addGroupAsync ( string  token,
string  nodeId,
string  grpName 
)

void com.openkm.ws.professional.ws649.OKMPropertyGroup.addGroupAsync ( string  token,
string  nodeId,
string  grpName,
object  userState 
)

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

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

void com.openkm.ws.professional.ws649.OKMPropertyGroup.getAllGroupsAsync ( string  token)

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

propertyGroup [] com.openkm.ws.professional.ws649.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  nodeId 
)

void com.openkm.ws.professional.ws649.OKMPropertyGroup.getGroupsAsync ( string  token,
string  nodeId 
)

void com.openkm.ws.professional.ws649.OKMPropertyGroup.getGroupsAsync ( string  token,
string  nodeId,
object  userState 
)

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

void com.openkm.ws.professional.ws649.OKMPropertyGroup.getPropertiesAsync ( string  token,
string  nodeId,
string  grpName 
)

void com.openkm.ws.professional.ws649.OKMPropertyGroup.getPropertiesAsync ( string  token,
string  nodeId,
string  grpName,
object  userState 
)

formElementComplex [] com.openkm.ws.professional.ws649.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.professional.ws649.OKMPropertyGroup.getPropertyGroupFormAsync ( string  token,
string  grpName 
)

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

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

void com.openkm.ws.professional.ws649.OKMPropertyGroup.hasGroupAsync ( string  token,
string  nodeId,
string  grpName 
)

void com.openkm.ws.professional.ws649.OKMPropertyGroup.hasGroupAsync ( string  token,
string  nodeId,
string  grpName,
object  userState 
)

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

void com.openkm.ws.professional.ws649.OKMPropertyGroup.removeGroupAsync ( string  token,
string  nodeId,
string  grpName 
)

void com.openkm.ws.professional.ws649.OKMPropertyGroup.removeGroupAsync ( string  token,
string  nodeId,
string  grpName,
object  userState 
)

void com.openkm.ws.professional.ws649.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  nodeId,
[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.professional.ws649.OKMPropertyGroup.setPropertiesAsync ( string  token,
string  nodeId,
string  grpName,
formElementComplex[]  properties 
)

void com.openkm.ws.professional.ws649.OKMPropertyGroup.setPropertiesAsync ( string  token,
string  nodeId,
string  grpName,
formElementComplex[]  properties,
object  userState 
)

void com.openkm.ws.professional.ws649.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  nodeId,
[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.professional.ws649.OKMPropertyGroup.setPropertiesSimpleAsync ( string  token,
string  nodeId,
string  grpName,
stringPair[]  properties 
)

void com.openkm.ws.professional.ws649.OKMPropertyGroup.setPropertiesSimpleAsync ( string  token,
string  nodeId,
string  grpName,
stringPair[]  properties,
object  userState 
)

Event Documentation

addGroupCompletedEventHandler com.openkm.ws.professional.ws649.OKMPropertyGroup.addGroupCompleted

getAllGroupsCompletedEventHandler com.openkm.ws.professional.ws649.OKMPropertyGroup.getAllGroupsCompleted

getGroupsCompletedEventHandler com.openkm.ws.professional.ws649.OKMPropertyGroup.getGroupsCompleted

getPropertiesCompletedEventHandler3 com.openkm.ws.professional.ws649.OKMPropertyGroup.getPropertiesCompleted

getPropertyGroupFormCompletedEventHandler com.openkm.ws.professional.ws649.OKMPropertyGroup.getPropertyGroupFormCompleted

hasGroupCompletedEventHandler com.openkm.ws.professional.ws649.OKMPropertyGroup.hasGroupCompleted

removeGroupCompletedEventHandler com.openkm.ws.professional.ws649.OKMPropertyGroup.removeGroupCompleted

setPropertiesCompletedEventHandler1 com.openkm.ws.professional.ws649.OKMPropertyGroup.setPropertiesCompleted

setPropertiesSimpleCompletedEventHandler com.openkm.ws.professional.ws649.OKMPropertyGroup.setPropertiesSimpleCompleted


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