Package com.documentum.fc.client.content
Interface IDfCAStore
- All Superinterfaces:
IDfPersistentObject,IDfStore,IDfTypedObject
A content addressable storage area.
- 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 TypeMethodDescriptionintgetContentAttrDesc(int index) getContentAttrName(int index) intgetStorageParams(int index) intbooleanbooleanvoidremoveContentAttr(int index) voidsetContentAttr(int index, String value, String description) voidsetDefaultRetentionDate(IDfTime value) voidsetDefaultRetentionDays(int days) voidsetFullBlobNameRetry(boolean enable) voidsetPluginId(IDfId value) voidsetPluginName(String pluginObjectName) voidsetRetentionAttrName(String value) voidsetRetentionAttrRequired(boolean value) voidsetStorageParams(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, validateObjRulesWithValuesMethods inherited from interface com.documentum.fc.client.content.IDfStore
getBaseUrl, getCapacity, getComponent, getComponentCount, getComponentId, getComponentIdCount, getCompressionMode, getContentDuplPref, getContentHashMode, getCredentialId, getCredentialKey, getCryptoKey, getCryptoMode, getCurrentUse, getDigitalShredding, getGetMethod, getJavaAccess, getMediaType, getName, getNativeAccess, getOfflineGetMethod, getRequireTicket, getStatus, getStoreType, getUseMaskAfter, setBaseUrl, setCapacity, setComponent, setCompressionMode, setContentDuplPref, setContentHashMode, setCredentialId, setCredentialKey, setCryptoKey, setCryptoMode, setCurrentUse, setDigitalShredding, setGetMethod, setJavaAccess, setMediaType, setName, setNativeAccess, setOfflineGetMethod, setRequireTicket, setStatus, setStoreTypeMethods 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
-
getPluginId
- Throws:
DfException
-
setPluginId
- Throws:
DfException
-
getStorageParamsCount
- Throws:
DfException
-
getStorageParams
- Throws:
DfException
-
setStorageParams
- Throws:
DfException
-
getContentAttrCount
- Throws:
DfException
-
getContentAttrName
- Throws:
DfException
-
setContentAttr
- Throws:
DfException
-
removeContentAttr
- Throws:
DfException
-
getContentAttrDesc
- Throws:
DfException
-
getRetentionAttrName
- Throws:
DfException
-
setRetentionAttrName
- Throws:
DfException
-
isRetentionAttrRequired
- Throws:
DfException
-
setRetentionAttrRequired
- Throws:
DfException
-
getDefaultRetentionDate
- Throws:
DfException
-
setDefaultRetentionDate
- Throws:
DfException
-
setPluginName
- Throws:
DfException
-
getPluginName
- Throws:
DfException
-
getDefaultRetentionDays
- Throws:
DfException
-
setDefaultRetentionDays
- Throws:
DfException
-
setFullBlobNameRetry
- Throws:
DfException
-
isFullBlobNameRetryEnabled
- Throws:
DfException
-