Package com.documentum.fc.client
Interface IDfSessionManagerConfig
- All Superinterfaces:
IDfTypedObject
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddApplicationCode(String value) voidaddDynamicGroup(String value) getAddedDynamicGroup(int index) intgetApplicationCode(int index) intgetRemovedDynamicGroup(int index) intvoidremoveApplicationCode(String value) voidremoveDynamicGroup(String value) voidvoidsetTimeZone(String value) 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
-
getLocale
String getLocale() -
setLocale
- Throws:
DfException
-
getTimeZone
String getTimeZone() -
setTimeZone
- Throws:
DfException
-
getApplicationCodeCount
int getApplicationCodeCount() -
getApplicationCode
-
addApplicationCode
- Throws:
DfException
-
removeApplicationCode
- Throws:
DfException
-
addDynamicGroup
- Throws:
DfException
-
removeDynamicGroup
- Throws:
DfException
-
getAddedDynamicGroupCount
int getAddedDynamicGroupCount() -
getAddedDynamicGroup
-
getRemovedDynamicGroupCount
int getRemovedDynamicGroupCount() -
getRemovedDynamicGroup
-