Package com.documentum.fc.client.content
Interface IDfContent
- All Superinterfaces:
IDfPersistentObject,IDfTypedObject
Information about a single piece of content.
- Since:
- 5.4
-
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 TypeMethodDescriptionvoidThrowsDfExceptionwhen content is not available.intfindContentAttr(String contentAttrName) intgetContentAttrDataType(int index) getContentAttrName(int index) longintdoublegetDoubleContentAttr(int index) getFulltextIndex(int index) getIndexFormats(int index) intgetIndexOperations(int index) intgetIndexPages(int index) getIndexParents(int index) getIndexSetTimes(int index) getIndexSubtypes(int index) getInternalEncoding(int index) getInternalFormat(int index) getInternalFullFormat(int index) getInternalIndexFormat(int index) intgetInternalRendition(int index) intgetLoss()longGet other file size.intintgetPage(int index) getPageModifier(int index) intgetParentId(int index) intintgetPx(int index) intgetPy(int index) intgetPz(int index) intintgetStringContentAttr(int index) getTimeContentAttr(int index) intgetUpdateCount(int index) intintintbooleanbooleanisIndexPending(int index) booleanMethods 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, validateObjRulesWithValuesMethods 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
-
getParentId
- Throws:
DfException
-
getPage
- Throws:
DfException
-
getRendition
- Throws:
DfException
-
getParentCount
- Throws:
DfException
-
getStorageId
- Throws:
DfException
-
getDataTicket
- Throws:
DfException
-
getOtherTicket
- Throws:
DfException
-
getContentSize
- Throws:
DfException
-
getFullFormat
- Throws:
DfException
-
getFormatId
- Throws:
DfException
-
getResolution
- Throws:
DfException
-
getXRange
- Throws:
DfException
-
getYRange
- Throws:
DfException
-
getZRange
- Throws:
DfException
-
getEncoding
- Throws:
DfException
-
getLoss
- Throws:
DfException
-
getTransformPath
- Throws:
DfException
-
getSetClient
- Throws:
DfException
-
getSetFile
- Throws:
DfException
-
getSetTime
- Throws:
DfException
-
isOffline
- Throws:
DfException
-
getContents
- Throws:
DfException
-
isArchived
- Throws:
DfException
-
getIndexFormat
- Throws:
DfException
-
getIndexParent
- Throws:
DfException
-
getFulltextIndex
- Throws:
DfException
-
isIndexPending
- Throws:
DfException
-
getUpdateCount
- Throws:
DfException
-
getInternalIndexFormat
- Throws:
DfException
-
getInternalFormat
- Throws:
DfException
-
getInternalRendition
- Throws:
DfException
-
getPx
- Throws:
DfException
-
getPy
- Throws:
DfException
-
getPz
- Throws:
DfException
-
getInternalEncoding
- Throws:
DfException
-
getInternalFullFormat
- Throws:
DfException
-
getIndexParents
- Throws:
DfException
-
getIndexSetTimes
- Throws:
DfException
-
getIndexPages
- Throws:
DfException
-
getIndexSubtypes
- Throws:
DfException
-
getIndexOperations
- Throws:
DfException
-
getIndexFormats
- Throws:
DfException
-
findContentAttr
- Throws:
DfException
-
getContentAttrName
- Throws:
DfException
-
getStringContentAttr
- Throws:
DfException
-
getPageModifier
- Throws:
DfException
-
getDoubleContentAttr
- Throws:
DfException
-
getTimeContentAttr
- Throws:
DfException
-
getContentAttrDataType
- Throws:
DfException
-
getContentHash
- Throws:
DfException
-
getParkedState
- Throws:
DfException
-
getOtherFileSize
Get other file size.- Returns:
- other file size of this content. Throws DfException if this content does not own an other ticket
- Throws:
DfException
-
checkContentIsAvailable
ThrowsDfExceptionwhen content is not available.- Throws:
DfException- when content is not available.
-