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

More...

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

Public Member Functions

 OKMDocument ()
 
 OKMDocument (String Url)
 
void checkout ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string docPath)
 
void checkoutAsync (string token, string docPath)
 
void checkoutAsync (string token, string docPath, object userState)
 
document create ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] document doc, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="base64Binary")] byte[] content)
 
void createAsync (string token, document doc, byte[] content)
 
void createAsync (string token, document doc, byte[] content, object userState)
 
byte[] getContentByVersion ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string docPath, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string versionId)
 
void getContentByVersionAsync (string token, string docPath, string versionId)
 
void getContentByVersionAsync (string token, string docPath, string versionId, object userState)
 
void forceUnlock ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string docPath)
 
void forceUnlockAsync (string token, string docPath)
 
void forceUnlockAsync (string token, string docPath, 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 docPath, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string fldPath)
 
void moveAsync (string token, string docPath, string fldPath)
 
void moveAsync (string token, string docPath, string fldPath, object userState)
 
version[] getVersionHistory ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string docPath)
 
void getVersionHistoryAsync (string token, string docPath)
 
void getVersionHistoryAsync (string token, string docPath, object userState)
 
version checkin ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string docPath, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="base64Binary")] byte[] content, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string comment)
 
void checkinAsync (string token, string docPath, byte[] content, string comment)
 
void checkinAsync (string token, string docPath, byte[] content, string comment, 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 docPath)
 
void deleteAsync (string token, string docPath)
 
void deleteAsync (string token, string docPath, object userState)
 
void setProperties ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] document doc)
 
void setPropertiesAsync (string token, document doc)
 
void setPropertiesAsync (string token, document doc, object userState)
 
long getVersionHistorySize ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string docPath)
 
void getVersionHistorySizeAsync (string token, string docPath)
 
void getVersionHistorySizeAsync (string token, string docPath, 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 docPath)
 
void isValidAsync (string token, string docPath)
 
void isValidAsync (string token, string docPath, 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)
 
lockInfo lock ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string docPath)
 
void lockAsync (string token, string docPath)
 
void lockAsync (string token, string docPath, object userState)
 
void purge ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string docPath)
 
void purgeAsync (string token, string docPath)
 
void purgeAsync (string token, string docPath, object userState)
 
document[] getChildren ([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 getChildrenAsync (string token, string fldPath)
 
void getChildrenAsync (string token, string fldPath, object userState)
 
void unlock ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string docPath)
 
void unlockAsync (string token, string docPath)
 
void unlockAsync (string token, string docPath, object userState)
 
byte[] getContent ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string docPath, [System.Xml.Serialization.XmlElementAttribute("checkout", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] bool checkout1)
 
void getContentAsync (string token, string docPath, bool checkout1)
 
void getContentAsync (string token, string docPath, bool checkout1, object userState)
 
void restoreVersion ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string docPath, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string versionId)
 
void restoreVersionAsync (string token, string docPath, string versionId)
 
void restoreVersionAsync (string token, string docPath, string versionId, object userState)
 
void cancelCheckout ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string docPath)
 
void cancelCheckoutAsync (string token, string docPath)
 
void cancelCheckoutAsync (string token, string docPath, object userState)
 
void forceCancelCheckout ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string docPath)
 
void forceCancelCheckoutAsync (string token, string docPath)
 
void forceCancelCheckoutAsync (string token, string docPath, object userState)
 
document getProperties ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string docPath)
 
void getPropertiesAsync (string token, string docPath)
 
void getPropertiesAsync (string token, string docPath, object userState)
 
document[] getChilds ([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 getChildsAsync (string token, string fldPath)
 
void getChildsAsync (string token, string fldPath, object userState)
 
void purgeVersionHistory ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string docPath)
 
void purgeVersionHistoryAsync (string token, string docPath)
 
void purgeVersionHistoryAsync (string token, string docPath, object userState)
 
document rename ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string docPath, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string newName)
 
void renameAsync (string token, string docPath, string newName)
 
void renameAsync (string token, string docPath, string newName, object userState)
 
document createSimple ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string docPath, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, DataType="base64Binary")] byte[] content)
 
void createSimpleAsync (string token, string docPath, byte[] content)
 
void createSimpleAsync (string token, string docPath, byte[] content, object userState)
 
new void CancelAsync (object userState)
 

Events

checkoutCompletedEventHandler checkoutCompleted
 
createCompletedEventHandler createCompleted
 
getContentByVersionCompletedEventHandler getContentByVersionCompleted
 
forceUnlockCompletedEventHandler forceUnlockCompleted
 
moveCompletedEventHandler moveCompleted
 
getVersionHistoryCompletedEventHandler getVersionHistoryCompleted
 
checkinCompletedEventHandler checkinCompleted
 
deleteCompletedEventHandler deleteCompleted
 
setPropertiesCompletedEventHandler setPropertiesCompleted
 
getVersionHistorySizeCompletedEventHandler getVersionHistorySizeCompleted
 
isValidCompletedEventHandler isValidCompleted
 
getPathCompletedEventHandler getPathCompleted
 
lockCompletedEventHandler lockCompleted
 
purgeCompletedEventHandler purgeCompleted
 
getChildrenCompletedEventHandler getChildrenCompleted
 
unlockCompletedEventHandler unlockCompleted
 
getContentCompletedEventHandler getContentCompleted
 
restoreVersionCompletedEventHandler restoreVersionCompleted
 
cancelCheckoutCompletedEventHandler cancelCheckoutCompleted
 
forceCancelCheckoutCompletedEventHandler forceCancelCheckoutCompleted
 
getPropertiesCompletedEventHandler getPropertiesCompleted
 
getChildsCompletedEventHandler getChildsCompleted
 
purgeVersionHistoryCompletedEventHandler purgeVersionHistoryCompleted
 
renameCompletedEventHandler1 renameCompleted
 
createSimpleCompletedEventHandler createSimpleCompleted
 

Detailed Description

Constructor & Destructor Documentation

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

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

Member Function Documentation

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

void com.openkm.ws.community.ws60.OKMDocument.cancelCheckout ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  docPath 
)

void com.openkm.ws.community.ws60.OKMDocument.cancelCheckoutAsync ( string  token,
string  docPath 
)

void com.openkm.ws.community.ws60.OKMDocument.cancelCheckoutAsync ( string  token,
string  docPath,
object  userState 
)

version com.openkm.ws.community.ws60.OKMDocument.checkin ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  docPath,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified, DataType = "base64Binary")] byte[]  content,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  comment 
)

void com.openkm.ws.community.ws60.OKMDocument.checkinAsync ( string  token,
string  docPath,
byte[]  content,
string  comment 
)

void com.openkm.ws.community.ws60.OKMDocument.checkinAsync ( string  token,
string  docPath,
byte[]  content,
string  comment,
object  userState 
)

void com.openkm.ws.community.ws60.OKMDocument.checkout ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  docPath 
)

void com.openkm.ws.community.ws60.OKMDocument.checkoutAsync ( string  token,
string  docPath 
)

void com.openkm.ws.community.ws60.OKMDocument.checkoutAsync ( string  token,
string  docPath,
object  userState 
)

document com.openkm.ws.community.ws60.OKMDocument.create ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] document  doc,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified, DataType = "base64Binary")] byte[]  content 
)

void com.openkm.ws.community.ws60.OKMDocument.createAsync ( string  token,
document  doc,
byte[]  content 
)

void com.openkm.ws.community.ws60.OKMDocument.createAsync ( string  token,
document  doc,
byte[]  content,
object  userState 
)

document com.openkm.ws.community.ws60.OKMDocument.createSimple ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  docPath,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified, DataType = "base64Binary")] byte[]  content 
)

void com.openkm.ws.community.ws60.OKMDocument.createSimpleAsync ( string  token,
string  docPath,
byte[]  content 
)

void com.openkm.ws.community.ws60.OKMDocument.createSimpleAsync ( string  token,
string  docPath,
byte[]  content,
object  userState 
)

void com.openkm.ws.community.ws60.OKMDocument.delete ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  docPath 
)

void com.openkm.ws.community.ws60.OKMDocument.deleteAsync ( string  token,
string  docPath 
)

void com.openkm.ws.community.ws60.OKMDocument.deleteAsync ( string  token,
string  docPath,
object  userState 
)

void com.openkm.ws.community.ws60.OKMDocument.forceCancelCheckout ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  docPath 
)

void com.openkm.ws.community.ws60.OKMDocument.forceCancelCheckoutAsync ( string  token,
string  docPath 
)

void com.openkm.ws.community.ws60.OKMDocument.forceCancelCheckoutAsync ( string  token,
string  docPath,
object  userState 
)

void com.openkm.ws.community.ws60.OKMDocument.forceUnlock ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  docPath 
)

void com.openkm.ws.community.ws60.OKMDocument.forceUnlockAsync ( string  token,
string  docPath 
)

void com.openkm.ws.community.ws60.OKMDocument.forceUnlockAsync ( string  token,
string  docPath,
object  userState 
)

document [] com.openkm.ws.community.ws60.OKMDocument.getChildren ( [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.community.ws60.OKMDocument.getChildrenAsync ( string  token,
string  fldPath 
)

void com.openkm.ws.community.ws60.OKMDocument.getChildrenAsync ( string  token,
string  fldPath,
object  userState 
)

document [] com.openkm.ws.community.ws60.OKMDocument.getChilds ( [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.community.ws60.OKMDocument.getChildsAsync ( string  token,
string  fldPath 
)

void com.openkm.ws.community.ws60.OKMDocument.getChildsAsync ( string  token,
string  fldPath,
object  userState 
)

byte [] com.openkm.ws.community.ws60.OKMDocument.getContent ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  docPath,
[System.Xml.Serialization.XmlElementAttribute("checkout", Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] bool  checkout1 
)

void com.openkm.ws.community.ws60.OKMDocument.getContentAsync ( string  token,
string  docPath,
bool  checkout1 
)

void com.openkm.ws.community.ws60.OKMDocument.getContentAsync ( string  token,
string  docPath,
bool  checkout1,
object  userState 
)

byte [] com.openkm.ws.community.ws60.OKMDocument.getContentByVersion ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  docPath,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  versionId 
)

void com.openkm.ws.community.ws60.OKMDocument.getContentByVersionAsync ( string  token,
string  docPath,
string  versionId 
)

void com.openkm.ws.community.ws60.OKMDocument.getContentByVersionAsync ( string  token,
string  docPath,
string  versionId,
object  userState 
)

string com.openkm.ws.community.ws60.OKMDocument.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.community.ws60.OKMDocument.getPathAsync ( string  token,
string  uuid 
)

void com.openkm.ws.community.ws60.OKMDocument.getPathAsync ( string  token,
string  uuid,
object  userState 
)

document com.openkm.ws.community.ws60.OKMDocument.getProperties ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  docPath 
)

void com.openkm.ws.community.ws60.OKMDocument.getPropertiesAsync ( string  token,
string  docPath 
)

void com.openkm.ws.community.ws60.OKMDocument.getPropertiesAsync ( string  token,
string  docPath,
object  userState 
)

version [] com.openkm.ws.community.ws60.OKMDocument.getVersionHistory ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  docPath 
)

void com.openkm.ws.community.ws60.OKMDocument.getVersionHistoryAsync ( string  token,
string  docPath 
)

void com.openkm.ws.community.ws60.OKMDocument.getVersionHistoryAsync ( string  token,
string  docPath,
object  userState 
)

long com.openkm.ws.community.ws60.OKMDocument.getVersionHistorySize ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  docPath 
)

void com.openkm.ws.community.ws60.OKMDocument.getVersionHistorySizeAsync ( string  token,
string  docPath 
)

void com.openkm.ws.community.ws60.OKMDocument.getVersionHistorySizeAsync ( string  token,
string  docPath,
object  userState 
)

bool com.openkm.ws.community.ws60.OKMDocument.isValid ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  docPath 
)

void com.openkm.ws.community.ws60.OKMDocument.isValidAsync ( string  token,
string  docPath 
)

void com.openkm.ws.community.ws60.OKMDocument.isValidAsync ( string  token,
string  docPath,
object  userState 
)

lockInfo com.openkm.ws.community.ws60.OKMDocument.lock ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  docPath 
)

void com.openkm.ws.community.ws60.OKMDocument.lockAsync ( string  token,
string  docPath 
)

void com.openkm.ws.community.ws60.OKMDocument.lockAsync ( string  token,
string  docPath,
object  userState 
)

void com.openkm.ws.community.ws60.OKMDocument.move ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  docPath,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  fldPath 
)

void com.openkm.ws.community.ws60.OKMDocument.moveAsync ( string  token,
string  docPath,
string  fldPath 
)

void com.openkm.ws.community.ws60.OKMDocument.moveAsync ( string  token,
string  docPath,
string  fldPath,
object  userState 
)

void com.openkm.ws.community.ws60.OKMDocument.purge ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  docPath 
)

void com.openkm.ws.community.ws60.OKMDocument.purgeAsync ( string  token,
string  docPath 
)

void com.openkm.ws.community.ws60.OKMDocument.purgeAsync ( string  token,
string  docPath,
object  userState 
)

void com.openkm.ws.community.ws60.OKMDocument.purgeVersionHistory ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  docPath 
)

void com.openkm.ws.community.ws60.OKMDocument.purgeVersionHistoryAsync ( string  token,
string  docPath 
)

void com.openkm.ws.community.ws60.OKMDocument.purgeVersionHistoryAsync ( string  token,
string  docPath,
object  userState 
)

document com.openkm.ws.community.ws60.OKMDocument.rename ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  docPath,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  newName 
)

void com.openkm.ws.community.ws60.OKMDocument.renameAsync ( string  token,
string  docPath,
string  newName 
)

void com.openkm.ws.community.ws60.OKMDocument.renameAsync ( string  token,
string  docPath,
string  newName,
object  userState 
)

void com.openkm.ws.community.ws60.OKMDocument.restoreVersion ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  docPath,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  versionId 
)

void com.openkm.ws.community.ws60.OKMDocument.restoreVersionAsync ( string  token,
string  docPath,
string  versionId 
)

void com.openkm.ws.community.ws60.OKMDocument.restoreVersionAsync ( string  token,
string  docPath,
string  versionId,
object  userState 
)

void com.openkm.ws.community.ws60.OKMDocument.setProperties ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] document  doc 
)

void com.openkm.ws.community.ws60.OKMDocument.setPropertiesAsync ( string  token,
document  doc 
)

void com.openkm.ws.community.ws60.OKMDocument.setPropertiesAsync ( string  token,
document  doc,
object  userState 
)

void com.openkm.ws.community.ws60.OKMDocument.unlock ( [System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form = System.Xml.Schema.XmlSchemaForm.Unqualified)] string  docPath 
)

void com.openkm.ws.community.ws60.OKMDocument.unlockAsync ( string  token,
string  docPath 
)

void com.openkm.ws.community.ws60.OKMDocument.unlockAsync ( string  token,
string  docPath,
object  userState 
)

Event Documentation

cancelCheckoutCompletedEventHandler com.openkm.ws.community.ws60.OKMDocument.cancelCheckoutCompleted

checkinCompletedEventHandler com.openkm.ws.community.ws60.OKMDocument.checkinCompleted

checkoutCompletedEventHandler com.openkm.ws.community.ws60.OKMDocument.checkoutCompleted

createCompletedEventHandler com.openkm.ws.community.ws60.OKMDocument.createCompleted

createSimpleCompletedEventHandler com.openkm.ws.community.ws60.OKMDocument.createSimpleCompleted

deleteCompletedEventHandler com.openkm.ws.community.ws60.OKMDocument.deleteCompleted

forceCancelCheckoutCompletedEventHandler com.openkm.ws.community.ws60.OKMDocument.forceCancelCheckoutCompleted

forceUnlockCompletedEventHandler com.openkm.ws.community.ws60.OKMDocument.forceUnlockCompleted

getChildrenCompletedEventHandler com.openkm.ws.community.ws60.OKMDocument.getChildrenCompleted

getChildsCompletedEventHandler com.openkm.ws.community.ws60.OKMDocument.getChildsCompleted

getContentByVersionCompletedEventHandler com.openkm.ws.community.ws60.OKMDocument.getContentByVersionCompleted

getContentCompletedEventHandler com.openkm.ws.community.ws60.OKMDocument.getContentCompleted

getPathCompletedEventHandler com.openkm.ws.community.ws60.OKMDocument.getPathCompleted

getPropertiesCompletedEventHandler com.openkm.ws.community.ws60.OKMDocument.getPropertiesCompleted

getVersionHistoryCompletedEventHandler com.openkm.ws.community.ws60.OKMDocument.getVersionHistoryCompleted

getVersionHistorySizeCompletedEventHandler com.openkm.ws.community.ws60.OKMDocument.getVersionHistorySizeCompleted

isValidCompletedEventHandler com.openkm.ws.community.ws60.OKMDocument.isValidCompleted

lockCompletedEventHandler com.openkm.ws.community.ws60.OKMDocument.lockCompleted

moveCompletedEventHandler com.openkm.ws.community.ws60.OKMDocument.moveCompleted

purgeCompletedEventHandler com.openkm.ws.community.ws60.OKMDocument.purgeCompleted

purgeVersionHistoryCompletedEventHandler com.openkm.ws.community.ws60.OKMDocument.purgeVersionHistoryCompleted

renameCompletedEventHandler1 com.openkm.ws.community.ws60.OKMDocument.renameCompleted

restoreVersionCompletedEventHandler com.openkm.ws.community.ws60.OKMDocument.restoreVersionCompleted

setPropertiesCompletedEventHandler com.openkm.ws.community.ws60.OKMDocument.setPropertiesCompleted

unlockCompletedEventHandler com.openkm.ws.community.ws60.OKMDocument.unlockCompleted


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