Package com.documentum.fc.client.content
Interface IDfStore
- All Superinterfaces:
IDfPersistentObject,IDfTypedObject
- All Known Subinterfaces:
IDfAtmosStore,IDfBlobStore,IDfCAStore,IDfExternalFileStore,IDfExternalStore,IDfFileStore
- All Known Implementing Classes:
AtmosStore,com.documentum.fc.client.content.impl.Store
A content storage area.
The attributes in store objects are accessible only to users with Sysadmin or Superuser user privileges.
- 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 TypeMethodDescriptionintgetComponent(int index) intgetComponentId(int index) intintintintintintbooleanintgetName()booleanbooleanintintintvoidsetBaseUrl(String value) voidsetCapacity(int value) voidsetComponent(int index, String value) voidsetCompressionMode(int value) voidsetContentDuplPref(int value) voidsetContentHashMode(int value) voidsetCredentialId(String userId) voidsetCredentialKey(String cred) voidsetCryptoKey(String value) voidsetCryptoMode(int value) voidsetCurrentUse(int value) voidsetDigitalShredding(boolean value) voidsetGetMethod(String value) voidsetJavaAccess(String javaAccess) voidsetMediaType(int value) voidvoidsetNativeAccess(String nativeAccess) voidsetOfflineGetMethod(boolean value) voidsetRequireTicket(boolean value) voidsetStatus(int status) Sets the status of this storage.voidsetStoreType(int 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.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
-
getName
- Throws:
DfException
-
setName
- Throws:
DfException
-
getStoreType
- Throws:
DfException
-
setStoreType
- Throws:
DfException
-
getCapacity
- Throws:
DfException
-
setCapacity
- Throws:
DfException
-
getCurrentUse
- Throws:
DfException
-
setCurrentUse
- Throws:
DfException
-
getComponentCount
- Throws:
DfException
-
getComponent
- Throws:
DfException
-
setComponent
- Throws:
DfException
-
getComponentIdCount
- Throws:
DfException
-
getComponentId
- Throws:
DfException
-
getStatus
- Throws:
DfException
-
getGetMethod
- Throws:
DfException
-
setGetMethod
- Throws:
DfException
-
getOfflineGetMethod
- Throws:
DfException
-
setOfflineGetMethod
- Throws:
DfException
-
getUseMaskAfter
- Throws:
DfException
-
getRequireTicket
- Throws:
DfException
-
setRequireTicket
- Throws:
DfException
-
getMediaType
- Throws:
DfException
-
setMediaType
- Throws:
DfException
-
getBaseUrl
- Throws:
DfException
-
setBaseUrl
- Throws:
DfException
-
getCryptoMode
- Throws:
DfException
-
setCryptoMode
- Throws:
DfException
-
getCryptoKey
- Throws:
DfException
-
setCryptoKey
- Throws:
DfException
-
getDigitalShredding
- Throws:
DfException
-
setDigitalShredding
- Throws:
DfException
-
getCompressionMode
- Throws:
DfException
-
setCompressionMode
- Throws:
DfException
-
getContentDuplPref
- Throws:
DfException
-
setContentDuplPref
- Throws:
DfException
-
getContentHashMode
- Throws:
DfException
-
setContentHashMode
- Throws:
DfException
-
setCredentialId
- Throws:
DfException
-
getCredentialId
- Throws:
DfException
-
setCredentialKey
- Throws:
DfException
-
getCredentialKey
- Throws:
DfException
-
setJavaAccess
- Throws:
DfException
-
getJavaAccess
- Throws:
DfException
-
setNativeAccess
- Throws:
DfException
-
getNativeAccess
- Throws:
DfException
-
setStatus
Sets the status of this storage. It is either online, offline or read-only. The constants are defined in Store.- Throws:
DfException
-