Package com.documentum.registry
Interface IDfRegistryWin32
- All Superinterfaces:
IDfRegistry
- All Known Implementing Classes:
DfRegistryWin32
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intEnumerated value type specifier for binary data.static final intEnumerated value type specifier for integer data.static final intstatic final intEnumerated value type specifier for String data.Fields inherited from interface com.documentum.registry.IDfRegistry
ALL_ACCESS, ALTERNATE_FILEPATHS, DCTM_ROOT, HKEY_CLASSES_ROOT, HKEY_PERFORMANCE_DATA, HKEY_USERS, KEY_DELIMITER, LOCALMACHINE_ROOT, READ_ACCESS, USER_ROOT -
Method Summary
Methods inherited from interface com.documentum.registry.IDfRegistry
closeKey, createKey, deleteSubKey, deleteSubKeys, deleteValue, flush, getBinaryValue, getBinaryValueAt, getBinaryValues, getIntValue, getIntValueAt, getIntValues, getStringValue, getStringValueAt, getStringValues, getValuesSize, isSubKey, isValueNamePresent, openKey, reset, setBinaryValue, setBinaryValueAt, setBinaryValues, setIntValue, setIntValueAt, setIntValues, setStringValue, setStringValueAt, setStringValues, setValuesSize, subKeys, values
-
Field Details
-
TYPE_NONE
static final int TYPE_NONE- See Also:
-
TYPE_STRING
static final int TYPE_STRINGEnumerated value type specifier for String data.- See Also:
-
TYPE_BINARY
static final int TYPE_BINARYEnumerated value type specifier for binary data.- See Also:
-
TYPE_INT
static final int TYPE_INTEnumerated value type specifier for integer data.- See Also:
-
-
Method Details
-
getValueType
- Throws:
Exception
-