Uses of Interface
com.documentum.fc.common.IDfProperties
Packages that use IDfProperties
Package
Description
Provides an interface for accessing the DFC through OLE/COM.
Provides classes and interfaces for constructing and running search queries against
multiple content repositories as well as external information sources (optional).
Provides classes and interfaces to utility functionality associated with all DFC objects.
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.
-
Uses of IDfProperties in com.documentum.com
Methods in com.documentum.com that return IDfPropertiesModifier and TypeMethodDescriptionDfClientX.getProperties()
IDfClientX.getProperties()
Factory method that constructs a new emptyIDfProperties
object that provides functionality for manipulating values in a hashable. -
Uses of IDfProperties in com.documentum.fc.bpm
Methods in com.documentum.fc.bpm that return IDfPropertiesModifier and TypeMethodDescriptionIDfXPathConditionEx.getXPathNamespaces()
A map of all the namespace prefixes and URIs defined for the XPath expression. -
Uses of IDfProperties in com.documentum.fc.client
Methods in com.documentum.fc.client that return IDfPropertiesModifier and TypeMethodDescriptionDfClient.getContext
(String contextId) IDfClient.getContext
(String contextId) Returns theIDfProperties
object associated with a particular client.IDfVirtualDocument.getProperties()
Returns an interface to the DfProperties object owned by this virtual document.IDfVirtualDocumentNode.getProperties()
Returns an interface to the DfProperties object owned by this virtual document node.IDfValidator.getValueAssistanceDependencies
(String attrName) Return the list of attributes on which the value assistance selection depends on.Methods in com.documentum.fc.client with parameters of type IDfPropertiesModifier and TypeMethodDescriptionIDfValidator.getValueAssistance
(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 inputattrValues
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
(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. -
Uses of IDfProperties in com.documentum.fc.client.search
Methods in com.documentum.fc.client.search that return IDfPropertiesModifier and TypeMethodDescriptionIDfSmartListDefinition.getProperties()
Gets the custom properties. -
Uses of IDfProperties in com.documentum.fc.common
Methods in com.documentum.fc.common that return IDfPropertiesModifier and TypeMethodDescriptionDfException.getProperties()
IDfException.getProperties()
Returns the the IDfProperties interface to the object. -
Uses of IDfProperties in com.documentum.operations
Methods in com.documentum.operations that return IDfPropertiesModifier and TypeMethodDescriptionIDfOperationNode.getEdgeProperties()
Retuns the propertes of the edge between this node and its immediate parent.IDfOperationNode.getPersistentProperties()
Retuns the bag of properties (attribute values) that will be stored persistently with the assocated repository object.IDfNodeRelationship.getProperties()
Additional properties such as copy behavior, version label, etc.IDfOperation.getProperties()
Returns the properties of the operation.IDfOperationNode.getProperties()
Returns the properties of this node.IDfOperationStep.getProperties()
Reserved for internal use.IDfStepAction.getProperties()
Returns the properties of the step action.