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

More...

Inheritance diagram for com.openkm.ws.ws20.OKMDocument:
Collaboration diagram for com.openkm.ws.ws20.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 docId)
 
void checkoutAsync (string token, string docId)
 
void checkoutAsync (string token, string docId, 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 docId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string versionId)
 
void getContentByVersionAsync (string token, string docId, string versionId)
 
void getContentByVersionAsync (string token, string docId, 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 docId)
 
void forceUnlockAsync (string token, string docId)
 
void forceUnlockAsync (string token, string docId, object userState)
 
void copy ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string docId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string dstId)
 
void copyAsync (string token, string docId, string dstId)
 
void copyAsync (string token, string docId, string dstId, object userState)
 
void setTitle ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string docId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string title)
 
void setTitleAsync (string token, string docId, string title)
 
void setTitleAsync (string token, string docId, string title, 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 docId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string dstId)
 
void moveAsync (string token, string docId, string dstId)
 
void moveAsync (string token, string docId, string dstId, 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 docId)
 
void getVersionHistoryAsync (string token, string docId)
 
void getVersionHistoryAsync (string token, string docId, 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 docId, [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 docId, byte[] content, string comment)
 
void checkinAsync (string token, string docId, 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 docId)
 
void deleteAsync (string token, string docId)
 
void deleteAsync (string token, string docId, 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 docId)
 
void getVersionHistorySizeAsync (string token, string docId)
 
void getVersionHistorySizeAsync (string token, string docId, 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 docId)
 
void isValidAsync (string token, string docId)
 
void isValidAsync (string token, string docId, 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 docId)
 
void lockAsync (string token, string docId)
 
void lockAsync (string token, string docId, 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 docId)
 
void purgeAsync (string token, string docId)
 
void purgeAsync (string token, string docId, 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 dstId)
 
void getChildrenAsync (string token, string dstId)
 
void getChildrenAsync (string token, string dstId, 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 docId)
 
void unlockAsync (string token, string docId)
 
void unlockAsync (string token, string docId, 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 docId, [System.Xml.Serialization.XmlElementAttribute("checkout", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] bool checkout1)
 
void getContentAsync (string token, string docId, bool checkout1)
 
void getContentAsync (string token, string docId, bool checkout1, object userState)
 
lockInfo getLockInfo ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string docId)
 
void getLockInfoAsync (string token, string docId)
 
void getLockInfoAsync (string token, string docId, 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 docId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string versionId)
 
void restoreVersionAsync (string token, string docId, string versionId)
 
void restoreVersionAsync (string token, string docId, string versionId, object userState)
 
void setNodeClass ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string docId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long ncId)
 
void setNodeClassAsync (string token, string docId, long ncId)
 
void setNodeClassAsync (string token, string docId, long ncId, 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 docId)
 
void cancelCheckoutAsync (string token, string docId)
 
void cancelCheckoutAsync (string token, string docId, 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 docId)
 
void forceCancelCheckoutAsync (string token, string docId)
 
void forceCancelCheckoutAsync (string token, string docId, 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 docId)
 
void getPropertiesAsync (string token, string docId)
 
void getPropertiesAsync (string token, string docId, 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 dstId)
 
void getChildsAsync (string token, string dstId)
 
void getChildsAsync (string token, string dstId, object userState)
 
void setLanguage ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string docId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string lang)
 
void setLanguageAsync (string token, string docId, string lang)
 
void setLanguageAsync (string token, string docId, string lang, 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 docId)
 
void purgeVersionHistoryAsync (string token, string docId)
 
void purgeVersionHistoryAsync (string token, string docId, 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 docId, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string newName)
 
void renameAsync (string token, string docId, string newName)
 
void renameAsync (string token, string docId, string newName, object userState)
 
bool isCheckedOut ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string docId)
 
void isCheckedOutAsync (string token, string docId)
 
void isCheckedOutAsync (string token, string docId, object userState)
 
string[] getDetectedLanguages ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token)
 
void getDetectedLanguagesAsync (string token)
 
void getDetectedLanguagesAsync (string token, object userState)
 
bool isLocked ([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string token, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string docId)
 
void isLockedAsync (string token, string docId)
 
void isLockedAsync (string token, string docId, 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
 
copyCompletedEventHandler copyCompleted
 
setTitleCompletedEventHandler setTitleCompleted
 
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
 
getLockInfoCompletedEventHandler getLockInfoCompleted
 
restoreVersionCompletedEventHandler restoreVersionCompleted
 
setNodeClassCompletedEventHandler setNodeClassCompleted
 
cancelCheckoutCompletedEventHandler cancelCheckoutCompleted
 
forceCancelCheckoutCompletedEventHandler forceCancelCheckoutCompleted
 
getPropertiesCompletedEventHandler getPropertiesCompleted
 
getChildsCompletedEventHandler getChildsCompleted
 
setLanguageCompletedEventHandler setLanguageCompleted
 
purgeVersionHistoryCompletedEventHandler purgeVersionHistoryCompleted
 
renameCompletedEventHandler1 renameCompleted
 
isCheckedOutCompletedEventHandler isCheckedOutCompleted
 
getDetectedLanguagesCompletedEventHandler getDetectedLanguagesCompleted
 
isLockedCompletedEventHandler isLockedCompleted
 
createSimpleCompletedEventHandler createSimpleCompleted
 

Detailed Description

Constructor & Destructor Documentation

com.openkm.ws.ws20.OKMDocument.OKMDocument ( )

com.openkm.ws.ws20.OKMDocument.OKMDocument ( String  Url)

Member Function Documentation

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

void com.openkm.ws.ws20.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  docId 
)

void com.openkm.ws.ws20.OKMDocument.cancelCheckoutAsync ( string  token,
string  docId 
)

void com.openkm.ws.ws20.OKMDocument.cancelCheckoutAsync ( string  token,
string  docId,
object  userState 
)

version com.openkm.ws.ws20.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  docId,
[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.ws20.OKMDocument.checkinAsync ( string  token,
string  docId,
byte[]  content,
string  comment 
)

void com.openkm.ws.ws20.OKMDocument.checkinAsync ( string  token,
string  docId,
byte[]  content,
string  comment,
object  userState 
)

void com.openkm.ws.ws20.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  docId 
)

void com.openkm.ws.ws20.OKMDocument.checkoutAsync ( string  token,
string  docId 
)

void com.openkm.ws.ws20.OKMDocument.checkoutAsync ( string  token,
string  docId,
object  userState 
)

void com.openkm.ws.ws20.OKMDocument.copy ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  docId,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  dstId 
)

void com.openkm.ws.ws20.OKMDocument.copyAsync ( string  token,
string  docId,
string  dstId 
)

void com.openkm.ws.ws20.OKMDocument.copyAsync ( string  token,
string  docId,
string  dstId,
object  userState 
)

document com.openkm.ws.ws20.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.ws20.OKMDocument.createAsync ( string  token,
document  doc,
byte[]  content 
)

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

document com.openkm.ws.ws20.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.ws20.OKMDocument.createSimpleAsync ( string  token,
string  docPath,
byte[]  content 
)

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

void com.openkm.ws.ws20.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  docId 
)

void com.openkm.ws.ws20.OKMDocument.deleteAsync ( string  token,
string  docId 
)

void com.openkm.ws.ws20.OKMDocument.deleteAsync ( string  token,
string  docId,
object  userState 
)

void com.openkm.ws.ws20.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  docId 
)

void com.openkm.ws.ws20.OKMDocument.forceCancelCheckoutAsync ( string  token,
string  docId 
)

void com.openkm.ws.ws20.OKMDocument.forceCancelCheckoutAsync ( string  token,
string  docId,
object  userState 
)

void com.openkm.ws.ws20.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  docId 
)

void com.openkm.ws.ws20.OKMDocument.forceUnlockAsync ( string  token,
string  docId 
)

void com.openkm.ws.ws20.OKMDocument.forceUnlockAsync ( string  token,
string  docId,
object  userState 
)

document [] com.openkm.ws.ws20.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  dstId 
)

void com.openkm.ws.ws20.OKMDocument.getChildrenAsync ( string  token,
string  dstId 
)

void com.openkm.ws.ws20.OKMDocument.getChildrenAsync ( string  token,
string  dstId,
object  userState 
)

document [] com.openkm.ws.ws20.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  dstId 
)

void com.openkm.ws.ws20.OKMDocument.getChildsAsync ( string  token,
string  dstId 
)

void com.openkm.ws.ws20.OKMDocument.getChildsAsync ( string  token,
string  dstId,
object  userState 
)

byte [] com.openkm.ws.ws20.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  docId,
[System.Xml.Serialization.XmlElementAttribute("checkout", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] bool  checkout1 
)

void com.openkm.ws.ws20.OKMDocument.getContentAsync ( string  token,
string  docId,
bool  checkout1 
)

void com.openkm.ws.ws20.OKMDocument.getContentAsync ( string  token,
string  docId,
bool  checkout1,
object  userState 
)

byte [] com.openkm.ws.ws20.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  docId,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  versionId 
)

void com.openkm.ws.ws20.OKMDocument.getContentByVersionAsync ( string  token,
string  docId,
string  versionId 
)

void com.openkm.ws.ws20.OKMDocument.getContentByVersionAsync ( string  token,
string  docId,
string  versionId,
object  userState 
)

string [] com.openkm.ws.ws20.OKMDocument.getDetectedLanguages ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token)

void com.openkm.ws.ws20.OKMDocument.getDetectedLanguagesAsync ( string  token)

void com.openkm.ws.ws20.OKMDocument.getDetectedLanguagesAsync ( string  token,
object  userState 
)

lockInfo com.openkm.ws.ws20.OKMDocument.getLockInfo ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  docId 
)

void com.openkm.ws.ws20.OKMDocument.getLockInfoAsync ( string  token,
string  docId 
)

void com.openkm.ws.ws20.OKMDocument.getLockInfoAsync ( string  token,
string  docId,
object  userState 
)

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

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

document com.openkm.ws.ws20.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  docId 
)

void com.openkm.ws.ws20.OKMDocument.getPropertiesAsync ( string  token,
string  docId 
)

void com.openkm.ws.ws20.OKMDocument.getPropertiesAsync ( string  token,
string  docId,
object  userState 
)

version [] com.openkm.ws.ws20.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  docId 
)

void com.openkm.ws.ws20.OKMDocument.getVersionHistoryAsync ( string  token,
string  docId 
)

void com.openkm.ws.ws20.OKMDocument.getVersionHistoryAsync ( string  token,
string  docId,
object  userState 
)

long com.openkm.ws.ws20.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  docId 
)

void com.openkm.ws.ws20.OKMDocument.getVersionHistorySizeAsync ( string  token,
string  docId 
)

void com.openkm.ws.ws20.OKMDocument.getVersionHistorySizeAsync ( string  token,
string  docId,
object  userState 
)

bool com.openkm.ws.ws20.OKMDocument.isCheckedOut ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  docId 
)

void com.openkm.ws.ws20.OKMDocument.isCheckedOutAsync ( string  token,
string  docId 
)

void com.openkm.ws.ws20.OKMDocument.isCheckedOutAsync ( string  token,
string  docId,
object  userState 
)

bool com.openkm.ws.ws20.OKMDocument.isLocked ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  docId 
)

void com.openkm.ws.ws20.OKMDocument.isLockedAsync ( string  token,
string  docId 
)

void com.openkm.ws.ws20.OKMDocument.isLockedAsync ( string  token,
string  docId,
object  userState 
)

bool com.openkm.ws.ws20.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  docId 
)

void com.openkm.ws.ws20.OKMDocument.isValidAsync ( string  token,
string  docId 
)

void com.openkm.ws.ws20.OKMDocument.isValidAsync ( string  token,
string  docId,
object  userState 
)

lockInfo com.openkm.ws.ws20.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  docId 
)

void com.openkm.ws.ws20.OKMDocument.lockAsync ( string  token,
string  docId 
)

void com.openkm.ws.ws20.OKMDocument.lockAsync ( string  token,
string  docId,
object  userState 
)

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

void com.openkm.ws.ws20.OKMDocument.moveAsync ( string  token,
string  docId,
string  dstId 
)

void com.openkm.ws.ws20.OKMDocument.moveAsync ( string  token,
string  docId,
string  dstId,
object  userState 
)

void com.openkm.ws.ws20.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  docId 
)

void com.openkm.ws.ws20.OKMDocument.purgeAsync ( string  token,
string  docId 
)

void com.openkm.ws.ws20.OKMDocument.purgeAsync ( string  token,
string  docId,
object  userState 
)

void com.openkm.ws.ws20.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  docId 
)

void com.openkm.ws.ws20.OKMDocument.purgeVersionHistoryAsync ( string  token,
string  docId 
)

void com.openkm.ws.ws20.OKMDocument.purgeVersionHistoryAsync ( string  token,
string  docId,
object  userState 
)

document com.openkm.ws.ws20.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  docId,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  newName 
)

void com.openkm.ws.ws20.OKMDocument.renameAsync ( string  token,
string  docId,
string  newName 
)

void com.openkm.ws.ws20.OKMDocument.renameAsync ( string  token,
string  docId,
string  newName,
object  userState 
)

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

void com.openkm.ws.ws20.OKMDocument.restoreVersionAsync ( string  token,
string  docId,
string  versionId 
)

void com.openkm.ws.ws20.OKMDocument.restoreVersionAsync ( string  token,
string  docId,
string  versionId,
object  userState 
)

void com.openkm.ws.ws20.OKMDocument.setLanguage ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  docId,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  lang 
)

void com.openkm.ws.ws20.OKMDocument.setLanguageAsync ( string  token,
string  docId,
string  lang 
)

void com.openkm.ws.ws20.OKMDocument.setLanguageAsync ( string  token,
string  docId,
string  lang,
object  userState 
)

void com.openkm.ws.ws20.OKMDocument.setNodeClass ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  docId,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] long  ncId 
)

void com.openkm.ws.ws20.OKMDocument.setNodeClassAsync ( string  token,
string  docId,
long  ncId 
)

void com.openkm.ws.ws20.OKMDocument.setNodeClassAsync ( string  token,
string  docId,
long  ncId,
object  userState 
)

void com.openkm.ws.ws20.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.ws20.OKMDocument.setPropertiesAsync ( string  token,
document  doc 
)

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

void com.openkm.ws.ws20.OKMDocument.setTitle ( [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  token,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  docId,
[System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string  title 
)

void com.openkm.ws.ws20.OKMDocument.setTitleAsync ( string  token,
string  docId,
string  title 
)

void com.openkm.ws.ws20.OKMDocument.setTitleAsync ( string  token,
string  docId,
string  title,
object  userState 
)

void com.openkm.ws.ws20.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  docId 
)

void com.openkm.ws.ws20.OKMDocument.unlockAsync ( string  token,
string  docId 
)

void com.openkm.ws.ws20.OKMDocument.unlockAsync ( string  token,
string  docId,
object  userState 
)

Event Documentation

cancelCheckoutCompletedEventHandler com.openkm.ws.ws20.OKMDocument.cancelCheckoutCompleted

checkinCompletedEventHandler com.openkm.ws.ws20.OKMDocument.checkinCompleted

checkoutCompletedEventHandler com.openkm.ws.ws20.OKMDocument.checkoutCompleted

copyCompletedEventHandler com.openkm.ws.ws20.OKMDocument.copyCompleted

createCompletedEventHandler com.openkm.ws.ws20.OKMDocument.createCompleted

createSimpleCompletedEventHandler com.openkm.ws.ws20.OKMDocument.createSimpleCompleted

deleteCompletedEventHandler com.openkm.ws.ws20.OKMDocument.deleteCompleted

forceCancelCheckoutCompletedEventHandler com.openkm.ws.ws20.OKMDocument.forceCancelCheckoutCompleted

forceUnlockCompletedEventHandler com.openkm.ws.ws20.OKMDocument.forceUnlockCompleted

getChildrenCompletedEventHandler com.openkm.ws.ws20.OKMDocument.getChildrenCompleted

getChildsCompletedEventHandler com.openkm.ws.ws20.OKMDocument.getChildsCompleted

getContentByVersionCompletedEventHandler com.openkm.ws.ws20.OKMDocument.getContentByVersionCompleted

getContentCompletedEventHandler com.openkm.ws.ws20.OKMDocument.getContentCompleted

getDetectedLanguagesCompletedEventHandler com.openkm.ws.ws20.OKMDocument.getDetectedLanguagesCompleted

getLockInfoCompletedEventHandler com.openkm.ws.ws20.OKMDocument.getLockInfoCompleted

getPathCompletedEventHandler com.openkm.ws.ws20.OKMDocument.getPathCompleted

getPropertiesCompletedEventHandler com.openkm.ws.ws20.OKMDocument.getPropertiesCompleted

getVersionHistoryCompletedEventHandler com.openkm.ws.ws20.OKMDocument.getVersionHistoryCompleted

getVersionHistorySizeCompletedEventHandler com.openkm.ws.ws20.OKMDocument.getVersionHistorySizeCompleted

isCheckedOutCompletedEventHandler com.openkm.ws.ws20.OKMDocument.isCheckedOutCompleted

isLockedCompletedEventHandler com.openkm.ws.ws20.OKMDocument.isLockedCompleted

isValidCompletedEventHandler com.openkm.ws.ws20.OKMDocument.isValidCompleted

lockCompletedEventHandler com.openkm.ws.ws20.OKMDocument.lockCompleted

moveCompletedEventHandler com.openkm.ws.ws20.OKMDocument.moveCompleted

purgeCompletedEventHandler com.openkm.ws.ws20.OKMDocument.purgeCompleted

purgeVersionHistoryCompletedEventHandler com.openkm.ws.ws20.OKMDocument.purgeVersionHistoryCompleted

renameCompletedEventHandler1 com.openkm.ws.ws20.OKMDocument.renameCompleted

restoreVersionCompletedEventHandler com.openkm.ws.ws20.OKMDocument.restoreVersionCompleted

setLanguageCompletedEventHandler com.openkm.ws.ws20.OKMDocument.setLanguageCompleted

setNodeClassCompletedEventHandler com.openkm.ws.ws20.OKMDocument.setNodeClassCompleted

setPropertiesCompletedEventHandler com.openkm.ws.ws20.OKMDocument.setPropertiesCompleted

setTitleCompletedEventHandler com.openkm.ws.ws20.OKMDocument.setTitleCompleted

unlockCompletedEventHandler com.openkm.ws.ws20.OKMDocument.unlockCompleted


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