Package com.documentum.registry
Interface IDfRegistry
public interface IDfRegistry
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
closeKey()
void
void
deleteSubKey
(String subKey) void
void
deleteValue
(String name) void
flush()
getBinaryValue
(String name) getBinaryValueAt
(String name, int index) getBinaryValues
(String name) int
getIntValue
(String name) int
getIntValueAt
(String name, int index) getIntValues
(String name) getStringValue
(String name) getStringValueAt
(String name, int index) getStringValues
(String name) int
getValuesSize
(String name) boolean
boolean
isValueNamePresent
(String name) void
void
reset()
void
setBinaryValue
(String name, IDfList data) void
setBinaryValueAt
(String name, int index, IDfList data) void
setBinaryValues
(String name, IDfList data) void
setIntValue
(String name, int data) void
setIntValueAt
(String name, int index, int data) void
setIntValues
(String name, IDfList data) void
setStringValue
(String name, String data) void
setStringValueAt
(String name, int index, String data) void
setStringValues
(String name, IDfList data) void
setValuesSize
(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:
IOException
DfException
-
flush
- Throws:
IOException
DfException
-
createKey
- Throws:
DfException
-
isValueNamePresent
- Throws:
DfException
-