Package | Description |
---|---|
com.documentum.com |
Provides an interface for accessing the DFC through OLE/COM.
|
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.
|
com.documentum.operations |
Provides interfaces to common high-level client functionality,
such as functionality for checking in and checking out documents,
and checking out all the documents in a virtual document.
|
Modifier and Type | Method and Description |
---|---|
IDfProperties |
IDfClientX.getProperties()
Factory method that constructs a new empty
IDfProperties object that provides functionality for
manipulating values in a hashable. |
IDfProperties |
DfClientX.getProperties() |
Modifier and Type | Method and Description |
---|---|
IDfProperties |
IDfXPathConditionEx.getXPathNamespaces()
A map of all the namespace prefixes and URIs defined for the XPath expression.
|
Modifier and Type | Method and Description |
---|---|
IDfProperties |
IDfClient.getContext(java.lang.String contextId)
Returns the
IDfProperties object associated with a particular client. |
IDfProperties |
DfClient.getContext(java.lang.String contextId) |
IDfProperties |
IDfVirtualDocumentNode.getProperties()
Returns an interface to the DfProperties object owned by this virtual document node.
|
IDfProperties |
IDfVirtualDocument.getProperties()
Returns an interface to the DfProperties object owned by this virtual document.
|
IDfProperties |
IDfValidator.getValueAssistanceDependencies(java.lang.String attrName)
Return the list of attributes on which the value assistance selection
depends on.
|
Modifier and Type | Method and Description |
---|---|
IDfValueAssistance |
IDfValidator.getValueAssistance(java.lang.String attrName,
IDfProperties depAttrValues)
Returns the value assistance associated with the specified attribute.
|
boolean |
IDfValueAssistance.isValidForDependentValues(IDfProperties depAttrValues)
Indicate whether the value assistance is valid or not.
|
void |
IDfValidator.validateAll(IDfProperties attrValues,
boolean modifiedAttrsOnly)
Performs both attribute level and object level validation.
|
void |
IDfValidator.validateAllAttrRules(IDfProperties attrValues,
boolean modifiedAttrsOnly)
Validate the user input
attrValues with all the attribute level
validation rules specified for this object type, policy and state
set in the Data Dictionary. |
void |
IDfValidator.validateAllObjRules(IDfProperties attrValues)
Validate the user input attrValues with all the object level
validation rules specified for this object type, policy and state
set in the Data Dictionary.
|
void |
IDfValidator.validateAttrRules(java.lang.String attrName,
IDfList values,
IDfProperties depAttrValues)
Validate the specified attribute with the validation rules set in
the Data Dictionary given a list of attribute values, and an IDfProperties
interface containing dependent attributes.
|
Modifier and Type | Method and Description |
---|---|
IDfProperties |
IDfSmartListDefinition.getProperties()
Gets the custom properties.
|
Modifier and Type | Method and Description |
---|---|
IDfProperties |
IDfException.getProperties()
Returns the the IDfProperties interface to the object.
|
IDfProperties |
DfException.getProperties() |
Modifier and Type | Method and Description |
---|---|
IDfProperties |
IDfOperationNode.getEdgeProperties()
Retuns the propertes of the edge between this node and its immediate parent.
|
IDfProperties |
IDfOperationNode.getPersistentProperties()
Retuns the bag of properties (attribute values) that will be stored persistently with the assocated repository
object.
|
IDfProperties |
IDfStepAction.getProperties()
Returns the properties of the step action.
|
IDfProperties |
IDfOperationStep.getProperties()
Reserved for internal use.
|
IDfProperties |
IDfOperationNode.getProperties()
Returns the properties of this node.
|
IDfProperties |
IDfOperation.getProperties()
Returns the properties of the operation.
|
IDfProperties |
IDfNodeRelationship.getProperties()
Additional properties such as copy behavior, version label, etc. can be set as IDfProperties using this method.
|
Copyright 1994-2023 OpenText Corporation. All rights reserved.