Package com.documentum.registry
Interface IDfRegistry
public interface IDfRegistry
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidcloseKey()voidvoiddeleteSubKey(String subKey) voidvoiddeleteValue(String name) voidflush()getBinaryValue(String name) getBinaryValueAt(String name, int index) getBinaryValues(String name) intgetIntValue(String name) intgetIntValueAt(String name, int index) getIntValues(String name) getStringValue(String name) getStringValueAt(String name, int index) getStringValues(String name) intgetValuesSize(String name) booleanbooleanisValueNamePresent(String name) voidvoidreset()voidsetBinaryValue(String name, IDfList data) voidsetBinaryValueAt(String name, int index, IDfList data) voidsetBinaryValues(String name, IDfList data) voidsetIntValue(String name, int data) voidsetIntValueAt(String name, int index, int data) voidsetIntValues(String name, IDfList data) voidsetStringValue(String name, String data) voidsetStringValueAt(String name, int index, String data) voidsetStringValues(String name, IDfList data) voidsetValuesSize(String name, int size) subKeys()values()
-
Field Details
-
KEY_DELIMITER
The universal registry key delimiter.- See Also:
-
DCTM_ROOT
The root key String for Documentum.- See Also:
-
ALTERNATE_FILEPATHS
- See Also:
-
HKEY_CLASSES_ROOT
static final long HKEY_CLASSES_ROOT- See Also:
-
USER_ROOT
static final long USER_ROOT- See Also:
-
LOCALMACHINE_ROOT
static final long LOCALMACHINE_ROOT- See Also:
-
HKEY_USERS
static final long HKEY_USERS- See Also:
-
HKEY_PERFORMANCE_DATA
static final long HKEY_PERFORMANCE_DATA- See Also:
-
ALL_ACCESS
static final int ALL_ACCESS- See Also:
-
READ_ACCESS
static final int READ_ACCESS- See Also:
-
-
Method Details
-
deleteSubKeys
- Throws:
DfException
-
closeKey
- Throws:
DfException
-
subKeys
- Throws:
DfException
-
values
- Throws:
DfException
-
openKey
- Throws:
DfException
-
isSubKey
- Throws:
DfException
-
deleteValue
- Throws:
DfException
-
deleteSubKey
- Throws:
DfException
-
getIntValue
- Throws:
DfException
-
setIntValue
- Throws:
DfException
-
getStringValue
- Throws:
DfException
-
setStringValue
- Throws:
DfException
-
getBinaryValue
- Throws:
DfException
-
setBinaryValue
- Throws:
DfException
-
getIntValues
- Throws:
DfException
-
setIntValues
- Throws:
DfException
-
getIntValueAt
- Throws:
DfException
-
setIntValueAt
- Throws:
DfException
-
getStringValues
- Throws:
DfException
-
setStringValues
- Throws:
DfException
-
getStringValueAt
- Throws:
DfException
-
setStringValueAt
- Throws:
DfException
-
getBinaryValues
- Throws:
DfException
-
setBinaryValues
- Throws:
DfException
-
getBinaryValueAt
- Throws:
DfException
-
setBinaryValueAt
- Throws:
DfException
-
getValuesSize
- Throws:
DfException
-
setValuesSize
- Throws:
DfException
-
reset
- Throws:
IOExceptionDfException
-
flush
- Throws:
IOExceptionDfException
-
createKey
- Throws:
DfException
-
isValueNamePresent
- Throws:
DfException
-