Package anderix.dctm
Class DctmDocument
java.lang.Object
anderix.dctm.DctmClient
anderix.dctm.DctmDocument
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
checkin()
void
void
void
importDocument
(String localFile, String objectType, String destinationFolder) void
setLocalPath
(String localPath) void
setObjectId
(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
-