Package anderix.dctm
Class DctmDocument
java.lang.Object
anderix.dctm.DctmClient
anderix.dctm.DctmDocument
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidcheckin()voidvoidvoidimportDocument(String localFile, String objectType, String destinationFolder) voidsetLocalPath(String localPath) voidsetObjectId(String objectId) Methods inherited from class anderix.dctm.DctmClient
connect, connect, disconnect, executeDQL
-
Constructor Details
-
DctmDocument
public DctmDocument()
-
-
Method Details
-
getObjectId
- Throws:
com.documentum.fc.common.DfException
-
setObjectId
-
getLocalPath
- Throws:
com.documentum.fc.common.DfException
-
setLocalPath
-
importDocument
public 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
-
cancelCheckout
public void cancelCheckout() throws com.documentum.fc.common.DfException- Throws:
com.documentum.fc.common.DfException
-
checkin
public void checkin() throws com.documentum.fc.common.DfException- Throws:
com.documentum.fc.common.DfException
-