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

More...

Inheritance diagram for com.openkm.ws.professional.ws649.OKMFolder:
Collaboration diagram for com.openkm.ws.professional.ws649.OKMFolder:

Public Member Functions

 OKMFolder ()
 
 OKMFolder (String Url)
 
folder create ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] folder fld)
 
void createAsync (string token, folder fld)
 
void createAsync (string token, folder fld, object userState)
 
void move ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string fldId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string dstId)
 
void moveAsync (string token, string fldId, string dstId)
 
void moveAsync (string token, string fldId, string dstId, object userState)
 
void delete ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string fldId)
 
void deleteAsync (string token, string fldId)
 
void deleteAsync (string token, string fldId, object userState)
 
bool isValid ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string fldId)
 
void isValidAsync (string token, string fldId)
 
void isValidAsync (string token, string fldId, object userState)
 
string getPath ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string uuid)
 
void getPathAsync (string token, string uuid)
 
void getPathAsync (string token, string uuid, object userState)
 
folder[] getChildren ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string fldId)
 
void getChildrenAsync (string token, string fldId)
 
void getChildrenAsync (string token, string fldId, object userState)
 
folder getProperties ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string fldId)
 
void getPropertiesAsync (string token, string fldId)
 
void getPropertiesAsync (string token, string fldId, object userState)
 
folder[] getChilds ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string fldId)
 
void getChildsAsync (string token, string fldId)
 
void getChildsAsync (string token, string fldId, object userState)
 
folder rename ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string fldId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string newName)
 
void renameAsync (string token, string fldId, string newName)
 
void renameAsync (string token, string fldId, string newName, object userState)
 
folder createSimple ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string fldPath)
 
void createSimpleAsync (string token, string fldPath)
 
void createSimpleAsync (string token, string fldPath, object userState)
 
new void CancelAsync (object userState)
 

Events

createCompletedEventHandler1 createCompleted
 
moveCompletedEventHandler moveCompleted
 
deleteCompletedEventHandler deleteCompleted
 
isValidCompletedEventHandler isValidCompleted
 
getPathCompletedEventHandler getPathCompleted
 
getChildrenCompletedEventHandler1 getChildrenCompleted
 
getPropertiesCompletedEventHandler1 getPropertiesCompleted
 
getChildsCompletedEventHandler1 getChildsCompleted
 
renameCompletedEventHandler2 renameCompleted
 
createSimpleCompletedEventHandler1 createSimpleCompleted
 

Detailed Description

Constructor & Destructor Documentation

com.openkm.ws.professional.ws649.OKMFolder.OKMFolder ( )

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

Member Function Documentation

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

folder com.openkm.ws.professional.ws649.OKMFolder.create ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] folder  fld 
)

void com.openkm.ws.professional.ws649.OKMFolder.createAsync ( string  token,
folder  fld 
)

void com.openkm.ws.professional.ws649.OKMFolder.createAsync ( string  token,
folder  fld,
object  userState 
)

folder com.openkm.ws.professional.ws649.OKMFolder.createSimple ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  fldPath 
)

void com.openkm.ws.professional.ws649.OKMFolder.createSimpleAsync ( string  token,
string  fldPath 
)

void com.openkm.ws.professional.ws649.OKMFolder.createSimpleAsync ( string  token,
string  fldPath,
object  userState 
)

void com.openkm.ws.professional.ws649.OKMFolder.delete ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  fldId 
)

void com.openkm.ws.professional.ws649.OKMFolder.deleteAsync ( string  token,
string  fldId 
)

void com.openkm.ws.professional.ws649.OKMFolder.deleteAsync ( string  token,
string  fldId,
object  userState 
)

folder [] com.openkm.ws.professional.ws649.OKMFolder.getChildren ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  fldId 
)

void com.openkm.ws.professional.ws649.OKMFolder.getChildrenAsync ( string  token,
string  fldId 
)

void com.openkm.ws.professional.ws649.OKMFolder.getChildrenAsync ( string  token,
string  fldId,
object  userState 
)

folder [] com.openkm.ws.professional.ws649.OKMFolder.getChilds ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  fldId 
)

void com.openkm.ws.professional.ws649.OKMFolder.getChildsAsync ( string  token,
string  fldId 
)

void com.openkm.ws.professional.ws649.OKMFolder.getChildsAsync ( string  token,
string  fldId,
object  userState 
)

string com.openkm.ws.professional.ws649.OKMFolder.getPath ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  uuid 
)

void com.openkm.ws.professional.ws649.OKMFolder.getPathAsync ( string  token,
string  uuid 
)

void com.openkm.ws.professional.ws649.OKMFolder.getPathAsync ( string  token,
string  uuid,
object  userState 
)

folder com.openkm.ws.professional.ws649.OKMFolder.getProperties ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  fldId 
)

void com.openkm.ws.professional.ws649.OKMFolder.getPropertiesAsync ( string  token,
string  fldId 
)

void com.openkm.ws.professional.ws649.OKMFolder.getPropertiesAsync ( string  token,
string  fldId,
object  userState 
)

bool com.openkm.ws.professional.ws649.OKMFolder.isValid ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  fldId 
)

void com.openkm.ws.professional.ws649.OKMFolder.isValidAsync ( string  token,
string  fldId 
)

void com.openkm.ws.professional.ws649.OKMFolder.isValidAsync ( string  token,
string  fldId,
object  userState 
)

void com.openkm.ws.professional.ws649.OKMFolder.move ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  fldId,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  dstId 
)

void com.openkm.ws.professional.ws649.OKMFolder.moveAsync ( string  token,
string  fldId,
string  dstId 
)

void com.openkm.ws.professional.ws649.OKMFolder.moveAsync ( string  token,
string  fldId,
string  dstId,
object  userState 
)

folder com.openkm.ws.professional.ws649.OKMFolder.rename ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  fldId,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  newName 
)

void com.openkm.ws.professional.ws649.OKMFolder.renameAsync ( string  token,
string  fldId,
string  newName 
)

void com.openkm.ws.professional.ws649.OKMFolder.renameAsync ( string  token,
string  fldId,
string  newName,
object  userState 
)

Event Documentation

createCompletedEventHandler1 com.openkm.ws.professional.ws649.OKMFolder.createCompleted

createSimpleCompletedEventHandler1 com.openkm.ws.professional.ws649.OKMFolder.createSimpleCompleted

deleteCompletedEventHandler com.openkm.ws.professional.ws649.OKMFolder.deleteCompleted

getChildrenCompletedEventHandler1 com.openkm.ws.professional.ws649.OKMFolder.getChildrenCompleted

getChildsCompletedEventHandler1 com.openkm.ws.professional.ws649.OKMFolder.getChildsCompleted

getPathCompletedEventHandler com.openkm.ws.professional.ws649.OKMFolder.getPathCompleted

getPropertiesCompletedEventHandler1 com.openkm.ws.professional.ws649.OKMFolder.getPropertiesCompleted

isValidCompletedEventHandler com.openkm.ws.professional.ws649.OKMFolder.isValidCompleted

moveCompletedEventHandler com.openkm.ws.professional.ws649.OKMFolder.moveCompleted

renameCompletedEventHandler2 com.openkm.ws.professional.ws649.OKMFolder.renameCompleted


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