Package com.documentum.fc.client
Interface IDfDumpRecord
- All Superinterfaces:
IDfPersistentObject
,IDfTypedObject
Interface for getting and setting values for dm_dump_record objects.
- Since:
- 6.0
-
Field Summary
Fields inherited from interface com.documentum.fc.client.IDfPersistentObject
CURRENCY_CHECK_ALWAYS, CURRENCY_CHECK_FIRST_ACCESS, CURRENCY_CHECK_NEVER, CURRENCY_CHECK_ONCE_PER_SCOPE
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
getDumpParameter
(int index) getDumpType
(int index) getPredicate
(int index) getPredicate2
(int index) int
boolean
boolean
boolean
isMore()
void
setDumpOperation
(String value) void
setDumpParameter
(int index, String value) void
setDumpType
(int index, String value) void
setFileName
(String value) void
setIncludeContent
(boolean value) void
setPredicate
(int index, String value) void
setPredicate2
(int index, String value) Methods inherited from interface com.documentum.fc.client.IDfPersistentObject
addChildRelative, addParentRelative, apiExec, apiGet, apiSet, destroy, fetch, fetchWithCaching, getAttrAssistance, getAttrAssistanceWithValues, getAttrAsstDependencies, getChildRelatives, getParentRelatives, getPartition, getType, getValidator, getVStamp, getWidgetType, isDeleted, isDirty, isInstanceOf, isNew, isReplica, lock, lockEx, registerEvent, removeChildRelative, removeParentRelative, revert, save, setPartition, signoff, unRegisterEvent, unRegisterEventEx, validateAllRules, validateAttrRules, validateAttrRulesWithValue, validateAttrRulesWithValues, validateObjRules, validateObjRulesWithValues
Methods inherited from interface com.documentum.fc.client.IDfTypedObject
appendBoolean, appendDouble, appendId, appendInt, appendString, appendTime, appendValue, dump, enumAttrs, findAttrIndex, findBoolean, findDouble, findId, findInt, findString, findTime, findValue, getAllRepeatingStrings, getAttr, getAttrCount, getAttrDataType, getBoolean, getDouble, getId, getInt, getLong, getObjectId, getObjectSession, getOriginalSession, getRepeatingBoolean, getRepeatingDouble, getRepeatingId, getRepeatingInt, getRepeatingLong, getRepeatingString, getRepeatingTime, getRepeatingValue, getSession, getSessionManager, getString, getTime, getValue, getValueAt, getValueCount, hasAttr, insertBoolean, insertDouble, insertId, insertInt, insertString, insertTime, insertValue, isAttrRepeating, isNull, remove, removeAll, setBoolean, setDouble, setId, setInt, setNull, setRepeatingBoolean, setRepeatingDouble, setRepeatingId, setRepeatingInt, setRepeatingString, setRepeatingTime, setRepeatingValue, setSessionManager, setString, setTime, setValue, truncate
-
Method Details
-
getFileName
- Throws:
DfException
-
setFileName
- Throws:
DfException
-
getPredicate
- Throws:
DfException
-
setPredicate
- Throws:
DfException
-
getPredicate2
- Throws:
DfException
-
setPredicate2
- Throws:
DfException
-
getDumpType
- Throws:
DfException
-
setDumpType
- Throws:
DfException
-
getStartTime
- Throws:
DfException
-
getEndTime
- Throws:
DfException
-
getRootCount
- Throws:
DfException
-
getCurrentRootCount
- Throws:
DfException
-
getCurrentObjectCount
- Throws:
DfException
-
getCurrentPos
- Throws:
DfException
-
isIncludeContent
- Throws:
DfException
-
setIncludeContent
- Throws:
DfException
-
getDumpOperation
- Throws:
DfException
-
setDumpOperation
- Throws:
DfException
-
getDumpParameter
- Throws:
DfException
-
setDumpParameter
- Throws:
DfException
-
getCurrentOffset
- Throws:
DfException
-
isComplete
- Throws:
DfException
-
isMore
- Throws:
DfException
-