Package | Description |
---|---|
com.documentum.fc.bpm | |
com.documentum.fc.client |
Provides classes and interfaces for managing sessions and manipulating data in the repository. |
com.documentum.fc.client.search |
Provides classes and interfaces for constructing and running search queries against
multiple content repositories as well as external information sources (optional).
|
com.documentum.fc.common |
Provides classes and interfaces to utility functionality associated with all DFC objects.
|
Modifier and Type | Method and Description |
---|---|
IDfValue |
IDfAttributeValueCondition.getValue()
The value for use within the comparison in the form of an IDfValue instance.
|
Modifier and Type | Method and Description |
---|---|
void |
IDfAttributeValueCondition.setValue(IDfValue value)
Sets a value for use within the comparison in the form of an IDfValue instance.
|
Modifier and Type | Method and Description |
---|---|
IDfValue |
IDfTypedObject.getRepeatingValue(java.lang.String attributeName,
int valueIndex)
Returns a value stored in a repeating attribute as an IDfValue object.
|
IDfValue |
IDfTypedObject.getValue(java.lang.String attributeName)
Returns the value of an attribute asn an IDfValue object.
|
IDfValue |
IDfTypedObject.getValueAt(int index)
Returns the value stored in the attribute at the specified attribute index.
|
Modifier and Type | Method and Description |
---|---|
void |
IDfTypedObject.appendValue(java.lang.String attributeName,
IDfValue value)
Appends a value stored in an IDfValue object to a repeating attribute.
|
int |
IDfTypedObject.findValue(java.lang.String attributeName,
IDfValue value)
Searches through the values in a repeating attribute and returns the index of the first value that
matches the specified value.
|
void |
IDfTypedObject.insertValue(java.lang.String attributeName,
int valueIndex,
IDfValue value)
Inserts a variant value into a repeating attribute.
|
void |
IDfTypedObject.setRepeatingValue(java.lang.String attributeName,
int valueIndex,
IDfValue value)
Sets a value of a repeating attribute.
|
void |
IDfTypedObject.setValue(java.lang.String attributeName,
IDfValue value)
Sets the value of an attribute.
|
Modifier and Type | Method and Description |
---|---|
IDfValue |
IDfResultEntry.getRepeatingValue(java.lang.String attrName,
int valueIndex)
Returns the value stored in a repeating attribute, located at a specific index.
|
IDfValue |
IDfResultEntry.getValue(java.lang.String attrName)
Returns the value stored in a specific attribute.
|
IDfValue |
IDfResultEntry.getValueAt(int index)
Returns the value stored in the attribute at the specified attribute index.
|
Modifier and Type | Method and Description |
---|---|
int |
IDfResultEntry.findValue(java.lang.String attrName,
IDfValue value)
Searches through the values in a repeating attribute and returns the first index value that corresponds to the
specified value.
|
Modifier and Type | Method and Description |
---|---|
IDfValue |
IDfList.getValue(int index)
Fetches an instance of an IDfValue object from the list at the specified index.
|
IDfValue |
IDfProperties.getValue(java.lang.String propertyName)
Returns an IDfValue interface to which the specified property name is mapped to
in the object.
|
Modifier and Type | Method and Description |
---|---|
int |
IDfList.appendValue(IDfValue value)
Appends an instance of an IDfValue object to the list.
|
int |
IDfValue.compareTo(IDfValue value)
Indicates whether the value stored in the calling value object is less than, equal to,
or greater than the value stored in a user-supplied value object.
|
int |
IDfList.findValueIndex(IDfValue value)
Returns the index of the first occurrence of an IDfValue object in the list.
|
void |
IDfList.insertValue(int index,
IDfValue value)
Inserts an instance of an IDfValue object into the list at a specified index.
|
void |
IDfProperties.putValue(java.lang.String propertyName,
IDfValue propertyValue)
Maps the specified property name to the specified IDfValue interface property value.
|
void |
DfValidationException.setAttrValue(IDfValue attrValue) |
void |
IDfList.setValue(int index,
IDfValue value)
Adds an instance of an IDfValue interface into the list at a specified index.
|
Constructor and Description |
---|
DfValidationException(java.lang.String strKey,
IDfValue value) |
DfValidationException(java.lang.String strKey,
java.lang.String strAttrName,
IDfValue value,
java.lang.String msg) |
Copyright 1994-2023 OpenText Corporation. All rights reserved.