Package anderix.dctm
Class DctmDocument
java.lang.Object
anderix.dctm.DctmClient
anderix.dctm.DctmDocument
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidcheckin()voidvoidvoidimportDocument(String localFile, String objectType, String destinationFolder) voidsetLocalPath(String localPath) voidsetObjectId(String objectId) Methods inherited from class anderix.dctm.DctmClientconnect, connect, disconnect, executeDQL
- 
Constructor Details- 
DctmDocumentpublic DctmDocument()
 
- 
- 
Method Details- 
getObjectId- Throws:
- com.documentum.fc.common.DfException
 
- 
setObjectId
- 
getLocalPath- Throws:
- com.documentum.fc.common.DfException
 
- 
setLocalPath
- 
importDocumentpublic void importDocument(String localFile, String objectType, String destinationFolder) throws com.documentum.fc.common.DfException - Throws:
- com.documentum.fc.common.DfException
 
- 
export- Throws:
- com.documentum.fc.common.DfException
 
- 
checkout- Throws:
- com.documentum.fc.common.DfException
 
- 
cancelCheckoutpublic void cancelCheckout() throws com.documentum.fc.common.DfException- Throws:
- com.documentum.fc.common.DfException
 
- 
checkinpublic void checkin() throws com.documentum.fc.common.DfException- Throws:
- com.documentum.fc.common.DfException
 
 
-