Uses of Class
com.documentum.fc.common.DfException
Packages that use DfException
Package
Description
Provides an interface for accessing the DFC through OLE/COM.
Provides classes and interfaces, related to distributed content transfer.
Provides classes and interfaces for constructing and running search queries against
multiple content repositories as well as external information sources (optional).
This package contains interfaces to provide search services filters.
Provides classes and interfaces to utility functionality associated with all DFC objects.
Provides interfaces for defining logic on lifecycles.
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.
Provides interfaces and classes that manage Documentum
information on the client’s local system.
Provides interfaces and classes that allow querying of the docbase with
results returned as XML.
-
Uses of DfException in com.documentum.com
Methods in com.documentum.com that throw DfExceptionModifier and TypeMethodDescriptionDfClientX.deserializeObject
(String image) IDfClientX.deserializeObject
(String image) Restores the object from its serialized image.DfClientX.getCancelCheckoutOperation()
IDfClientX.getCancelCheckoutOperation()
Factory method that constructs a newIDfCancelCheckout
object.DfClientX.getCheckinOperation()
IDfClientX.getCheckinOperation()
Factory method that constructs a newIDfCheckinOperation
object for checking in one or more checked out repository objects.DfClientX.getCheckoutOperation()
IDfClientX.getCheckoutOperation()
Factory method that constructs a newIDfCheckoutOperation
object for checking in one or more repository objects previously checked out.DfClientX.getClientRegistry()
IDfClientX.getClientRegistry()
Factory method that constructs a newIDfClientRegistry
object that provides access to the Docbase object information stored on the local system.DfClientX.getCopyOperation()
IDfClientX.getCopyOperation()
Factory method that constructs a newIDfCopyOperation
object.DfClientX.getDeleteOperation()
IDfClientX.getDeleteOperation()
Factory method that constructs a newIDfDeleteOperation
object.DfClientX.getDocbrokerClient()
IDfClientX.getDocbrokerClient()
Factory method that contructs a newIDfDocbrokerClient
instance.DfClientX.getExportOperation()
IDfClientX.getExportOperation()
Factory method that constructs a newIDfExportOperation
object for exporting one or more repository objects to the file system.Factory method that constructs a newIDfFile
object that represents a file system file.DfClientX.getFormatRecognizer
(IDfSession session, String filePath, String suggestedFormat) IDfClientX.getFormatRecognizer
(IDfSession session, String filePath, String suggestedFormat) Factory method that constructs a newIDfFormatRecognizer
object that is used to suggest what Docbase formats might be appropriate for the specified file.DfClientX.getImportOperation()
IDfClientX.getImportOperation()
Factory method that constructs a newIDfImportOperation
object for importing one or more files into the repository.DfClientX.getLocalClient()
IDfClientX.getLocalClient()
Factory method for anIDfClient
object.DfClientX.getLocalClient32()
IDfClientX.getLocalClient32()
Returns a DFC local client object that will call into DMCL32.dll for backward compatibility with pre-4.0 Documentum servers.DfClientX.getMacFormatRecognizer
(IDfSession session, String dataForkPath, String resForkPath, String suggestedFormat) IDfClientX.getMacFormatRecognizer
(IDfSession session, String dataForkpath, String resourceForkPath, String suggestedFormat) Factory method that constructs a newIDfFormatRecognizer
object that is used to suggest what Docbase formats might be appropriate based on both the data and resource forks of a Macintosh file.DfClientX.getMoveOperation()
IDfClientX.getMoveOperation()
Factory method that constructs a newIDfMoveOperation
object.DfClientX.getOperation
(String operationName) IDfClientX.getOperation
(String operationName) Deprecated.DfClientX.getPredictiveCachingOperation()
IDfClientX.getPredictiveCachingOperation()
Factory method that constructs a newIDfPredictiveCachingOperation
object for predictive content caching.DfClientX.getValidationOperation()
IDfClientX.getValidationOperation()
Factory method that constructs a newIDfValidationOperation
object.DfClientX.getVirtualDocument
(IDfSysObject rootObject, String lateBindingValue, boolean followRootAssembly) IDfClientX.getVirtualDocument
(IDfSysObject rootObject, String lateBindingValue, boolean followRootAssembly) Returns a virtual document object where the providedIDfSysObject
is the root object of the virtual document.DfClientX.getVirtualDocumentNodeFromToken
(IDfSession session, String token) IDfClientX.getVirtualDocumentNodeFromToken
(IDfSession session, String token) Returns an interface to a node of a virtual document given a unique token that represents the node in the virtual document tree.DfClientX.getXMLTransformOperation()
IDfClientX.getXMLTransformOperation()
Factory method that constructs a newIDfTransformOperation
object for using XSLT to transform one or more XML documents into another form, such as HTML, PDF, etc.com.documentum.xml.xquery.IDfXQueryTargets
DfClientX.getXQueryTargets
(int targetCategory) com.documentum.xml.xquery.IDfXQueryTargets
IDfClientX.getXQueryTargets
(int targetCategory) Factory method that constructs a newIDfXQueryTargets
object. -
Uses of DfException in com.documentum.fc.bpm
Methods in com.documentum.fc.bpm that throw DfExceptionModifier and TypeMethodDescriptionIDfAttributeValueCondition.getAttributeName()
Returns the name of the attribute of the package component's data type that is to participate in the relational operation with a constant value.IDfXPathConditionEx.getDefaultXPathNamespace()
The default (ie.IDfTransitionCondition.getObjectAlias()
The alias of the object upon which the transition condition is to be applied.int
IDfTransitionCondition.getRelationalOperator()
Returns an integer specifying which relational operator to use for this transition condition.int
IDfAttributeValueCondition.getRepeatingAttributeFlag()
Returns the repeating attribute flag that determines how a comparison is performed when the named attribute is repeating.IDfAttributeValueCondition.getValue()
The value for use within the comparison in the form of an IDfValue instance.IDfXPathCondition.getXPathExpression()
The XPath expression addressing a textual entity within a package component's primary content.IDfXPathConditionEx.getXPathNamespace
(String prefix) The namespace URI to which the given prefix refers within the XPath expression.IDfXPathConditionEx.getXPathNamespaces()
A map of all the namespace prefixes and URIs defined for the XPath expression.IDfXPathCondition.getXPathValue()
Gets the String value (formatted according to XSchema datatype) against which the runtime comparison will be madeIDfXPathCondition.getXSchemaDatatype()
The built-in XSchema datatype (for example, gDateTime) that determines how the String value will be interpreted for the runtime comparison.boolean
IDfTransitionCondition.isValid()
Indicates if a transition condition is complete and has legitimate values.void
IDfXPathConditionEx.removeXPathNamespace
(String prefix) Removes a namespace definition.void
IDfAttributeValueCondition.setAttributeName
(String name) Sets the name of the attribute of the package component's data type that is to participate in the comparison with a constant value.void
IDfAttributeValueCondition.setBooleanValue
(boolean value) Sets a boolean value for use within the comparison.void
IDfXPathConditionEx.setDefaultXPathNamespace
(String uri) Defines the default (ie.void
IDfAttributeValueCondition.setDoubleValue
(double value) Sets a double value for use within the comparison.void
IDfAttributeValueCondition.setIdValue
(IDfId value) Sets an id value for use within the comparison.void
IDfAttributeValueCondition.setIntValue
(int value) Sets an integer value for use within the comparison.void
IDfTransitionCondition.setObjectAlias
(String name) Set the alias of the object upon which the transition condition is to be applied.void
IDfTransitionCondition.setRelationalOperator
(int operator) Sets an integer specifying which relational operator to use for this transition condition.void
IDfAttributeValueCondition.setRepeatingAttributeFlag
(int flag) Sets the repeating attribute flag to determine how a comparison is performed when the named attribute is repeating.void
IDfAttributeValueCondition.setStringValue
(String value) Sets a string value for use within the comparison.void
IDfAttributeValueCondition.setTimeValue
(IDfTime value) Sets a time value for use within the comparison.void
Sets a value for use within the comparison in the form of an IDfValue instance.void
IDfXPathCondition.setXPathExpression
(String xpath) Sets the XPath expression defining the value for runtime comparison.void
IDfXPathConditionEx.setXPathNamespace
(String prefix, String uri) Defines a namespace referenced within the XPath expression.void
IDfXPathCondition.setXPathValue
(String value) Sets the value (formatted according to XSchema datatype) against which the runtime comparison will be made.void
IDfXPathCondition.setXSchemaDatatype
(String datatype) Sets the built-in XSchema datatype (for example, gDateTime) that determines how the String value will be interpreted for the runtime comparison. -
Uses of DfException in com.documentum.fc.client
Subclasses of DfException in com.documentum.fc.clientModifier and TypeClassDescriptionclass
An exception that occurs when operating on a IDfACL instance.class
class
class
class
Signals a problem with authentication of an identity.final class
class
This exception is used to indicate that the DBOR was not foundclass
class
class
class
class
This exception is thrown when a specific docbase does not have an identity.class
Thrown when a requested Docbase object can not be found.class
Signals that an I/O exception of some sort has occurred while communicating with the docbase.class
Thrown when a requested Docbase object can not be found.class
Thrown when a qualification failed to match an object.class
class
class
Thrown when a requested Docbase object can not be found.class
class
class
Thrown when a requested Docbase object can not be found.class
class
An exception that occurs when operating on a IDfTypedObject instance.class
An exception that signals a problem with principal authentication.class
Signals a restricted session.class
DfScopingException class.class
This class provides error information.class
This exception is thrown when a Business Object Service is not properly configured in DBOR (Documentum Business Object registry) and the Java class cannot be instantiated.class
This exception is thrown when a Business Object Service is not configured in DBOR (Documentum Business Object registry).class
An exception that occurs when operating on a IDfSysObject instance.class
class
An exception that occurs when operating on a IDfTypedObject instance.class
class
class
Exceptions that occur when operating on workflow runtime objects including IDfWorkflow, IDfWorkitem, IDfPackageclass
Methods in com.documentum.fc.client that throw DfExceptionModifier and TypeMethodDescriptionvoid
IDfWorkflow.abort()
Terminates a workflow.void
IDfBatchManager.abortBatch()
Abort the batch operation and roll back the batch transaction.void
IDfSession.abortTrans()
Closes an explicit database transaction and cancels any changes made since the call toIDfSession.beginTrans()
.void
IDfSession.abortTransEx
(IDfLocalTransaction tx) abort the transaction specified by the IDfTransactionvoid
IDfRouter.acquire
(int taskNumber) Deprecated.void
IDfWorkitem.acquire()
Acquires a work item for the current user.void
IDfProcess.addActivity
(String actName, IDfId actId, String actType, int actPriority) Adds an activity to the workflow definition.void
IDfSessionManagerConfig.addApplicationCode
(String value) IDfWorkflow.addAttachment
(String componentType, IDfId componentId) Adds an attachment to the workflow.IDfWorkitem.addAttachment
(String componentType, IDfId componentId) Adds an attachment to the workflow.void
IDfVirtualDocument.addChangeDescription
(int code, IDfId objectId, String contextTag, String description) Records a change made to a node.IDfPersistentObject.addChildRelative
(String relationTypeName, IDfId childId, String childLabel, boolean isPermanent, String description) Creates a Relation object.void
IDfActivity.addConditionRouteCase
(String routeCaseIdentifier, IDfList conditions, IDfList outputPorts) Adds a route case to the activity.IDfSysObject.addDigitalSignature
(String userName, String reason) Create an audit trail entry that records the signing of a DfSysObject by a user.void
IDfAdminClient.addDocbroker
(String hostName, int portNumber) Dynamically adds a connection broker to the list of brokers known to DFC.void
IDfDocbrokerClient.addDocbroker
(String hostName, int portNumber) Dynamically adds a connection broker to the list of known connection brokers.void
IDfSession.addDynamicGroup
(String groupName) Adds the session user to the dynamic group for this session.void
IDfSessionManagerConfig.addDynamicGroup
(String value) IDfSysObject.addESignature
(String userName, String password, String signatureJustification, String formatToSign, String hashAlgorithm, String preSignatureHash, String signatureMethodName, String applicationProperties, String passThroughArgument1, String passThroughArgument2) Electronically sign a sysobject.boolean
Adds a group to this group.void
IDfProcess.addLink
(String linkName, String linkSrcActivity, String linkSrcPortName, String linkDestActivity, String linkDstPortName) Adds a link to a workflow definition.IDfVirtualDocument.addNode
(IDfVirtualDocumentNode parentNode, IDfVirtualDocumentNode insertAfterNode, IDfId objectChronId, String binding, boolean followAssembly, boolean overrideLateBindingValue) Adds a new node to the virtual document.IDfVirtualDocument.addNodeToNode
(IDfVirtualDocumentNode parentNode, IDfVirtualDocumentNode insertAfterNode, IDfVirtualDocumentNode nodeToAdd) Adds a node to another node in the display.void
Adds an annotation (the current IDfSysObject) to the target object.void
Adds an annotation (the current IDfSysObject) to the target object.IDfWorkflow.addPackage
(String startActivityName, String inputPortName, String packageName, String packageType, String noteText, boolean notePersistent, IDfList componentId) Adds a package to a start activity in a workflow.IDfWorkflow.addPackage
(String startActivityName, String inputPortName, String packageName, String packageType, String noteText, boolean notePersistent, IDfList componentId, IDfList componentName) Adds a package to a start activity in a workflow.IDfWorkflowBuilder.addPackage
(String startActivityName, String inputPortName, String packageName, String packageType, String noteText, boolean notePersistent, IDfList componentIds) Adds a package to a start activity in the workflow.IDfWorkitem.addPackage
(String packageName, String packageType, IDfList componentId) Adds a package to a work item.IDfWorkitem.addPackage
(String packageName, String packageType, IDfList componentId, IDfList componentName) Adds a package to a work item.IDfWorkflow.addPackageEx
(String startActivityName, String inputPortName, String packageName, String packageType, String noteText, boolean notePersistent, IDfList componentId, int skillLevel) Adds a package to a start activity in the workflow and specifies a skill_level for the packageIDfWorkflow.addPackageEx
(String startActivityName, String inputPortName, String packageName, String packageType, String noteText, boolean notePersistent, IDfList componentId, IDfList componentName, int skillLevel) Adds a package to a start activity in the workflow and specifies a skill_level for the packageIDfWorkitem.addPackageEx
(String packageName, String packageType, IDfList componentId, int skillLevel) Adds a package to a work item and specifies a skill level for the package.IDfWorkitem.addPackageEx
(String packageName, String packageType, IDfList componentId, IDfList componentName, int skillLevel) Adds a package to a work item and specifies a skill level for the package.void
IDfActivity.addPackageInfo
(String portName, String packageName, String packageType, IDfId packageId, String packageLabel, String packageOperation) Adds a package definition to a port in the activity.void
IDfActivity.addPackageInfoEx
(String portName, String packageName, String packageType, IDfId packageId, String packageLabel, String packageOperation, int packageFlag) Adds a package definition to a port in the activity.void
IDfActivity.addPackageInfoEx
(String portName, String packageName, String packageType, IDfId packageId, String packageLabel, String packageOperation, int packageFlag, int packageReportFlag) Adds a package definition to a port in the activity.void
IDfWorkflow.addPackageToInitiateAct
(String packageName, String packageType, IDfList componentId) This funtion would add the package to the start activities linked with the initiate activity that has been previously set by the setInitiateAct() API, if the package is defined on some input port of each start activity.void
IDfWorkflow.addPackageToInitiateAct
(String packageName, String packageType, IDfList componentId, String noteText, boolean persistentNote, int skillLevel) This funtion would add the package to the start activities linked with the initiate activity that has been previously set by the setInitiateAct() API, if the package is defined on some input port of each start activity.IDfPersistentObject.addParentRelative
(String relationTypeName, IDfId parentId, String childLabel, boolean isPermanent, String description) Creates a Relation object.void
IDfActivity.addPerformerCondition
(String conditionName, String condition, IDfList performers) Adds a performer case to the activity.void
Adds a port to the activity.void
IDfActivity.addPostTimerAction
(IDfId action, int minutes) Establishes a timer at the end of the series.void
IDfActivity.addPreTimerAction
(IDfId action, int minutes) Establishes a timer at the end of the series.IDfSysObject.addReference
(IDfId folderId, String bindingCondition, String bindingLabel) Add a reference to the object in another folder.void
IDfSysObject.addRendition
(String fileName, String formatName) Adds a new rendition to the object.void
IDfSysObject.addRenditionEx
(String fileName, String formatName, int pageNumber, String storageName, boolean atomic) This is the extended method for adding a new rendition to the object..void
IDfSysObject.addRenditionEx2
(String fileName, String formatName, int pageNumber, String pageModifier, String storageName, boolean atomic, boolean keep, boolean batch) This is the extended method for adding a new rendition to the object..void
IDfSysObject.addRenditionEx3
(String fileName, String formatName, int pageNumber, String pageModifier, String storageName, boolean atomic, boolean keep, boolean batch, String otherFileName) This is the extended method for adding a new rendition to the object..void
IDfActivity.addRouteCase
(String routeCaseIdentifier, String condition, IDfList outputPorts) Adds a route case to the activity.void
DfClient.addUnavailableAcsServer
(String urlString) void
IDfClient.addUnavailableAcsServer
(String urlString) Deprecated.use IDfAcsClient.addUnavailableAcsServer()boolean
Adds a user to this group.DfClient.adoptDMCLSession
(String dmclSessionId) IDfClient.adoptDMCLSession
(String dmclSessionId) Deprecated.session adoption is no longer useful without a separate DMCLDeprecated.boolean
Deprecated.DMCL passthrough should not be used anymoreboolean
Deprecated.Deprecated.DMCL passthrough should not be used anymoreDeprecated.IDfSession.apiGetBytes
(String cmd, String args, String buf, String buflen, int length) Deprecated.boolean
Deprecated.DMCL passthrough should not be used anymoreboolean
Deprecated.boolean
IDfSession.apiSetBytes
(String cmd, String args, ByteArrayOutputStream content) Deprecated.void
IDfProcess.appendActPerformer
(int actPerfRule, String actPerfFrom, String actPerfTo) Append values to parallel attributes: act_performer_rule/act_performer_from/act_performer_toint
IDfAliasSet.appendAlias
(String name, String value, int category, int userCategory, String description) Appends an alias to the alias set.void
IDfTypedObject.appendBoolean
(String attributeName, boolean value) Appends a boolean value to a repeating attribute.void
IDfSysObject.appendContent
(ByteArrayOutputStream content) Appends new content to an object.void
IDfSysObject.appendContentEx
(ByteArrayOutputStream content, boolean other) Appends new content to an object.void
IDfTypedObject.appendDouble
(String attributeName, double value) Appends a double value to a repeating attribute.void
IDfSysObject.appendFile
(String fileName) Appends new content to an object.void
IDfSysObject.appendFileEx
(String fileName, String otherFileName) Appends new content to an object.void
Appends an ID value to a repeating attribute.void
Appends an integer value to a repeating attribute.int
IDfPackage.appendNote
(String text, boolean persistent) Adds a note to a package.void
IDfPackage.appendNoteEx
(IDfId annotationId, boolean persistent) Adds a note to a package.IDfSysObject.appendPart
(IDfId componentId, String versionLabel, boolean useNodeVerLabel, boolean followAssembly, int copyChild) Appends a document as the last virtual document child of the object.int
IDfPolicy.appendState()
Append a new state to this lifecycle.void
IDfTypedObject.appendString
(String attributeName, String value) Appends a string value to a repeating attribute.int
IDfRouter.appendTask()
Deprecated.void
IDfTypedObject.appendTime
(String attributeName, IDfTime value) Appends a date/time value to a repeating attribute.void
IDfTypedObject.appendValue
(String attributeName, IDfValue value) Appends a value stored in an IDfValue object to a repeating attribute.Calls the server API Apply method.void
IDfSysObjectRetention.applyRetention
(IDfId retainerId) Places object under retention by the specified dm_retainer object.IDfSession.archive
(String predicate, String operatorName, int priority, boolean sendMail, IDfTime dueDate) Queues an archive request to the repository operator.boolean
IDfSysObject.areAttributesModifiable()
Returns whether this object's attributes can be modified.boolean
IDfVirtualDocumentNode.areChildrenCompound()
Indicates whether users can add, remove, or reorder the children of this node through VDM.IDfSysObject.assemble
(IDfId virtualDocId, int interruptFreq, String qualification, String nodesortList) Creates an assembly and associates it with the object.void
IDfVirtualDocumentNode.assemble
(IDfSysObject object) Creates an assembly for the node.void
IDfSession.assume
(IDfLoginInfo loginInfo) Gives ownership of the session to a new user.IDfSysObject.asVirtualDocument
(String lateBindingValue, boolean followRootAssembly) Returns a virtual document representation of the object.void
IDfSysObject.attachPolicy
(IDfId policyId, String state, String scope) Attaches a business policy object to the object.void
DfClient.authenticate
(String docbaseName, IDfLoginInfo loginInfo) void
IDfClient.authenticate
(String docbaseName, IDfLoginInfo loginInfo) Validates a username/password combination without returning a new session.void
IDfSession.authenticate
(IDfLoginInfo loginInfo) Validates credentials without returning a new session.IDfScopeManager.beginScope
(boolean bNested) Opens an explicit scope boundary.IDfSessionScopeManager.beginScope
(boolean bNested) Opens an explicit scope boundary.void
IDfSession.beginTrans()
Opens an explicit database transaction.IDfSession.beginTransEx()
begin a nested transactionvoid
Binds content associated with an object to another object.Creates and checks out a new version of an object.boolean
IDfVirtualDocumentNode.canBeRemoved()
Indicates whether the node can be removed from its parent.boolean
IDfVirtualDocumentNode.canBeRestructured()
Indicates whether the node can be restructured.void
IDfSysObject.cancelCheckout()
Removes an intention lock without saving any changes that may have been made to the locked object.void
IDfSysObject.cancelCheckoutEx
(boolean sendMail, String compoundValue, String specialValue) This is the extended method that removes an intention lock without saving any changes that may have been made to the locked object.void
IDfSysObject.cancelScheduledDemote
(IDfTime scheduleDate) This will cancel the scheduled demote of the sysobject at the date/time specifed byscheduleDate
.void
IDfSysObject.cancelScheduledPromote
(IDfTime scheduleDate) This will cancel the scheduled promote for the date/time specified in thescheduleDate
argument.void
IDfSysObject.cancelScheduledResume
(IDfTime schedule) This will cancel a scheduled resume of the sysobject for a certain date/time.void
IDfSysObject.cancelScheduledSuspend
(IDfTime scheduleDate) This method can be used to cancel a scheduled suspend of the sysobject at a date/time.boolean
IDfVersionPolicy.canCheckinFromFile()
Indicates whether the object's content file can be overwritten by an external file when the object is checked in to the repository.boolean
IDfSysObject.canDemote()
Returns whether the object can be demoted from the current state.boolean
IDfFormat.canIndex()
Indicates if a format can be full-text indexed.boolean
IDfSysObject.canPromote()
Returns whether the sysobject can be promoted from current state to the next state.boolean
IDfSysObject.canResume()
Returns whether the sysobject can be resumed from an exception state.boolean
IDfSysObject.canSuspend()
Returns whether the sysobject can suspend from its current state to the exception state.boolean
IDfSysObjectRetention.canSwapRetainer
(IDfId oldRetainerId, IDfId newRetainerId) boolean
IDfVersionPolicy.canVersion
(int toVersion) Tests whether an object may be saved as the next major, minor, branch, or same version.boolean
IDfVirtualDocumentNode.causesCycle()
Indicates whether the node's object ID matches that of any of its parents in the virtual document hierarchy.void
IDfUser.changeHomeDocbase
(String userName, boolean isImmediate) Change the home repository of this user.void
IDfSession.changePassword
(String oldPasswd, String newPasswd) Changes a password.void
IDfRetainer.changeRetentionStatus
(int retentionStatus) This call changes the status of the dm_retainer object.com.documentum.fc.client.DormantStatus
IDfSession.checkDormantStatus()
Checks the status of the server to which this session is connected For this operation to succeed, the user of this session should be a member of the dm_datacenter_managers groupcom.documentum.fc.client.DormantStatus
IDfSession.checkDormantStatus
(boolean allServersForThisDocbase) Checks whether a server or docbase is dormant or not For this operation to succeed, the user of this session should be a member of the dm_datacenter_managers groupCreates a new version of this object and removes the lock from the previous version.IDfSysObject.checkinEx
(boolean keepLock, String versionLabels, String oldCompoundArchValue, String oldSpecialAppValue, String newCompoundArchValue, String newSpecialAppValue) This is the extended method for checkin.void
IDfSysObject.checkout()
Places a lock on the object.IDfSysObject.checkoutEx
(String versionLabel, String compoundArchValue, String specialAppValue) Places a lock on the object.void
IDfScopeManager.clearDefaultScope
(com.documentum.fc.client.ScopeBoundary boundary) Removes one default scoping policy.void
IDfScopeManager.clearScopes()
Pops all the scopes from the scope stack.void
IDfSessionScopeManager.clearScopes()
Pops all the scopes from the scope stack.void
IDfCollection.close()
Closes a collection object.void
IDfBatchManager.closeBatch()
Flush the batch, commit the transaction, and close the batch.IDfSession.collectMetrics
(List<String> metricsToCollect) This methods indicates to the server to collect the metrics that have been passed in to this method.IDfSession.collectMetrics
(List<String> metricsToCollect, String outputFormat) This methods indicates to the server to collect the metrics that have been passed in to this method.void
IDfBatchManager.commitBatch()
Flush the batch data into the repository and commit the transaction for the batch.void
IDfSession.commitTrans()
Commits all changes made after aIDfSession.beginTrans()
method call.void
IDfSession.commitTransEx
(IDfLocalTransaction tx) commit the transaction specified by the IDfLocalTransactionvoid
IDfWorkitem.complete()
Marks a work item as finished.void
IDfWorkitem.completeEx
(int returnValue, String execOSError, IDfId execResultId) Marks the work item as complete.void
IDfWorkitem.completeEx2
(int returnValue, String execOSError, IDfId execResultId, int userTime, double userCost) Marks the work item as complete.IDfAuditTrailManager.createAudit
(IDfId objectId, String event, String[] stringArgs, IDfId[] idArgs) Creates an audit trail entry for application events.DfClient.decryptText
(String s1, String s2) IDfClient.decryptText
(String s1, String s2) Deprecated.void
IDfWorkitem.delegateTask
(String user) Delegates the work item to someone else.void
IDfLightObject.dematerialize()
Turn a materialized lightobject back into an unmaterialized lightobject by reparenting to the original shared parent.void
This method will demote the sysobject from its current normal state to the previous normal state, or to the base state if thetoBase
parameter is set totrue
.void
Removes items from an inbox that were placed there using thequeue
method.void
IDfSession.dequeueAll()
Removes all items from an inbox that were placed there using thequeue
method.Describes the attributes of a type or registered table.void
IDfPersistentObject.destroy()
Removes the object from the Documentum server.void
IDfACL.destroyACL
(boolean force) Removes an ACL object from a repository.void
IDfSysObject.destroyAllVersions()
Destroys all versions of the object.void
IDfSysObject.detachPolicy()
Detaches an existing business policy object from the object.boolean
IDfSession.disableSaveInDormantState()
Disables save operation for dormant state.void
IDfSysObject.disassemble()
Disassembles the assembly associated with the object.void
IDfVirtualDocumentNode.disassemble()
Disassembles an assembly.void
IDfSession.disconnect()
Disconnects the DFC session.boolean
IDfVirtualDocumentNode.doesSelectedVersionMatchBinding()
Indicates whether the currently displayed node object matches the defined binding for the node.IDfTypedObject.dump()
Lists an object's attributes and their values.boolean
IDfSession.enableSaveInDormantState()
Enables save operation for dormant state.void
IDfSessionScopeManager.enableServerScope
(boolean enable) Enables or disables server-side scoping.DfClient.encryptPassword
(String password) IDfClient.encryptPassword
(String password) Encrypts a password.DfClient.encryptText
(String s1, String s2) IDfClient.encryptText
(String s1, String s2) Deprecated.void
IDfRouter.end()
Deprecated.void
IDfScopeManager.endScope()
Closes the explicit scope boundary.void
IDfSessionScopeManager.endScope()
Closes the explicit scope boundary.IDfTypedObject.enumAttrs()
Returns an enumeration of IDfAttr objects.DfClient.enumSharedSessions
(String key) IDfClient.enumSharedSessions
(String key) Deprecated.useIDfSessionManager
instead for session sharingIStorageRuleEvaluator.evaluate
(IDfSysObject sysObj, com.documentum.fc.client.DfContentInfo contentInfo, IDfSession session, Object obj) This method is used to evaluate the rules in the policy.IDfQuery.execute
(IDfSession session, int queryType) Executes a DQL query.void
IDfWorkflow.execute()
Starts a workflow.IDfSession.exportTicketKey
(String password) Returns the login ticket key of the repository.boolean
Fetches this object from the repository without placing a lock on the object.boolean
IDfPersistentObject.fetchWithCaching
(String currencyCheckValue, boolean usePersistentCache, boolean useSharedCache) Fetches this object from the repository without placing a lock on the object.IDfVirtualDocument.find
(IDfVirtualDocumentNode startNode, String searchString, String attributeList, int flags) Returns the node corresponding to a specified search string.int
IDfAliasSet.findAliasIndex
(String name) Returns the index position of an alias in the alias set.int
IDfTypedObject.findAttrIndex
(String attributeName) Returns the position of an attribute in the list of attributes that belong to this object.int
IDfTypedObject.findBoolean
(String attributeName, boolean value) Searches through the values in a repeating attribute and returns the index of the first value that matches the specified boolean value.int
IDfTypedObject.findDouble
(String attributeName, double value) Searches through the values in a repeating attribute and returns the index of the first value that matches the specified double value.int
Searches through the values in a repeating attribute and returns the index of the first value that matches the specified ID value.int
Searches through the values in a repeating attribute and returns the index of the first value that matches the specified integer value.DfClient.findSession
(String sessionId) IDfClient.findSession
(String sessionId) Returns an existing DFC session using a DFC session ID.int
IDfTypedObject.findString
(String attributeName, String value) Searches through the values in a repeating attribute and returns the index of the first value that matches the specified string value.int
Searches through the values in a repeating attribute and returns the index of the first value that matches the specified date/time value.int
IDfType.findTypeAttrIndex
(String attrName) Returns the index of an attribute.int
Searches through the values in a repeating attribute and returns the index of the first value that matches the specified value.void
Removes cached queries from the client's query caches, ACLs and Group objects from the session cache, and type information from the data dictionary cache.void
IDfBatchManager.flushBatch()
Flush the batch data into the repository.void
IDfSession.flushCache
(boolean discardChanged) Removes objects from the server and client caches.void
IDfSession.flushCachedQuery
(String dqlQuery) Remove the specified query from the query cache.void
IDfSession.flushEx
(String flushType, String cacheKey, boolean resetChangeBit, boolean includeSubtypes) Removes cached queries from the client's query caches, ACLs and Group objects from the session cache, and type information from the data dictionary cache.void
IDfSession.flushGlobalCache
(String cacheName) Removes objects from a global server cache.void
IDfSession.flushObject
(IDfId objectId) Remove the specified object from the cache.void
Deprecated.void
Deprecated.void
IDfSysObject.freeze
(boolean freezeComponents) Marks an object as unchangeable (and optionally its components), if the object is a virtual document.IDfPackage.getAcceptanceDate()
Returns the acceptance date, which identifies when a package arrived and was accepted by an input port.IDfSysObject.getAccessDate()
Returns the date the content of this object was last accessed.IDfACL.getAccessorApplicationPermit
(int index) Returns the application permit assigned to a user or group.IDfSysObject.getAccessorApplicationPermit
(int index) Returns the application permit assigned to a user or group.int
IDfACL.getAccessorCount()
Returns the number of users and groups referenced in an ACL object.int
IDfSysObject.getAccessorCount()
Returns the number of users or groups for whom some level of access is defined for the object.IDfACL.getAccessorName
(int index) Returns the name of an individual user, group or alias in an ACL object.IDfSysObject.getAccessorName
(int index) Returns the list of users and groups for whom some level of access is defined for the object.int
IDfACL.getAccessorPermit
(int index) Returns the basic permission level granted to a user or group.IDfSysObject.getAccessorPermit
(int index) Returns the permit levels assigned to each user or group using the computed attribute _accessor_name.int
IDfACL.getAccessorPermitType
(int index) Identifies the type of permission granted an accessor in the ACL.int
IDfSysObject.getAccessorPermitType
(int index) Returns the permit type assigned to each user or group using the computed attribute _accessor_name.int
IDfACL.getAccessorXPermit
(int index) Returns extended permissions granted to a user or group.int
IDfSysObject.getAccessorXPermit
(int index) Returns the extended permission levels of the specified user or group using the computed attribute _accessor_name.IDfACL.getAccessorXPermitNames
(int index) Returns the extended permissions in string form assigned to a user or group.IDfSysObject.getAccessorXPermitNames
(int index) Retrieves the extended permissions, in upper case and separated by a comma, that are assigned to each user or group.Returns an ACL object.IDfSysObject.getACL()
Returns an ACL associated with the object.int
IDfACL.getACLClass()
Returns the ACL class value.IDfSysObject.getACLDomain()
Returns the domain of the ACL associated with this user.IDfUser.getACLDomain()
Returns the domain of the ACL associated with a user.IDfSysObject.getACLName()
Returns the name of the associated ACL.IDfUser.getACLName()
Returns the name of the ACL associated with a user.boolean
IDfSysObject.getAclRefValid()
Indicates whether the values in _accessor_name and _accessor_permit have been saved to the repository using the computed attribute _acl_ref_valid.IDfQueueItem.getAContentType()
Returns the content type of the routed object.IDfSysObject.getAcsRequests
(String formatName, int pageNumber, String pageModifier, IDfAcsTransferPreferences transferPreferences) Returns anIDfEnumeration
object containing a list ofIDfAcsRequest
objects.IDfDocbrokerClient.getAcsServerMap
(String docbaseName) Returns information about the ACS servers that are known to the set of connection brokers currently configured for this IDfDocbrokerClient instance.IDfDocbrokerClient.getAcsServerMapFromSpecificDocbroker
(String docbaseName, String protocol, String hostName, String portNumber) Returns information about the ACS servers that are known to a specific connection broker.IDfProcess.getActChooseBy
(int index) Returns the act_choose_by attribute value at the specified index position.int
IDfProcess.getActChooseByCount()
Returns the number of values in the act_choose_by attribute.IDfProcess.getActChooseFor
(int index) Returns the act_choose_for attribute value at the specified index position.int
IDfProcess.getActChooseForCount()
Returns the number of values in the act_choose_for attribute.IDfProcess.getActChooseName
(int index) Returns the act_choose_name attribute value at the specified index.int
IDfProcess.getActChooseNameCount()
Returns the number of values in the act_choose_name attribute.IDfWorkflow.getActDefId
(int valueIndex) Returns the object ID of an activity's definition.IDfWorkitem.getActDefId()
Returns the object ID of the activity definition whose runtime instance generated the work item.int
IDfWorkflow.getActErrorno
(int valueIndex) Returns the error number for a failed activity operation.IDfPolicy.getActionObjectId
(int index) Return the attribute action_object_id value at the specified index.int
IDfPolicy.getActionObjectIdCount()
Return the number of attribute action_object_id values for this policy.IDfWorkitem.getActivity()
Returns the work item's corresponding activity object.int
IDfProcess.getActivityCount()
Returns the number of activities in the workflow.int
IDfWorkflow.getActivityCount()
Returns the number of activity instances in the workflow.IDfProcess.getActivityDefId
(int actIndex) Returns the object ID of an activity's definition.IDfProcess.getActivityIdByName
(String actName) Given an activity name, return the id of the activity.IDfProcess.getActivityName
(int actIndex) Returns an activity name.int
IDfProcess.getActivityPriority
(int actIndex) Returns an activity's priority.int
IDfProcess.getActivityType
(int actIndex) Returns an activity's type.int
IDfProcess.getActivityTypeByName
(String actName) Given an activity name, return the type of the activity.IDfWorkflow.getActName
(int valueIndex) Returns the name of an activity.int
IDfProcess.getActPerformerCount()
Return the number of entries of the parallel attributes: act_performer_rule/act_performer_from/act_performer_toint
IDfPackage.getActSeqno()
Returns the sequence number (r_act_seqno) of the activity in which the package is being handled.int
IDfWorkflow.getActSeqno
(int valueIndex) Returns the sequence number of an activity.int
IDfWorkitem.getActSeqno()
Returns the sequence number of the activity with which the work item is associated.int
IDfWorkflow.getActState
(int valueIndex) Returns the state of an activiity.IDfQueueItem.getActualStartDate()
Returns the date on which work on the item actually started.IDfValueAssistance.getActualValue
(String displayValue) Return the possible actual value mapped to the specifieddisplayValue
.int
IDfRetainer.getAgingMethod()
Returns the dm_retainer.aging_method value.int
IDfAliasSet.getAliasCategory
(int index) Returns the category of the alias in the specified index position in this alias set.int
IDfAliasSet.getAliasCount()
Returns the number of aliases in the alias set.IDfAliasSet.getAliasDescription
(int index) Returns the description of the alias at the specified index position in this alias set.IDfAliasSet.getAliasName
(int index) Returns the alias name at the specified index in the list of aliases for the alias set scope.IDfSession.getAliasSet()
Returns the alias set name of this session config object.IDfSysObject.getAliasSet()
Returns the symbolic name of the policy alias set.IDfUser.getAliasSet()
Returns the name of the user's default alias set.IDfGroup.getAliasSetId()
Returns the alias set object id of the group.IDfSysObject.getAliasSetId()
Returns the position of alias-binding scope specified in the associated policy object.IDfUser.getAliasSetId()
Returns the object ID of the user's default alias set.IDfWorkflow.getAliasSetId()
Returns the alias set object id for the workflow instance.IDfPolicy.getAliasSetIds
(int index) Return the alias_set_ids value at the specified index.int
IDfPolicy.getAliasSetIdsCount()
Return the number of attribute allias_set_ids values for this policy.int
IDfAliasSet.getAliasUserCategory
(int index) Returns the user category of the alias at the specified index position in the alias set.IDfAliasSet.getAliasValue
(int index) Returns the value corresponding to the alias at the specified index in this alias set.IDfAuditTrailManager.getAllEvents()
Gets a list of all the events(String) available in the repository.IDfPolicy.getAllIncludedTypes()
Retun an IDfList that includes the complete list of types for objects that can be attached to this policy.DfClient.getAllNetworkLocations
(String locale) IDfClient.getAllNetworkLocations
(String locale) Deprecated.use IDfAcsClient.getAllNetworkLocations()boolean
IDfPolicy.getAllowAttach
(int index) Return the attribute allow_attach value at the specified index.int
IDfPolicy.getAllowAttachCount()
Return the number of attribute allow_attach values for this policy.boolean
IDfPolicy.getAllowDemote
(int index) Return the attribute allow_demote value at the specified index.int
IDfPolicy.getAllowDemoteCount()
Return the number of attribute allow_demote values for this policy.boolean
IDfPolicy.getAllowSchedule
(int index) Return the attribute allow_schedule value at the specified index.int
IDfPolicy.getAllowScheduleCount()
Return the number of attribute allow_schedule values for this policy.IDfWorkitem.getAllPackages
(String additionalAttributes) Returns a query result collection containing the following attributes: String documentIDs object ID's of documents, separated by commas String r_package_name String r_packageType String i_package_oprtn IDfId r_note_idIDfTypedObject.getAllRepeatingStrings
(String attributeName, String separator) Returns all the values stored in a repeating attribute as a single string.IDfGroup.getAllUsersNames
(int index) Returns the name (at a specified index) from all users in a group object, including users that belong to group objects contained within this group object.int
IDfGroup.getAllUsersNamesCount()
Returns the number of users in a group object, including users that belong to group objects contained within this group object.IDfFolder.getAncestorId
(int index) Returns the object ID (as a string) of all the folders or cabinets that contain, directly or indirectly, this folder.int
IDfFolder.getAncestorIdCount()
Returns the number of folder objects that contain, directly or indirectly, this folder.IDfSysObject.getAntecedentId()
Returns the object id of the object's parent.IDfAuditTrailManager.getApplicableEvents
(IDfId objectId) Gets a list of applicable events(String) for the object.IDfSession.getApplicationToken
(String userName, String scope, int timeout, String appId, boolean machineOnly) Acquires an application access control token.DfClient.getApplicationTokenDiagnostics
(String applicationToken) IDfClient.getApplicationTokenDiagnostics
(String applicationToken) Return details extracted from an applicationToken.IDfSysObject.getApplicationType()
Returns the a_application_type attribute of the object.IDfPolicy.getAppValidationId()
Return the attribute app_validation_id value for this policy.IDfPolicy.getAppValidationVer()
Return the attribute app_validation_ver value for this policy.IDfLocalModuleRegistry.getAspectDescriptor
(String aspectName) Gets the meta data for the Aspect mapped to the aspect name, if found.IDfLocalModuleRegistry.getAspectDescriptors()
Get a list of all Aspects available .IDfSysObject.getAssembledFromId()
Returns the object id of the virtual document that was the source of the assembly associated with the object.IDfVirtualDocumentNode.getAssemblyDocument()
Returns the document with which an assembly is associated.IDfVirtualDocumentNode.getAssemblyDocumentBinding()
Returns the binding value between the assembly's associated document and that document's parent document.IDfVirtualDocumentNode.getAssemblyParent()
Returns an IDfVirtualDocumentNode object for the root of the assembly that contains this node.IDfFormat.getAssetClass()
IDfWorkflow.getAttachment
(IDfId attachmentId) Returns an attachment object given the ID of the object.IDfWorkitem.getAttachment
(IDfId attachmentId) Returns an attachment object given the ID of the object.IDfWorkflow.getAttachments()
Returns a list of all the workflow's attachments.IDfWorkitem.getAttachments()
Returns a list of all the workflow's attachments.IDfTypedObject.getAttr
(int attrIndex) Returns an attribute description.IDfPersistentObject.getAttrAssistance
(String attrName) Deprecated.use getValidator and then call getValueAssistance on IDfValidator insteadIDfPersistentObject.getAttrAssistanceWithValues
(String attrName, IDfList depAttrNameList, IDfList depAttrValueListList) Deprecated.use getValidator and then call getValueAssistance on IDfValidator insteadIDfPersistentObject.getAttrAsstDependencies
(String attrName) Deprecated.use getValidator and then call getValueAssistanceDependencies on IDfValidator insteadint
IDfTypedObject.getAttrCount()
Returns the number of attributes belonging to this object.int
IDfTypedObject.getAttrDataType
(String attributeName) Returns the data type of an attribute.IDfAuditTrail.getAuditData()
This API gets the audit data information for this particular Audit Trail Object.IDfAuditTrail.getAuditDataAsXMLStream()
This API gets an XML representation of an audit data information for this Audit Trail object.IDfSession.getAuditTrailManager()
Retrieves the Audit Trail manager for this session.IDfSysObject.getAuthors
(int index) Returns the authors attribute at the specified index.int
IDfSysObject.getAuthorsCount()
Returns the number of values the authors attribute has.IDfDocbaseMap.getAuthProtocol
(int index) Returns the authentication protocol of the repository at the specified index.IDfWorkitem.getAutoMethodId()
Returns the object ID of the method that invokes the work item's application.IDfVirtualDocumentNode.getAvailableVersions()
Returns a list of the version labels for the object represented by this node.com.documentum.fc.common.IDfBasicAttributes
IDfVirtualDocumentNode.getBasicAttributes()
IDfVirtualDocumentNode.getBinding()
Returns the version label used to resolve the binding for this node.IDfAssembly.getBookId()
Returns the object ID of the top-most containing virtual document.boolean
IDfTypedObject.getBoolean
(String attributeName) Returns the boolean value of an attribute.int
IDfSysObject.getBranchCount()
Returns the number of branches on the version tree that contains the object.IDfVersionPolicy.getBranchLabel()
Returns the next possible branched version label of an object.int
IDfContentCollection.getBufferSize()
long
IDfContentCollection.getBytePosition()
IDfCollection.getBytesBuffer
(String cmd, String buf, String buflen, int length) Reserved for internal use.IDfSysObject.getCabinetId()
Returns the object id of the cabinet that is the object's primary storage location.IDfVirtualDocument.getChangeDescription
(int index) Returns the change description at a given index position.int
IDfVirtualDocument.getChangeDescriptionCount()
Returns a count of the changes made in all open VDM windows.IDfAspectRelation.getChild()
Returns the child aspect name of an aspect relation object.IDfVirtualDocumentNode.getChild
(int index) Returns a given child node of this node.IDfForeignKey.getChildAttribute
(int index) Returns the child key property for the foreign key at the specified index.int
IDfForeignKey.getChildAttributesCount()
Returns the number child key properties for the foreign key.int
IDfVirtualDocumentNode.getChildCount()
Returns the number of immediate children for this node.IDfRelation.getChildId()
Returns the object ID of the child object in the relationship.IDfRelation.getChildLabel()
Returns the version label of the child object in the relationship.IDfPersistentObject.getChildRelatives
(String relationTypeName) Returns a collection of IDfRelation objects where parent is this object, and the relation_name matches the value passed in as a parameter.IDfRelationType.getChildType()
Returns the object type of a valid child object in the relationship.IDfSysObject.getChronicleId()
Returns the object id of the root object in the version tree.IDfVersionTreeLabels.getChronicleId()
Returns the object ID of the version tree's root version.IDfVirtualDocumentNode.getChronId()
Returns the chronicle ID for the object represented by this node.int
IDfUser.getClientCapability()
Returns the client capability as an integer.DfClient.getClientConfig()
IDfClient.getClientConfig()
Returns information about DFC.IDfSession.getClientConfig()
Returns an api config object.DfClient.getClientNetworkLocations
(String clientIPAddress, String locale) IDfClient.getClientNetworkLocations
(String clientIPAddress, String locale) Deprecated.use IDfAcsClient.getClientNetworkLocations()IDfSysObject.getCollectionForContent
(String format, int pageNumber) Returns a collection containing the object's content in the repository.IDfSysObject.getCollectionForContentEx2
(String format, int pageNumber, String pageModifier) Returns a collection containing the object's content in the repository.IDfSysObject.getCollectionForContentEx3
(String format, int pageNumber, String pageModifier, boolean other) Returns a collection containing the object's content in the repository.IDfSysObject.getCollectionForContentEx4
(String format, int pageNumber, String pageModifier, boolean other) Returns a collection containing the object's content in the repository.IDfFormat.getCOMClassId()
Specifies the Microsoft COM Class ID for a format.int
IDfWorkflow.getCompleteWitem
(int valueIndex) Returns the number of completed work items for an activity.IDfAssembly.getComponentChronicleId()
Returns the chronicle ID of the component document.IDfPackage.getComponentChronId
(int index) Returns the component chronical id of one of the bound objects.int
IDfPackage.getComponentChronIdCount()
Returns the number of bound objects in this package.IDfAssembly.getComponentId()
Returns the object ID of the component represented by the assembly object.IDfContainment.getComponentId()
Returns the chronicle ID of the component represented by the containment object.IDfPackage.getComponentId
(int index) Returns the component id of one of the bound objects.IDfSysObject.getComponentId
(int index) Returns the chronicle id of the component documents that make up the virtual document using the computed attribute _componentID.IDfWorkflowAttachment.getComponentId()
Gets the component ID of the bound object.int
IDfPackage.getComponentIdCount()
Returns the number of bound objects in this package.int
IDfSysObject.getComponentIdCount()
Returns the number of chronicle IDs of the component documents that make up the virtual document using the computed attribute _componentID.IDfPackage.getComponentName
(int index) Returns the component name, which is typically the object name of the object identified at the corresponding index position in r_component_idIDfWorkflowAttachment.getComponentName()
Returns the component name, which is typically the object name of the object identified in r_component_id.IDfWorkflowAttachment.getComponentType()
Gets the component type, which is the type name of the bound component.IDfSysObject.getCompoundArchitecture()
Used by the virtual document manager to determine if the object can be changed.int
IDfActivity.getConditionCount()
Returns the number of routing conditions in the activity.IDfActivity.getConditionId()
Returns the object ID of the repository object that stores the route case conditions.IDfActivity.getConditionName
(int index) Returns the name of a route case.IDfActivity.getConditionPort
(int index) Returns the output ports associated with a specified route case.IDfActivity.getConditions
(String routeCaseIdentifier) Returns the list (or list of lists) of transition condition definitions for the named route case.IDfSession.getConnectionConfig()
Returns the connection config object for a repository session.IDfAssembly.getContainDescription()
IDfSysObject.getContainId
(int index) Returns the object id of a containment object that link the component document to its containing virtual document using the computed attribute _containID.int
IDfSysObject.getContainIdCount()
Returns the number of containment objects IDs that link the component document to its containing virtual document using the computed attribute _containID.IDfAssembly.getContainType()
IDfSysObject.getContent()
Copies this object's content from the Documentum server into aByteArrayInputStream
object.IDfSysObject.getContentAvailability
(String formatName, int pageNumber, String pageModifier, String networkLocationIdentifier) Returns content availability settings.IDfSysObject.getContentEx
(String format, int pageNumber) Copies this object's content in the repository into aByteArrayInputStream
.IDfSysObject.getContentEx2
(String format, int pageNumber, String pageModifier) Copies this object's content in the repository into aByteArrayInputStream
.IDfSysObject.getContentEx3
(String format, int pageNumber, String pageModifier, boolean other) Copies this object's content in the repository into aByteArrayInputStream
.IDfFolder.getContents
(String attrNames) Returns the values of specified attributes for all objects in a folder object.IDfSysObject.getContentsId()
Returns the object id of the content object for an object that has only one content.int
IDfContentCollection.getContentSize()
Return the size of requested content.long
IDfSysObject.getContentSize()
Returns the number of bytes in the content.long
IDfSysObject.getContentSize
(int page, String formatName, String pageModifier) Return the content size according to the page, format and pageModifier of the contentint
IDfSysObject.getContentState
(int index) Returns the state of the content for a given sysobject using the computed attribute _content_state.int
IDfSysObject.getContentStateCount()
Returns the number of states of a content for the sysobject using the computed attribute _content_state.IDfQueueItem.getContentType()
Returns the file format of the object assciated with a router task.IDfSysObject.getContentType()
Returns the file format of the object's content.DfClient.getContext
(String contextId) IDfClient.getContext
(String contextId) Returns theIDfProperties
object associated with a particular client.int
IDfActivity.getControlFlag()
Returns the control flag attribute of the activity.IDfRelationType.getControllingKind()
Returns the controlling kind attribute defined for the relation of this type.int
IDfContainment.getCopyBehavior()
Returns the copy behavior defined for the component.int
IDfRelationType.getCopyBehavior()
Returns the copy behavior defined for the relation of this type.int
IDfVirtualDocumentNode.getCopyBehavior()
Returns the copy behavior for the node.IDfWorkflow.getCorrelationIdentifier()
Returns value of the 'correlation_identifier' attribute.IDfSysObject.getCreationDate()
Returns the r_creation_date attribute of the object.IDfWorkflowAttachment.getCreationDate()
Returns the r_creation_date attribute of the object.IDfWorkitem.getCreationDate()
Returns the date on which the work item was created.IDfSysObject.getCreatorName()
Returns the name of the creator.IDfWorkflow.getCreatorName()
Returns the name of the person who created the workflow.IDfWorkflowAttachment.getCreatorName()
Returns the name of the creator.IDfContentCollection.getCurrentBuffer()
Returns the current content buffer.int
IDfContentCollection.getCurrentLength()
int
IDfDumpRecord.getCurrentObjectCount()
IDfDumpRecord.getCurrentOffset()
int
IDfDumpRecord.getCurrentPos()
int
IDfDumpRecord.getCurrentRootCount()
int
IDfSysObject.getCurrentState()
Returns the current state.IDfSysObject.getCurrentStateName()
Returns the name of the current state.IDfQueueItem.getDateSent()
Returns the date the work item, task, or event was sent.IDfSession.getDBMSName()
Returns the name of the RDBMS that underlies the repository identified in the default repository scope.int
IDfSession.getDefaultACL()
Identifies the default ACL for a Documentum server.IDfTypeInfo.getDefaultAspects()
Returns a set of name of the default aspects specified in this type and all of its supertypes.int
IDfVersionPolicy.getDefaultCheckinVersion()
Returns the default checkin version of an object.IDfUser.getDefaultFolder()
Returns the default folder for a user.IDfFormat.getDefaultStorage()
IDfTypeInfo.getDefaultStorageId()
IDfActivity.getDefinitionState()
Returns the state of the activity definition.int
IDfPolicy.getDefinitionState()
Return the attribute r_definition_state value.int
IDfProcess.getDefinitionState()
Returns the state of the workflow definition.IDfQueueItem.getDependencyType()
Returns the dependency type.int
IDfAssembly.getDepth()
Returns the depth of this component within the top-most virtual document.IDfQueueItem.getDequeuedBy()
Returns the name of the user who dequeued the item.IDfQueueItem.getDequeuedDate()
Returns the date on which the item was dequeued.IDfACL.getDescription()
Returns the user-defined description of an ACL object.IDfFormat.getDescription()
Retrieves the user-defined description of a format.IDfGroup.getDescription()
Returns the user-defined description of a group object.IDfRelation.getDescription()
Not system defined.Provided for user convenience.IDfRelationType.getDescription()
Returns the user defined description of the relationship.IDfType.getDescription()
Returns the user-defined label for a type.IDfUser.getDescription()
Returns the user-defined description for a user.IDfSysObject.getDirectDescendant()
Returns whether the object has any direct descendants (versions derived directly from this object).IDfValueAssistance.getDisplayValue
(String actualValue) Return the possible display value mapped to the specified actual value.int
IDfRetainer.getDispositionRule()
Returns the dm_retainer.disposition_rule value.IDfSession.getDMCLSessionId()
Deprecated.useIDfSession.getSessionId()
instead.IDfSession.getDocbaseConfig()
Returns a docbase config object for a repository session.int
IDfDocbaseMap.getDocbaseCount()
Returns the number of repositories known.IDfDocbaseMap.getDocbaseDescription
(int index) Returns the administrator-defined description of the repository at the specified index.IDfDocbaseMap.getDocbaseId
(int index) Returns the ID of the repository at the specified index.IDfSession.getDocbaseId()
Returns the ID of the repository defined as the default repository scope.DfClient.getDocbaseMap()
IDfClient.getDocbaseMap()
Returns information about the repositories that are known to a connection broker.IDfDocbrokerClient.getDocbaseMap()
Returns information about the repositories that are known to the set of connection brokers currently configured for this IDfDocbrokerClient instance.DfClient.getDocbaseMapEx
(String protocol, String hostName, String portNumber) IDfClient.getDocbaseMapEx
(String protocol, String hostName, String portNumber) Returns information about the repositories that are known to a connection broker.IDfDocbrokerClient.getDocbaseMapFromSpecificDocbroker
(String protocol, String hostName, String portNumber) Returns information about the repositories that are known to a specific connection broker.IDfDocbaseMap.getDocbaseName
(int index) Returns the name of the repository at the specified index.IDfSession.getDocbaseName()
Returns the name of the repository identified as the default repository scope.DfClient.getDocbaseNameFromDocbaseId
(long docbaseId) IDfClient.getDocbaseNameFromDocbaseId
(long docbaseId) Returns the name of the repository with the specified numeric docbase id.IDfDocbrokerClient.getDocbaseNameFromDocbaseId
(long docbaseId) Returns the name of the repository from its numeric id.DfClient.getDocbaseNameFromId
(IDfId objectId) IDfClient.getDocbaseNameFromId
(IDfId objectId) Returns the name of the repository from where the object and itsIDfId
originated.IDfDocbrokerClient.getDocbaseNameFromId
(IDfId objectId) Returns the name of the repository from which the object and itsIDfId
originated.IDfSession.getDocbaseOwnerName()
Returns the name of the user who owns the repository identified as the default repository scope.IDfDocbaseMap.getDocbaseRoles
(int index) IDfSession.getDocbaseScope()
Returns the default repository scope of this session.DfClient.getDocbrokerMap()
IDfClient.getDocbrokerMap()
Returns information about the connection brokers known to the DFC.IDfDocbrokerClient.getDocbrokerMap()
Returns information about the connection brokers known to this IDfDocbrokerClient instance.IDfSession.getDocbrokerMap()
Returns information about the DocBrokers known to the DFC.IDfACL.getDomain()
Returns the domain (owner name) of an ACL.IDfDocbaseMap.getDormancyStatus
(int index) Returns the status of the docbase at the specified indexIDfFormat.getDOSExtension()
Retrieves the DOS extension used to copy files of this format into the common area, client local area, and storage.double
Returns the double value of an attribute.IDfSysObject.getDoubleContentAttr
(String name, String formatName, int page, String pageModifier) Return a numeric content attribute.IDfQueueItem.getDueDate()
Returns the date on which the associated work item or task is expected to be completed.IDfWorkitem.getDueDate()
Returns the work item's due date.IDfDumpRecord.getDumpOperation()
IDfDumpRecord.getDumpParameter
(int index) IDfDumpRecord.getDumpType
(int index) boolean
IDfGroup.getDynamic()
Gets the dynamic setting of this groupboolean
IDfGroup.getDynamicDefault()
Gets the default membership setting for the dynamic group.IDfSession.getDynamicGroup
(int index) Gets the dynamic group at the specified index from the sessionConfig.int
IDfSession.getDynamicGroupCount()
Gets the number of dynamic groups that the session user is actively participating as a member of.IDfRelation.getEffectiveDate()
Not system defined.IDfDumpRecord.getEndTime()
IDfLoadRecord.getEndTime()
int
IDfRetainer.getEnforcementRule()
Returns the dm_retainer.enforcement_rule value.IDfPolicy.getEntryCriteria
(int index) Get the entry criteria specified by the client for the server to generate a dm_func_expr object and save its ID in the entry_criteria_id attribute for the state with the given index.IDfPolicy.getEntryCriteriaId
(int index) Return the attribute entry_criteria_id value at the specified index.int
IDfPolicy.getEntryCriteriaIdCount()
Return the number of attribute entry_criteria_id values for this policy.IDfQueueItem.getEvent()
Returns the name of the event.IDfSession.getEventManager()
Retrieves the Event manager for this session.IDfSession.getEvents()
Returns all unread items in a user's inbox.IDfPolicy.getExceptionState
(int index) Return the attribute exception_state value at the specified index.int
IDfPolicy.getExceptionStateCount()
Return the number of attribute exception_state values for this policy.IDfSysObject.getExceptionStateName()
Returns the name of the exception state associated with the current state, if any exist.int
IDfActivity.getExecErrHandling()
Returns information about how the activity's runtime instance handles execution failure.IDfActivity.getExecMethodId()
Returns the object ID of the method object that executes the activity's actions.IDfPackage.getExecMethodId()
Retrieves the method id of the corresponding workflow object.IDfWorkitem.getExecOsError()
Returns the error string, if any.IDfWorkitem.getExecResultId()
Returns the object ID of the document containing the results of the application's execution.int
IDfWorkitem.getExecRetriedCount()
Returns value of the r_exec_retried_count attribute.int
IDfActivity.getExecRetryInterval()
Returns the retry interval if the method execution fails for the activityint
IDfActivity.getExecRetryMax()
Returns the maximum retry number if the method execution fails for the activityint
IDfActivity.getExecSubtype()
Returns the exec_subtype attribute of the activity.int
IDfActivity.getExecTimeOut()
Returns the time-out period, in seconds, for the method that executes the activity's actions.int
IDfActivity.getExecType()
Returns the execution type of the activity.IDfRelation.getExpirationDate()
Not system defined.IDfWorkitem.getExtendedPerformer
(int valueIndex) Returns the name of an extended performer.int
IDfWorkitem.getExtendedPerformerCount()
Returns the number of extended performers for the work item.IDfPolicy.getExtensionObjectId
(int index) Return the IDfId of the extension object for the state indicated by the index proviced.IDfPolicy.getExtensionType()
Return the attribute extension_type value.int
IDfUser.getFailedAuthenticationAttempts()
Returns the number of failed attempts to authenticate the user.IDfDocbaseMap.getFederationName
(int index) Returns the name of the federation for the repository at the specified index.Retrieves a content file from the Documentum server.This is the extended method for retreiving a content file from the repository.IDfSysObject.getFileEx2
(String fileName, String formatName, int pageNumber, String pageModifier, boolean other) This is the extended method for retreiving a content file from the repository.IDfDumpRecord.getFileName()
IDfFormat.getFilenameModifier()
IDfLocation.getFileSystemPath()
Gets the file system path of this location.IDfMountPoint.getFileSystemPath()
Gets the file system path of this mount point.IDfSession.getFolderByPath
(String folderPath) Returns a folder object.IDfSession.getFolderBySpecification
(String folderSpec) Returns the folder matching the folder specification or null if the folder can not be found.IDfSysObject.getFolderId
(int index) Returns the object id of the folder linked to this object at the given index.int
IDfSysObject.getFolderIdCount()
Returns the number of folders linked to the object.IDfFolder.getFolderPath
(int index) Returns a folder path to which a folder object is linked.int
IDfFolder.getFolderPathCount()
Returns the number of folder paths to which a folder object is linked.boolean
IDfContainment.getFollowAssembly()
Indicates assembly behavior when the component has an associated assembly.boolean
IDfVirtualDocumentNode.getFollowAssembly()
Returns the follow_assembly attribute setting for this node.Returns a format object that contains information about the format.IDfSysObject.getFormat()
Returns the format of the object.IDfFormat.getFormatClass
(int index) IDfWorkitem.getForwardActivities()
Returns a list of IDfActivity interfaces that have at least one input port linked to one of the current activity's output ports.int
IDfSysObject.getFrozenAssemblyCount()
Returns a count of the number of frozen assemblies that contain the object.IDfSession.getFtConfig()
Get the fulltext configuration object that contains information about what capabilities the underlying fulltext engine haslong
IDfContentCollection.getFullContentSize()
Return the size of requested content.IDfAdminClient.getFullDocbaseMap()
Returns information about all repositories that are known to a connection broker.IDfAdminClient.getFullDocbrokerMap()
Returns information about the connection brokers known to the DFC.IDfAdminClient.getFullServerMap
(String docbaseName) Returns information about the servers that are known to a connection broker.boolean
IDfSysObject.getFullText()
Returns whether the document is marked for full-text indexing.IDfDocbaseMap.getGoverningDocbase
(int index) Returns the name of the governing repository for the repository at the specified index.Returns a group object that contains information about the repository group.IDfGroup.getGroupAddress()
Returns the electronic mail address for a group object.IDfGroup.getGroupAdmin()
Gets the admin of this group.IDfGroup.getGroupClass()
Gets the class of this gruop.int
IDfUser.getGroupDefPermit()
Returns the default group permission assigned to objects created by a user.IDfGroup.getGroupDirectoryId()
IDfGroup.getGroupDisplayName()
Gets the display name of a group.IDfGroup.getGroupGlobalUniqueId()
IDfGroup.getGroupName()
Returns the name of a group object.IDfSysObject.getGroupName()
Returns the group name to which this object belongs.IDfGroup.getGroupNativeRoomId()
Gets the group native room id.int
IDfSysObject.getGroupPermit()
Returns the object-level permission assigned to the group for this object.IDfGroup.getGroupsNames()
Returns a collection of group members' names in this group.IDfGroup.getGroupsNames
(int index) Returns the name of a group that is a member in a group object at the specified index.int
IDfGroup.getGroupsNamesCount()
Returns the number of groups that are users in a group object.IDfGroup.getGroupSource()
IDfPlugin.getHardwarePlatform()
Gets the hardware platform of this plugin.boolean
IDfGroup.getHasEvents()
boolean
IDfSysObject.getHasEvents()
Returns whether any users have registered to receive events for the object.boolean
IDfSysObject.getHasFolder()
Returns whether this object is the CURRENT object in the version tree.boolean
IDfSysObject.getHasFrozenAssembly()
Returns whether the document's assembly is frozen.IDfUser.getHomeDocbase()
Returns the user's home repository.IDfDocbaseMap.getHostName()
Deprecated.This internal attribute is not meaningful hereIDfMountPoint.getHostName()
Gets the host name of this mount point.int
IDfFormat.getIconIndex()
Returns the ID value of an attribute.IDfSession.getIdByQualification
(String qualification) Returns the ID of a Documentum object that satisfies the DQL qualification.int
IDfRetainer.getImmutabilityRule()
Returns the dm_retainer.immutability_rule value.IDfSysObject.getImplicitVersionLabel()
Returns the implicit version label from r_version_label.IDfVersionLabels.getImplicitVersionLabel()
Returns the implicit version label associated with the SysObject.boolean
IDfVirtualDocument.getIncludeBrokenBindings()
Indicates whether nodes with broken bindings are included in the display.IDfPolicy.getIncludedType
(int index) Return the attribute included_type value at the specified index.int
IDfPolicy.getIncludedTypeCount()
Return the number of attribute included_type values for this policy.boolean
IDfPolicy.getIncludeSubtypes
(int index) Return the attribute include_subtypes value at the specified index.int
IDfPolicy.getIncludeSubtypesCount()
Return the number of attribute include_subtypes values for this policy.IDfWorkflow.getInitiateAct()
Returns value of the 'initiate_act' attribute.int
IDfQueueItem.getInstructionPage()
Returns the instruction page's page number.IDfWorkflow.getInstructions
(int index) Returns the instructions attribute at the specified index.int
IDfWorkflow.getInstructionsCount()
Returns the number of values the instructions attribute has.int
Returns the integer value of an attribute.IDfQueueItem.getItemId()
Returns the object ID of the package or routed object.IDfQueueItem.getItemName()
Returns the name of the package associated with the work item or router task.IDfQueueItem.getItemType()
Returns the object type of the package or routed object.boolean
IDfPolicy.getJavaMethods()
Return the attribute java_methods value.IDfSysObject.getKeywords
(int index) Returns the keywords attribute at the specified index.int
IDfSysObject.getKeywordsCount()
Returns the number of keywords for the object.IDfSession.getLastCollection()
Returns the collection object for the most recently executed query.IDfWorkflow.getLastPerformer
(int valueIndex) Returns the name of the performer who most recently completed a work item for a particular activity.IDfWorkflow.getLastWitemId
(int valueIndex) Returns the object ID of the most recently completed work item for a particular activity.IDfVirtualDocumentNode.getLateBindingValue()
Returns the late binding value for the node.boolean
IDfSysObject.getLatestFlag()
Indicates whether this version is the most recent version of the object on a particular branch in the version tree.IDfWorkitem.getLaunchTimeout()
Returns the launch timeout value of this work item.com.documentum.fc.client.license.ILicenseManager
DfClient.getLicenseManager()
com.documentum.fc.client.license.ILicenseManager
IDfClient.getLicenseManager()
int
IDfSysObject.getLinkCount()
Returns the number of objects linked to the object.IDfProcess.getLinkDestActivity
(int linkIndex) Returns a link's destination activity.IDfProcess.getLinkDestPort
(int linkIndex) Returns a link's destination port.int
IDfSysObject.getLinkHighCount()
Returns the current maximum order number assigned to a component.IDfProcess.getLinkName
(int linkIndex) Returns a link name.IDfProcess.getLinkSrcActivity
(int linkIndex) Returns a link's source activity.IDfProcess.getLinkSrcPort
(int linkIndex) Returns a link's source port.IDfLoadRecord.getLoadFileName()
IDfLoadRecord.getLoadOperation()
IDfLoadRecord.getLoadParameter
(int index) IDfLoadRecord.getLoadType
(int index) static IDfClient
DfClient.getLocalClient()
Returns theIDfClient
interface for a singleton instance of DfClient.static IDfClient
DfClient.getLocalClient32()
Deprecated.Please useDfClient.getLocalClient()
insteadIDfSysObject.getLocations
(String attrNames) Runs a query to find all the places this object is used and returns the query result as a collection.IDfSysObject.getLockDate()
Returns the date this object was locked.IDfSysObject.getLockMachine()
Returns the name of the client machine on which the object was locked.IDfSysObject.getLockOwner()
Returns the name of the user who locked the object.IDfVersionPolicy.getLogComment()
Returns the log entry for an object.IDfSysObject.getLogEntry()
Returns the comment specified by the user.IDfSession.getLoginInfo()
Returns a copy of the login information used to establish this DFC session.IDfSession.getLoginTicket()
Returns a new ticket based on the current session login information.DfClient.getLoginTicketDiagnostics
(String loginTicket) IDfClient.getLoginTicketDiagnostics
(String loginTicket) Return details extracted from a login ticket.IDfSession.getLoginTicketEx
(String userLoginName, String scope, int timeout, boolean singleUse, String serverName) Returns a new ticket based on the current session login information.IDfSession.getLoginTicketForUser
(String userName) Returns a ticket for a specific user.IDfSession.getLoginUserName()
Returns the repository name of the current user.long
Returns the long integer value of an attribute.IDfFormat.getMacCreator()
Retrieves the Macintosh creator to use for a format.IDfMountPoint.getMacPreferredAlias()
Gets the Macintosh preferred alias of this mount point.IDfFormat.getMacType()
Retrieves the Macintosh type to use for a format.IDfSysObject.getMasterDocbase()
Returns the repository id of the repository that owns the object using the computed attribute _master_docbase.IDfQueueItem.getMessage()
Returns the message associated with the work item, task, or event notification.IDfSession.getMessage
(int severityLevel) Returns all messages from an established session at or above a specified severity level.IDfMethodObject.getMethodArgs
(int index) IDfMethodObject.getMethodContent()
Gets the content of the method.IDfMethodObject.getMethodType()
IDfMethodObject.getMethodVerb()
IDfFormat.getMIMEType()
Specifies the MIME (Multimedia Internet Mail Extension) type to use for a format.IDfWorkitem.getMissingOutputPackages()
Returns a collection whose result objects describe all output ports in the work item that don't have a package.IDfSysObject.getModifier()
Returns the name of the user who made the last modification.IDfGroup.getModifyDate()
Returns the time and date that a group object was last modified.IDfSysObject.getModifyDate()
Returns the r_modify_date attribute of the object.IDfUser.getModifyDate()
Returns the time and date that a user was last modified.DfClient.getModuleClass
(String moduleName, IDfSession session) IDfLocalModuleRegistry.getModuleDescriptor
(String moduleName) Gets the meta data for the service mapped to the service name, if found.IDfLocalModuleRegistry.getModuleDescriptors()
Get a list of all modules available.DfClient.getModuleRegistry()
IDfClient.getModuleRegistry()
Factory method that instantiates anIDfGlobalModuleRegistry
global module registry object.IDfSession.getModuleRegistry()
Factory method that instantiates anIDfLocalModulesRegistry
, a repository module registry object.IDfLocation.getMountPointName()
Gets the mount point name of this location.IDfFormat.getName()
Retrieves the format name.IDfQueueItem.getName()
Returns the name of the queue owner.IDfType.getName()
Returns a type's name.DfClient.getNetworkLocation
(String locationId, String locale) IDfClient.getNetworkLocation
(String locationId, String locale) Deprecated.use IDfAcsClient.getNetworkLocation()IDfWorkitem.getNextActivityNames()
Retrieves all activities that immediately follow this work item.IDfVersionPolicy.getNextMajorLabel()
Returns the next major implicit version label for an object.IDfVersionPolicy.getNextMinorLabel()
Returns the next minor implicit version label for an object.int
IDfWorkflow.getNextSeqno()
Returns the next sequence number in the workflow.IDfSysObject.getNextStateName()
Returns the name of the next state.IDfQueueItem.getNextTasksType()
Indicates which tasks in the "next tasks list" are queued when this task is forwarded.IDfVirtualDocument.getNodeFromNodeId
(IDfId nodeId) Returns the IDfVirtualDocumentNode interface for the node corresponding to a given node ID.IDfVDMNumberingScheme.getNodeNumber
(IDfVirtualDocumentNode node) Returns the hierarchy number of a virtual document component.IDfVirtualDocumentNode.getNodeToken()
Returns a string representation of the virtual document node in a particular format.The format corresponds to the virtual document node's position with respect to the root.int
IDfPackage.getNoteCount()
Returns the number of notes in this package.IDfPackage.getNoteCreationDate
(int noteIndex) Returns an IDfTime interface which contains the creation date of the specified note.int
IDfPackage.getNoteFlag
(int noteIndex) Returns the special flags for a note.IDfPackage.getNoteId
(int noteIndex) Returns the object id of the dm_note object.boolean
IDfPackage.getNotePersistance
(int noteIndex) Returns a boolean value to indicate whether the note is persistent across all activities.IDfPackage.getNoteText
(int noteIndex) Returns a String containing the content of the specified note.IDfPackage.getNoteWriter
(int noteIndex) Returns the name of the user who wrote the note.IDfVirtualDocument.getNumberingScheme()
Returns the numbering scheme for the virtual document.Returns a Documentum server object.IDfSession.getObjectByPath
(String objectPath) Returns a Documentum server object given a full path to the object.IDfSession.getObjectByQualification
(String qualification) Returns a Documentum server object that satisfies the DQL qualification.IDfSession.getObjectByQualificationWithInterface
(String qualification, String interfaceName) Deprecated.Please use Aspects instead for interface extension.IDfAliasSet.getObjectDescription()
Returns the description of the alias set.IDfTypedObject.getObjectId()
Returns the ID of this object.IDfVersionLabels.getObjectId()
Returns the object ID of the SysObject.IDfVersionTreeLabels.getObjectIdFromVersionLabel
(String label) Returns the object ID of the object carrying a given version label.IDfLightObject.getObjectImpl()
Retrieves an interface to the current object implementation.IDfACL.getObjectName()
Returns the ACL name.IDfAliasSet.getObjectName()
Returns the name of this alias set.IDfSysObject.getObjectName()
Returns the object_name attribute of the object.IDfWorkflow.getObjectName()
Returns the name of the workflow object.IDfSession.getObjectPaths
(IDfId objectId) GenerateIDfEnumeration
object of
IDfObjectPath
objects for an object with a given object id.
IDfSession.getObjectPaths
(IDfList objectIdsList) Generate a map ofIDfObjectPath
objects for a list of objects with given object ids.
IDfSession.getObjectsByQuery
(String dql, String optionalTypeName) Returns an enumeration of persistent objects using data obtained through a query.IDfSession.getObjectWithCaching
(IDfId objectId, String typeNameIgnored, String classNameIgnored, String currencyCheckValue, boolean usePersistentCache, boolean useSharedCache) Returns a Documentum server object.IDfSession.getObjectWithInterface
(IDfId objectId, String extraInterfaceName) Deprecated.Please use Aspects instead for interface extension.IDfSession.getObjectWithOptions
(IDfId objectId, IDfGetObjectOptions objectOptions) Returns a Documentum server object.IDfSession.getObjectWithType
(IDfId objectId, String typeNameIgnored, String classNameIgnored) Deprecated.IDfLoadRecord.getOffset()
IDfPlugin.getOperatingSystem()
Gets the operating system of this plugin.IDfQueueItem.getOperations()
Returns the value in the a_operations attribute of the queue item.double
IDfAssembly.getOrderNumber()
Returns the order number of the component within the top-most virtual document.double
IDfContainment.getOrderNumber()
Returns the position of the component among the components of the containing virtual document.int
IDfRelation.getOrderNumber()
Not system defined.long
IDfSysObject.getOtherFileSize
(int page, String formatName, String pageModifier) Return the other file (resource fork for mac os) size according to the page, format and pageModifier of the contentIDfWorkitem.getOutputPort
(int valueIndex) Returns the name of an output port of the work item.int
IDfWorkitem.getOutputPortCount()
Returns the number of output ports for the work item.boolean
IDfVirtualDocumentNode.getOverrideLateBindingValue()
Returns the use_node_ver_label attribute value from the containment object associated with this node.int
IDfUser.getOwnerDefPermit()
Returns the default owner permission assigned to objects created by a user.IDfAliasSet.getOwnerName()
Returns the user name of the owner of this alias set.IDfGroup.getOwnerName()
Returns the user name of the user who created a group object.IDfSysObject.getOwnerName()
Returns the name of this object's owner.int
IDfSysObject.getOwnerPermit()
Returns the object-level permission assigned to the owner of the object.IDfWorkitem.getPackage
(IDfId packageId) Returns a package object given the ID of the object.int
IDfProcess.getPackageControl()
Returns the value of the package_control attribute.int
IDfActivity.getPackageCount()
Returns the number of packages associated with the activity.int
IDfPackage.getPackageCount()
Returns the package count of a collection package.int
IDfActivity.getPackageFlag
(int index) Returns the flag of a specified package.int
IDfPackage.getPackageFlag()
Returns the package flag for the package (if it exists).IDfActivity.getPackageId
(int index) Returns the object ID of a specified package.IDfPackage.getPackageId
(int index) Rerturns the id of a package in a collection package.IDfActivity.getPackageLabel
(int index) Returns the version label associated with the package.IDfPackage.getPackageLabel
(int index) Returns the version label for the package (if it exists).IDfActivity.getPackageName
(int index) Returns the name of a specified package.IDfPackage.getPackageName()
Returns the package name.IDfActivity.getPackageOperation
(int index) Returns information about the operation to be performed on a specified package.IDfPackage.getPackageOperation()
Returns the package operation, which is copied from the package definition upon creation of a package.int
IDfPackage.getPackageOrder()
Returns the order number, which identifies where a package definition appears in the containing port definition.int
IDfActivity.getPackageReportFlag
(int index) Returns the report flag of a specified package.IDfWorkitem.getPackages
(String additionalAttributes) Returns a list of all the work item's packages.IDfProcess.getPackageSchemaId
(String packageName) Returns the object id of an XML schema if one exists.IDfProcess.getPackageSchemaUri
(String packageName) Returns the URL of an externally located schema if one exists.int
IDfWorkflow.getPackageSkillLevel
(String packageName) Returns the skill level of the given package.IDfActivity.getPackagesMetaData()
Returns a query result collection containing the following attributes:IDfActivity.getPackageType
(int index) Returns the type of a specified package.IDfPackage.getPackageType()
Returns the package type, which is the type name of the bound components.int
IDfSysObject.getPageCount()
Returns the number of pages in the primary content.IDfFormat.getPagePluginName()
Returns the name of the SBO (i.e.IDfAspectRelation.getParent()
Returns the parent aspect name of an aspect relation object.IDfVirtualDocumentNode.getParent()
Returns the IDfVirtualDocumentNode object for the immediate parent of this node.IDfWorkflow.getParentActName()
Returns value of the 'parent_act_name' attribute.int
IDfWorkflow.getParentActSeqno()
Returns value of the 'parent_act_seqno' attribute.IDfForeignKey.getParentAttribute
(int index) Returns the parent key property for the foreign key at the specified index.int
IDfForeignKey.getParentAttributesCount()
Returns the number of parent key properties for the foreign key.IDfAssembly.getParentId()
Returns the object ID of the document that directly contains the virtual document described by the assembly to which this assembly object belongs.IDfContainment.getParentId()
Returns the object ID of the containing virtual document.IDfRelation.getParentId()
Returns the object ID of the parent object.IDfWorkflow.getParentId()
Returns value of the 'parent_id' attribute.IDfPersistentObject.getParentRelatives
(String relationTypeName) Returns a collection of IDfRelation objects where child is this object, and the relation_name matches the value passed in as a parameter.IDfRelationType.getParentType()
Returns the object type of a valid parent object in the relationship.int
IDfPersistentObject.getPartition()
Returns i_partition for this object.IDfSysObject.getPath
(int pageNumber) Retrieves the content location for an external store object.Retrieves the content location for an external store object.IDfSysObject.getPathEx2
(String formatName, int pageNumber, String pageModifier, boolean other) Retrieves the content location for an external store object.int
IDfLocation.getPathType()
Gets the path type of this location.int
IDfActivity.getPerfCondIndex
(String condName) Returns the index position of the corresponding condition in the expression object for the given performer condition.IDfWorkflow.getPerformerActivityNames()
Returns a list of user and group names for the specified performer activity name.IDfProcess.getPerformerAliasId()
Returns process's performer alias set object id.IDfActivity.getPerformerCondition
(String condtionName) For the given condition name, return the corresponding performer condition.int
IDfActivity.getPerformerConditionCount()
Returns the number of performer conditions in the activity.IDfActivity.getPerformerConditionId()
Returns the object ID of the repository object that stores the performer conditions.IDfActivity.getPerformerConditionName
(int index) Returns the name of a performer condition.IDfActivity.getPerformerConditionNames()
Return a String list that contains the name of the performer conditions.IDfActivity.getPerformerConditionUser
(int index) Returns the user associated with a specified performer condition.int
IDfActivity.getPerformerFlag()
Indicates whether the activity's performer can delegate or extend the activity.int
IDfWorkflow.getPerformerFlag
(int valueIndex) Indicates the activity performer's extra capabilities.IDfActivity.getPerformerName()
Returns the name of the user or group intended to perform the activity.IDfWorkitem.getPerformerName()
Returns the name of the work item's performer.int
IDfActivity.getPerformerNameCount()
Returns the number of values the performer name attribute has.IDfActivity.getPerformers
(String conditionName) For the given condition name, return a String list of performers used for this condition.IDfWorkflow.getPerformers
(String actName) Returns a list of user and group names for the specified performer activity name.int
IDfActivity.getPerformerType()
Returns the kind of user who can perform the activity.boolean
IDfRelation.getPermanentLink()
Deprecated.As of DFC 5.3, replaced by IDfRelationType.getPermanentLink()boolean
IDfRelationType.getPermanentLink()
Indicates if you want to maintain the relationship across versions of the parent object.IDfACL.getPermissions()
Returns a list ofDfPermit
objects representing all the permissions specified in the ACL.IDfSysObject.getPermissions()
Returns a list ofDfPermit
objects representing all the permissions specified in the ACL for the sysobject.int
Returns the basic permission level assigned to a user or group.int
IDfSysObject.getPermit()
Returns an integer number that corresponds to the access permission level that the current user has for the object.int
IDfSysObject.getPermitEx
(String accessorName) Returns an integer number that corresponds to the access permission level that the specified user or group has for the object.IDfQueueItem.getPlanStartDate()
Returns the expected starting date of the associated router task.IDfPlugin.getPluginType()
Gets the type of this plugin.IDfSysObject.getPolicyId()
Returns the object id of attached business policy object.IDfSysObject.getPolicyName()
Returns the name of attached business policy object.int
IDfActivity.getPortCount()
Returns the number of ports in the activity.IDfActivity.getPortName
(int index) Returns the name of a specified port.IDfPackage.getPortName()
Returns the name of the port of the activity runtime instance in which the package is being handled.IDfActivity.getPortType
(int index) Returns the type of a specified port.int
IDfLoadRecord.getPosition()
double
IDfQueueItem.getPosition()
Returns the value in the position attribute.int
IDfActivity.getPostTimer()
Returns the post-timer value defined for the activity.IDfWorkflow.getPostTimer
(int valueIndex) Returns the post-timer value for an activity.IDfActivity.getPostTimerAction
(int index) Returns the ID of a timer action object at the given index within a timer series.int
IDfActivity.getPostTimerCount()
Returns the number of timer actions within the series.int
IDfActivity.getPostTimerIncrement
(int index) Returns the interval in minutes that must pass before the timer is fired.IDfDumpRecord.getPredicate
(int index) IDfLoadRecord.getPredicate
(int index) IDfDumpRecord.getPredicate2
(int index) int
IDfActivity.getPreTimer()
Returns the pre-timer value for the activity.IDfWorkflow.getPreTimer
(int valueIndex) Returns the pre-timer value for an activity.IDfActivity.getPreTimerAction
(int index) Returns the ID of a timer action object at the given index within a timer series.int
IDfActivity.getPreTimerCount()
Returns the number of timer actions within the series.int
IDfActivity.getPreTimerIncrement
(int index) Returns the interval in minutes that must pass before the timer is fired.IDfWorkitem.getPreviousActivityNames()
Retrieves all activities that immediately preceeded this work item.IDfSysObject.getPreviousStateName()
Returns the name of the previous state.int
IDfQueueItem.getPriority()
Returns the priority of the associated work item or task.int
IDfWorkitem.getPriority()
Returns the priority assigned to the work item.IDfWorkflowBuilder.getProcess()
Returns the process object on which the workflow is based.IDfWorkflow.getProcessId()
Returns the object ID of the workflow's definition.int
IDfProcess.getProcessLinkCount()
Returns the number of links in the workflow definition.IDfVirtualDocumentNode.getProperties()
Returns an interface to the DfProperties object owned by this virtual document node.IDfWorkitem.getQueueItemId()
Returns the object ID of the queue item corresponding to the work item.int
IDfSysObject.getReferenceCount()
Returns the number of folder references made by the object.IDfAuditTrailManager.getRegisteredEvents
(IDfId objectId) Gets a list of registered events(String) for the object.IDfAuditTrailManager.getRegisteredEventsForType
(String typeName, String controllingApp, IDfId policyId, String stateName) Gets a list of registered events(String) for the object type.IDfWorkitem.getRejectActivities()
Returns a list of activity objects that have at least one revert port.IDfSession.getRelatedSession
(IDfId objectId) Returns a related session appropriate for operating on the given object id.IDfSession.getRelatedSession
(String docbaseSpecString) Returns a related session to a named docbase.int
IDfAspectRelation.getRelation()
Returns the aspect relation type of an aspect relation object.IDfRelation.getRelationName()
Returns the attribute value of relation_name.IDfRelationType.getRelationName()
Returns the value of the relation_name attribute.IDfVirtualDocumentNode.getRelationshipId()
Returns the object ID of the containment or assembly object for this node.IDfSession.getRelationType
(String relationName) Returns a relation type object that contains information about a kind of relationship.IDfSysObject.getRemoteId()
Returns the object id of the remote object.int
IDfRetainer.getRenditionRule()
Returns the dm_retainer.rendition_rule value.IDfSysObject.getRenditions
(String attrNames) Runs a query against the dmr_content table to return values for all the page 0 content for this object.boolean
IDfTypedObject.getRepeatingBoolean
(String attributeName, int valueIndex) Returns a boolean value stored in a repeating attribute.double
IDfTypedObject.getRepeatingDouble
(String attributeName, int valueIndex) Returns a double value stored in a repeating attribute.IDfTypedObject.getRepeatingId
(String attributeName, int valueIndex) Returns an Object ID value stored in a repeating attribute.int
IDfTypedObject.getRepeatingInt
(String attributeName, int valueIndex) Returns an integer value stored in a repeating attribute.long
IDfTypedObject.getRepeatingLong
(String attributeName, int valueIndex) Returns a long integer value stored in a repeating attribute.IDfActivity.getRepeatingPerformerName
(int index) Returns the performer name attribute at the specified index.IDfTypedObject.getRepeatingString
(String attributeName, int valueIndex) Returns a string value stored in a repeating attribute.IDfTypedObject.getRepeatingTime
(String attributeName, int valueIndex) Returns a date/time value stored in a repeating attribute.IDfTypedObject.getRepeatingValue
(String attributeName, int valueIndex) Returns a value stored in a repeating attribute as an IDfValue object.boolean
IDfWorkflow.getRepeatInvoke
(int valueIndex) Indicates whether the activity is repeatable.IDfSession.getReplicaForMaster
(IDfId masterId) Get the replica object for a specific master object.IDfSysObject.getResolutionLabel()
Returns the default version label used to resolve late-bound nodes of a virtual document.IDfActivity.getResolvePackageName()
Returns the package name used to resolve performer aliasing.int
IDfActivity.getResolveType()
Returns the performer aliasing resolve type of the activity.int
IDfSysObject.getResumeState()
Returns the resume state.IDfSysObject.getResumeStateName()
Returns the resume state name.int
IDfSysObject.getRetainerCount()
Return the number of retainers on this object.int
IDfSysObjectRetention.getRetainerCount()
Returns the number of entries in the i_retainer_id field.IDfSysObject.getRetainerId
(int index) Return the id of the requested retainer.IDfSysObjectRetention.getRetainerId
(int index) Returns an entry from the i_retainer_id field.IDfRetainer.getRetainerRootId()
Returns the dm_retainer.retainer_root_id value.int
IDfRetainer.getRetainerStrategy()
Returns the dm_retainer.retainer_strategy value.IDfSysObject.getRetainUntilDate()
Returns the retain until date for this object.IDfRetainer.getRetentionDate()
Returns the dm_retainer.retention_date value.IDfSysObject.getRetentionDate()
Used internally.int
IDfRetainer.getRetentionInterval()
Returns the dm_retainer.retention_interval value.int
IDfRetainer.getRetentionRuleType()
Returns the dm_retainer.retention_rule_type value.int
IDfRetainer.getRetentionStatus()
Returns the dm_retainer.r_retention_status value.IDfRetainer.getRetentionStorageClass()
Returns the dm_retainer.retention_storage_class value.int
IDfPolicy.getReturnCondition
(int index) Return the attribute return_condition value at the specified index.int
IDfPolicy.getReturnConditionCount()
Return the number of attribute return_condition values for this policy.boolean
IDfPolicy.getReturnToBase
(int index) Return the attribute return_to_base value at the specified index.int
IDfPolicy.getReturnToBaseCount()
Return the number of attribute return_to_base values for this policy.int
IDfWorkitem.getReturnValue()
Returns the return value.int
IDfDumpRecord.getRootCount()
IDfVirtualDocument.getRootNode()
Returns the node that is the root of the virtual document.IDfActivity.getRouteCaseCondition
(String RouteCaseIdentifier) Returns the route case condition of the given route case identifier.IDfActivity.getRouteCaseIdentifiers()
Returns a String list that contains the name of the route case identifiers.IDfActivity.getRouteCasePorts
(String RouteCaseIdentifier) Returns a String list that contains the output ports of the given route case identifier.IDfQueueItem.getRouterId()
Returns the object ID of the associated workflow or router.IDfSysObject.getRouters
(String additionalAttributes, String orderBy) Returns a collection of routers the document participates in.IDfSession.getRunnableProcesses
(String additionalAttributes) Returns a collection that contains the object ID and attribute values of all installed dm_process objects in a repository.int
IDfWorkflow.getRuntimeState()
Returns the state of the workflow.int
IDfWorkitem.getRuntimeState()
Returns the work item's state.IDfVersionPolicy.getSameLabel()
Returns the current implicit version label of an object.IDfSession.getSecurityMode()
Returns the security mode of the repository identified as the default repository scope.int
IDfLocation.getSecurityType()
Gets the security type of this location.int
IDfMountPoint.getSecurityType()
Gets the security type of this mount point.IDfRelationType.getSecurityType()
Returns the security applied to objects of type dm_relation_type whose relation_name attribute value matches the relation_name attribute for the dm_relation_type object.IDfVirtualDocumentNode.getSelectedObject()
Returns an IDfSysObject interface for the document represented by the node.IDfQueueItem.getSentBy()
Returns the name of the user who sent the work item, task, or event notification.IDfSession.getServerConfig()
Returns a server config object for a repository session.DfClient.getServerMap
(String docbaseName) IDfClient.getServerMap
(String docbaseName) Returns information about the servers that are known to a connection broker.IDfDocbaseMap.getServerMap
(int index) Returns information about Documentum servers for the repository at the specified index.IDfDocbrokerClient.getServerMap
(String docbaseName) Returns information about the servers that are known to the set of connection brokers currently configured for this IDfDocbrokerClient instance.IDfSession.getServerMap
(String docbaseName) Returns information about the servers that are known to a DocBroker.IDfDocbaseMap.getServerMapByName
(String docbaseName) Returns information about Documentum servers for the repository with the specified name.DfClient.getServerMapEx
(String docbaseName, String protocol, String hostName, String portNumber) IDfClient.getServerMapEx
(String docbaseName, String protocol, String hostName, String portNumber) Returns information about the servers known to a connection broker.IDfDocbrokerClient.getServerMapFromSpecificDocbroker
(String docbaseName, String protocol, String hostName, String portNumber) Returns information about the servers that are known to a specific connection broker.IDfDocbaseMap.getServerVersion
(int index) Returns the version string of the Documentum server at the specified index.IDfSession.getServerVersion()
Returns the version string of a Documentum server.IDfGlobalModuleRegistry.getServiceDescriptor
(String serviceName) Gets the meta data for the service mapped to the service name, if found.IDfGlobalModuleRegistry.getServiceDescriptors()
Get a list of all services (SBO) available.IDfSession.getSessionConfig()
Returns the session config object for a repository session.IDfSession.getSessionId()
Returns the DFC session ID of the session.DfClient.getSharedSession
(String docbaseName, IDfLoginInfo loginInfo, String key) IDfClient.getSharedSession
(String docbaseName, IDfLoginInfo loginInfo, String key) Deprecated.useIDfSessionManager
instead for session sharingIDfLightObject.getSharingParent()
Retrieves the ID of the lightobject's parent.IDfAuditTrail.getSignData()
This API gets the signData information for this particular Audit Trail object.IDfQueueItem.getSignOffDate()
Returns the date on which the work item or task was signed off.boolean
IDfActivity.getSignoffRequired()
Indicates whether the activity requires a sign off.IDfQueueItem.getSignOffUser()
Returns the name of the user who signed off the item.int
IDfWorkitem.getSkillLevel()
Returns the skill level of the task.IDfQueueItem.getSourceDocbase()
Returns the repository that is the source of the queued object.IDfQueueItem.getSourceEvent()
Returns the object ID of the queued item in the source repository.int
IDfQueueItem.getSourceStamp()
Returns the vstamp value of the source queue item.IDfSysObject.getSpecialApp()
Reserved for use by Documentum products.IDfQueueItem.getStamp()
Returns the object ID of the queue item object.IDfProcess.getStartActivities
(String initiateAct) Return the list of start activities linked with the given initiate activity.IDfWorkflowBuilder.getStartActivityIds()
Returns the object IDs of the start activities in the workflow's definition.IDfWorkflowBuilder.getStartActivityNames()
Returns the names of the start activities in the workflow's definition.IDfWorkflow.getStartDate()
Returns the start date of the workflow.int
IDfWorkflowBuilder.getStartStatus()
Indicates whether the user can start the workflow.IDfDumpRecord.getStartTime()
IDfLoadRecord.getStartTime()
int
IDfPolicy.getStateClass
(int index) Return the attribute state_class value at the specified index.int
IDfPolicy.getStateClassCount()
Return the number of attribute state_class values for this policy.IDfPolicy.getStateDescription
(int index) Return the attribute state_description value at the specified index.int
IDfPolicy.getStateDescriptionCount()
Return the number of attribute state_description values for this policy.IDfPolicy.getStateExtension
(int stateNo) Return the IDfStateExtension for the specified state or null if one does not exist.int
IDfPolicy.getStateIndex
(String stateName) Return the index of the attribute state_name value.IDfPolicy.getStateName
(int index) Return the attribute state_name value at the specified index.int
IDfPolicy.getStateNameCount()
Return the number of state_name values for this policy.int
IDfPolicy.getStateNo
(int index) Return the attribute i_state_no value at the specified index.int
IDfStateExtension.getStateNo()
Returns the number of the state that this object extends.int
IDfPolicy.getStateNoCount()
Return the number of attribute i_state_no values for this policy.IDfPolicy.getStateType
(int index) Return the attribute state_type value at the specified index.int
IDfPolicy.getStateTypeCount()
Return the number of attribute state_type values for this policy.IDfSysObject.getStatus()
Returns the a_status attribute of the object.IDfSysObject.getStorageType()
Returns the default storage area for content files associated with the object.Retrieves a content as InputStream from the Documentum server.Returns the string value of an attribute.IDfSysObject.getStringContentAttr
(String name, String formatName, int page, String pageModifier) Return a string content attribute.IDfSysObject.getSubject()
Returns the subject attribute of the object.int
IDfMethodObject.getSuccessReturnCodes
(int index) IDfMethodObject.getSuccessStatus()
IDfGroup.getSupergroupsNames
(int index) int
IDfGroup.getSupergroupsNamesCount()
IDfType.getSuperName()
Returns the name of a type's supertype.IDfType.getSuperType()
Returns a type's super type.IDfQueueItem.getSupervisorName()
Returns the name of the workflow or router supervisor.IDfWorkflow.getSupervisorName()
Returns the name of the workflow's supervisor.IDfPolicy.getSystemActions
(int index) Return the attribute system_actions value at the specified index.int
IDfPolicy.getSystemActionsCount()
Return the number of attribute system_actions values for this policy.IDfQueueItem.getTargetDocbase()
Returns the name of the target repository.IDfWorkitem.getTargetTaskId()
Returns value of the r_target_task_id attributeIDfQueueItem.getTaskName()
Returns the value in the task_name attribute.IDfQueueItem.getTaskNumber()
Returns the activity's sequence number if this is work item or the task number if this is a router task.Retrieves the work items assigned to the specified user.IDfSession.getTasksEx
(String userName, int filter, IDfList orderByList, IDfList ascendingList) Retrieves the work items assigned to the specified user.IDfQueueItem.getTaskState()
Returns the state of the associated work item or router task.IDfActivity.getTaskSubject()
Returns a subject for the task inbox item, the subject will be constructed at the creation time of the inbox itemIDfQueueItem.getTaskSubject()
Returns a subject for the task inbox itemIDfQueueItem.getTaskType()
Returns the type of the activity or task associated with the queued item.IDfLocalModuleRegistry.getTboDescriptor
(String typeName) Gets the meta data for the Type Based Business Objects mapped to the type name, if found.IDfLocalModuleRegistry.getTboDescriptors()
Get a list of all Type Based Business Objects (TBO) available.Returns the date/time value of an attribute.IDfSysObject.getTimeContentAttr
(String name, String formatName, int page, String pageModifier) Return a time content attribute.int
IDfMethodObject.getTimeoutDefault()
int
IDfMethodObject.getTimeoutMax()
int
IDfMethodObject.getTimeoutMin()
IDfSysObject.getTitle()
Returns the title attribute of the object.IDfFormat.getTopicFilter()
Retrieves the indexing filter to be used when indexing a file that has a directly indexable format.IDfFormat.getTopicFormat()
Retrieves the object ID of the format to which this format must be transformed to allow indexing.IDfFormat.getTopicFormatName()
Retrieves the name of the format to which this format must be transformed to allow indexing.boolean
IDfFormat.getTopicTransform()
Indicates if it is necessary to transform a format before indexing is allowed.int
IDfWorkflow.getTotalWitem
(int valueIndex) Returns the number of work items generated by an activity.int
IDfActivity.getTransitionEvalCount()
Returns the number of completed tasks that are required to trigger the next activities.int
IDfActivity.getTransitionFlag()
Returns when and how to trigger the selected outgoing paths when activity is manual transitionint
IDfActivity.getTransitionMaxOutputCount()
Returns the maximum number of output ports user can select at runtime when activity is manual transitionint
IDfActivity.getTransitionType()
Returns the type of transition defined for the activity.IDfActivity.getTriggerEvent()
Returns the expected event type that can trigger the activity.int
IDfWorkflow.getTriggerInput
(int valueIndex) Returns the number of triggered input ports.int
IDfWorkflow.getTriggerRevert
(int valueIndex) Returns a value indicating whether a revert port was triggered for an activity instance.int
IDfWorkflow.getTriggerThresh
(int valueIndex) Returns the trigger threshold for an activity.int
IDfActivity.getTriggerThreshold()
Returns the number of input ports in the activity that must be triggered to start the activity.IDfPersistentObject.getType()
Provides an IDfType interface representing the type of this object.Returns a Documentum server type object.IDfType.getTypeAttr
(int attrIndex) Returns an IDfAttr representing the type's attribute located at the positionattrIndex
in this object's list of attributes.IDfType.getTypeAttrAssistanceWithValues
(String attrName, IDfId policyId, String state, IDfList depAttrNameList, IDfList depAttrValueListList) Deprecated.IDfType.getTypeAttrAsstDependencies
(String attrName, IDfId policyId, String state) Deprecated.int
IDfType.getTypeAttrCount()
Returns the number of attributes in a type.int
IDfType.getTypeAttrDataType
(String attrName) Returns the datatype of an attribute.int
IDfType.getTypeAttrDataTypeAt
(int index) Returns the datatype of an attribute.IDfType.getTypeAttrDescription
(String attrName) Returns the user-defined label for an attribute.IDfType.getTypeAttrDescriptionAt
(int index) Returns the user-defined label for an attribute.int
IDfType.getTypeAttrLength
(String attrName) Returns the maximum number of characters in a string-valued attribute.int
IDfType.getTypeAttrLengthAt
(int index) Returns the maximum number of characters in a string-valued attribute.IDfType.getTypeAttrNameAt
(int index) Returns an attribute name for a type.IDfSession.getTypeDescription
(String typeName, String attribute, IDfId policyId, String state) Returns the data dictionary information about an object type and its attributes.IDfCollection.getTypedObject()
Returns a row in the collection as anIDfTypedObject
for later use.IDfSysObject.getTypeName()
Returns the r_object_type attribute of the object.IDfPolicy.getTypeOverrideId
(int index) Return the attribute type_override_id value at the specified index.int
IDfPolicy.getTypeOverrideIdCount()
Return the number of attribute type_override_id values for this policy.IDfType.getTypeValidator
(IDfId policyId, String state) Returns the IDfValidator that is assocated with this IDfType.IDfType.getTypeWidgetType
(int environment, String attrName, IDfId policyId, String state) Deprecated.IDfVirtualDocument.getUniqueObjectId
(int index) Returns the object ID of the object at the specified index.int
IDfVirtualDocument.getUniqueObjectIdCount()
Returns the count of the unique object IDs in the current virtual document.IDfMountPoint.getUnixPreferredAlias()
Gets the UNIX preferred alias of this mount point.IDfPlugin.getUsage()
Gets the usage of this plugin.boolean
IDfContainment.getUseNodeVerLabel()
Indicates whether the component's version label is used to resolve descendent late-bound components.Returns a user object that contains information about the repository user.IDfPolicy.getUserActionId
(int index) Return the attribute user_action_id value at the specified index.int
IDfPolicy.getUserActionIdCount()
Return the number of attribute user_action_id values for this policy.IDfPolicy.getUserActionService
(int index) Return the attribute user_action_service value at the specified index.int
IDfPolicy.getUserActionServiceCount()
Return the number of user_action_service values for this policy.IDfPolicy.getUserActionVer
(int index) Return the attribute user_action_ver value at the specified index.int
IDfPolicy.getUserActionVerCount()
Return the number of attribute user_action_ver values for this policy.IDfUser.getUserAddress()
Returns the user's electronic mail address.IDfSession.getUserByLoginName
(String userLoginName, String userLoginDomain) Returns a user object that contains information about the repository user.IDfSession.getUserByOSName
(String userOSName, String userOSDomain) Returns a user object that contains information about the repository user.double
IDfWorkitem.getUserCost()
Returns the user assignable cost provided at completion time.IDfPolicy.getUserCriteriaId
(int index) Return the attribute user_criteria_id value at the specified index.int
IDfPolicy.getUserCriteriaIdCount()
Return the number of attribute user_criteria_id values for this policy.IDfPolicy.getUserCriteriaService
(int index) Return the attribute user_criteria_service value at the specified index.int
IDfPolicy.getUserCriteriaServiceCount()
Return the number of attribute user_criteria_service values for this policy.IDfPolicy.getUserCriteriaVer
(int index) Return the attribute user_criteria_ver value at the specified index.int
IDfPolicy.getUserCriteriaVerCount()
Return the number of attribute user_criteria_ver values for this policy.IDfUser.getUserDBName()
Returns the user's RDBMS user name.IDfUser.getUserDelegation()
Returns the names of the user for workflow delegation.IDfUser.getUserDistinguishedLDAPName()
Returns the user's distinguished name in LDAP.IDfUser.getUserGroupName()
Returns the user's default group.IDfUser.getUserLoginName()
Returns the user's Documentum user login name.IDfUser.getUserName()
Returns the user's Documentum user name.IDfUser.getUserOSDomain()
Returns the user's Windows NT domain name.IDfUser.getUserOSName()
Returns the user's operating system user name.IDfUser.getUserPassword()
Gets the user password for inline users.IDfPolicy.getUserPostprocessingService
(int index) Return the attribute user_post_processing_service value at the specified index.int
IDfPolicy.getUserPostprocessingServiceCount()
Return the number of attribute user_post_processing_service values for this policy.IDfPolicy.getUserPostprocId
(int index) Return the attribute user_postproc_id value at the specified index.int
IDfPolicy.getUserPostprocIdCount()
Return the number of attribute user_postproc_id values for this policy.IDfPolicy.getUserPostprocVer
(int index) Return the attribute user_postproc_ver value at the specified index.int
IDfPolicy.getUserPostprocVerCount()
Return the number of attribute user_postproc_ver values for this policy.int
IDfUser.getUserPrivileges()
Returns the user's basic privileges.IDfGroup.getUsersNames()
Returns a collection of user members' names in this group.IDfGroup.getUsersNames
(int index) Returns the name of the user in a group object at a specified index.int
IDfGroup.getUsersNamesCount()
Returns the number of users in a Group object.int
IDfUser.getUserSource()
Deprecated.As of DFC 5.2.5, replaced by getUserSourceAsString()IDfUser.getUserSourceAsString()
Returns this user's source.int
IDfUser.getUserState()
Returns the availability of a user to process workitems.int
IDfWorkitem.getUserTime()
Returns the user assignable time provided at completion time.IDfPolicy.getUserValidationService()
Return the attribute user_validation_service value for this policy.int
IDfUser.getUserXPrivileges()
Returns the user's extended privileges.IDfPersistentObject.getValidator()
Returns the IDfValidator interface that is assocated with this persistent object instance (the IDfValidator shall provide validation-related services).Returns the value of an attribute asn an IDfValue object.IDfValidator.getValueAssistance
(String attrName, IDfProperties depAttrValues) Returns the value assistance associated with the specified attribute.IDfValidator.getValueAssistanceDependencies
(String attrName) Return the list of attributes on which the value assistance selection depends on.IDfTypedObject.getValueAt
(int index) Returns the value stored in the attribute at the specified attribute index.int
IDfTypedObject.getValueCount
(String attributeName) Returns the number of values stored in an attribute.IDfVirtualDocumentNode.getVDMNumber()
Returns the node's number in the virtual document tree.IDfSysObject.getVdmPath
(IDfId rootId, boolean shortestPath, String versionList) Returns the path or paths through a virtual document that lead to a particular component.IDfSysObject.getVdmPathDQL
(IDfId rootId, boolean shortestPath, String parentType, String bindingLabel, String nodeSortBy) Returns the path or paths through a virtual document that lead to a particular component.IDfVersionTreeLabels.getVersion
(int index) Returns the IDfVersionLabels object for a given version.int
IDfVersionTreeLabels.getVersionCount()
Returns a count of the object versions in the version tree.IDfContainment.getVersionLabel()
Returns the version label of the component represented by the containment object.IDfSysObject.getVersionLabel
(int index) Returns the version label at the specified index.IDfVersionLabels.getVersionLabel
(int index) Returns the version label at a given index position.IDfVersionTreeLabels.getVersionLabel
(int index) Returns the version label at a specified index.int
IDfSysObject.getVersionLabelCount()
Returns the number of version labels.int
IDfVersionLabels.getVersionLabelCount()
Returns a count of all the version labels associated with the SysObject.int
IDfVersionTreeLabels.getVersionLabelCount
(boolean includeImplicit, boolean symbolicFirst) Returns a count of the version labels in the object's version tree.IDfSysObject.getVersionLabels()
Returns an IDfVersionLabels object associated with this sysobject.IDfSysObject.getVersionPolicy()
This will extract all the version labels associated with this object and return the results as an IDfVersionPolicy interface.IDfSysObject.getVersions
(String attrNames) Runs a query to find all the versions of the object and returns the query results as a collection.IDfVersionPolicy.getVersionSummary
(String separator) Returns all implicit and symbolic version labels associated with a SysObject.IDfSession.getVersionTreeLabels
(IDfId chronicleId) Returns the version labels associated with the versions of a SysObject.int
IDfPersistentObject.getVStamp()
Returns the version stamp for this object.IDfPersistentObject.getWidgetType
(int environment, String attrName) Deprecated.use getValidator and then call getWidgetType on IDfValidator insteadIDfValidator.getWidgetType
(int environment, String attrName) Find the appropriate widget type given a specific development environment and attribute name.IDfFormat.getWin31App()
Retrieves the name of the Windows application to launch when users select a document in this format.IDfMountPoint.getWinPreferredAlias()
Gets the Windows preferred alias of this mount point.IDfWorkflowBuilder.getWorkflow()
Returns the workflow object.IDfWorkflowBuilder.getWorkflowAliasSetId()
Returns the alias set object id of the workflow object.IDfPackage.getWorkflowId()
Returns the workflow id.IDfWorkflowAttachment.getWorkflowId()
Gets the workflow ID.IDfWorkitem.getWorkflowId()
Returns the object ID of the workflow that contains this work item.IDfSysObject.getWorkflows
(String additionalAttributes, String orderBy) Returns a collection of workflows the document currently participates in.IDfQueueItem.getWorkitem()
Returns the work item object associated with the queue item.int
IDfUser.getWorldDefPermit()
Returns the default world permission assigned to objects created by a user.int
IDfSysObject.getWorldPermit()
Returns the object-level permission assigned to the world for the object.int
IDfACL.getXPermit
(String accessorName) Returns the extended permissions assigned to a user or group.int
IDfSysObject.getXPermit
(String accessorName) Returns the extended permissions, in integer form, for a specified user or group using the computed attribute _xpermit.IDfACL.getXPermitList()
Returns a full list of the extended permissions, in string form, currently supported by the current server.IDfSysObject.getXPermitList()
Returns a list of extended permissions, separated by a comma, and supported by the server, using the computed attribute _xpermit_list.IDfACL.getXPermitNames
(String accessorName) Returns the list of the extended permissions, in string form, for the specified user or group.IDfSysObject.getXPermitNames
(String accessorName) Returns the extended permissions of a specified user or group, in string form, in upper case, and separated by a comma.void
Sets permissions for a user or group in an ACL object.void
Creates an access control entry in this object, assigning an access level to a specified user or group.void
IDfACL.grantPermit
(IDfPermit permit) Creates an access control entry in this object, assigning an access level to a specified user or group.void
IDfSysObject.grantPermit
(IDfPermit permit) Creates an access control entry in this object, assigning an access level to a specified user or group.void
IDfRouter.halt()
Deprecated.void
IDfWorkflow.halt
(int activitySeqNo) Halts an activity.void
IDfWorkflow.haltAll()
Halts the workflow.void
IDfWorkflow.haltEx
(int activitySeqNo, int suspendInterval) Halts an activity with a suspend interval.boolean
Indicates whether an attribute exists for this object.boolean
IDfActivity.hasCompatibilityRouteCases()
Indicates whether or not this activity supports compatibility (pre-5.3) route cases.boolean
IDfSession.hasEvents()
Indicates whether a user's inbox contains unread items.boolean
IDfUser.hasEvents()
Returnstrue
, if the user is registered for auditable events;false
otherwise.boolean
IDfTypeInfo.hasFullTextOnlyFtIndexAttrs()
boolean
IDfTypeInfo.hasFullTextSupportBase()
boolean
IDfTypeInfo.hasFullTextSupportLite()
boolean
IDfMethodObject.hasMethodContent()
Indicates if this method has content.boolean
IDfACL.hasPermission
(String permissionName, String accessorName) Indicates whether a user or group has a specified extended permission.boolean
IDfSysObject.hasPermission
(String permission, String accessorName) Returns whether there is an access control entry in this object to a specified user or group.boolean
IDfTypeInfo.hasPropertyBag()
boolean
IDfUser.hasSession()
Check to see if this user has an active repository session.boolean
IDfVersionLabels.hasSymbolicVersionLabel()
Indicates whether the SysObject has symbolic labels.boolean
IDfValidator.hasValueAssistance
(String attrName) Indicates whether value assistance is setup for the specified attribute or not.void
IDfPlugin.importContent
(String filePath) Import the content of this plugin.boolean
IDfSession.importTicketKey
(String key, String password) Sets the given key, encrypted using the given password, as the login ticket key of the repository.void
DfClient.initCrypto
(String keyFile) void
IDfClient.initCrypto
(String keyFile) Initializes the key store for password encryption.void
DfClient.initCryptoEx
(String keyFile, String passphrase) void
IDfClient.initCryptoEx
(String keyFile, String passphrase) Initializes the key store for password encryption.IDfWorkflowBuilder.initWorkflow()
Creates and saves the workflow object in the Documentum server.void
IDfTypedObject.insertBoolean
(String attributeName, int valueIndex, boolean value) Inserts a boolean value into a repeating attribute.void
IDfSysObject.insertContent
(ByteArrayOutputStream content, int pageNumber) Inserts new content into an object.void
IDfSysObject.insertContentEx
(ByteArrayOutputStream content, int pageNumber, boolean other) Inserts new content into an object.void
IDfTypedObject.insertDouble
(String attributeName, int valueIndex, double value) Inserts a double value into a repeating attribute.void
IDfSysObject.insertFile
(String fileName, int pageNumber) Inserts a new content file into an object.void
IDfSysObject.insertFileEx
(String fileName, int pageNumber, String otherFileName) Inserts a new content file into an object.void
Inserts an Object ID value into a repeating attribute.void
Inserts an integer value into a repeating attribute.IDfSysObject.insertPart
(IDfId componentID, String versionLabel, IDfId beforeContainmentId, double orderNo, boolean orderNoFlag, boolean useNodeVerLabel, boolean followAssembly, int copyChild) Inserts a document into the list of virtual child documents for the object.void
IDfPolicy.insertState
(int index) Insert a new state with the given index into this lifecycle.void
IDfTypedObject.insertString
(String attributeName, int valueIndex, String value) Inserts a string value into a repeating attribute.void
IDfRouter.insertTask
(int position) Deprecated.void
IDfTypedObject.insertTime
(String attributeName, int valueIndex, IDfTime value) Inserts a date/time value into a repeating attribute.void
IDfTypedObject.insertValue
(String attributeName, int valueIndex, IDfValue value) Inserts a variant value into a repeating attribute.void
IDfActivity.install()
Installs a validated activity.void
IDfPolicy.install
(boolean notify) Validate this policy.void
IDfProcess.install
(boolean installActivity, boolean resume) Installs a validated workflow definition.void
IDfActivity.invalidate()
Moves a validated activity to the draft state.void
IDfProcess.invalidate()
Moves the validated workflow definition back to the draft state.void
IDfVersionTreeLabels.invalidate()
Flushes the cached information for the IDfVersionTreeLabels object.boolean
IDfSession.isACLDocbase()
Indicates whether repository identified as the default repository scope is operating in ACL mode.boolean
IDfSession.isAdopted()
Deprecated.boolean
IDfSysObject.isArchived()
Returns the a_archive attribute of the object.boolean
IDfTypeInfo.isAttrFullTextIndexed
(String attrName) boolean
IDfTypedObject.isAttrRepeating
(String attributeName) Indicates whether an attribute is a repeating attribute.boolean
IDfTypeInfo.isAutoMaterializationAllowed()
boolean
IDfVirtualDocumentNode.isBindingBroken()
Indicates whether there is a version in the node's version tree that matches the binding criteria.boolean
IDfSysObject.isCheckedOut()
Returns whether this object is checked out.boolean
IDfSysObject.isCheckedOutBy
(String userName) Returns whether this object is checked out by the specified user.boolean
IDfDumpRecord.isComplete()
boolean
IDfVirtualDocumentNode.isCompound()
Indicates whether users can add to, remove, or reorder this node in the VDM display.boolean
IDfSysObject.isContentTransferCapabilityEnabled
(String networkLocationIdentifier, IDfContentTransferCapability capability) Returns whether content transfer capability is enabled for the objectboolean
IDfVersionPolicy.isDefaultRetainLockOnCheckin()
Indicates whether to retain the lock on an object after it is checked into the repository.boolean
IDfWorkitem.isDelegatable()
Indicates whether the work item can be delegated.boolean
IDfPersistentObject.isDeleted()
Returnstrue
if this object has been deleted during this session.boolean
IDfQueueItem.isDeleteFlag()
Indicates whether the queued item has been dequeued.boolean
IDfPersistentObject.isDirty()
Indicates whether unsaved changes have been made to this object.boolean
IDfAuditTrailManager.isEventAudited
(IDfId objectId, String event) Indicates if this event is currently being audited for the object.boolean
IDfAuditTrailManager.isEventAuditedForType
(String typeName, String event, String controllingApp, IDfId policyId, String stateName) Indicates if this event is currently being audited for the object type.boolean
IDfWorkitem.isExecLaunch()
Indicates whether the application failed.boolean
IDfActivity.isExecSaveResults()
Indicates whether the results of the activity's actions are saved to a document.boolean
IDfWorkitem.isExecTimeOut()
Indicates whether the application timed out.boolean
IDfTypeInfo.isFetchOptimizedAspectType()
boolean
IDfLoadRecord.isFirstPhase()
boolean
IDfVirtualDocumentNode.isFromAssembly()
Indicates whether this node was selected from an assembly.boolean
IDfSysObject.isFrozen()
Returns whether this object was specifically frozen and is now unchangeable.boolean
IDfACL.isGloballyManaged()
Indicates whether an ACL object is managed globally or locally.boolean
IDfGroup.isGloballyManaged()
Indicates whether the ACL associated with a group object is globally or locally managed.boolean
IDfUser.isGloballyManaged()
Indicates whether the ACL associated with a user is managed globally or locally.boolean
IDfACL.isGroup
(int index) Indicates if an accessor name in an ACL object is a group or a user.boolean
IDfUser.isGroup()
Returns a Boolean value indicating whether a user is a group or an individual user.boolean
IDfGroup.isGroupInGroup
(String groupName) Determines whether the group is one of the members of this group.boolean
IDfFormat.isHidden()
Indicates whether a format is hidden from users.boolean
IDfSysObject.isHidden()
Indicates if this object is visible to the end users.boolean
IDfSysObject.isImmutable()
Returns whether this object can be changed.boolean
IDfDumpRecord.isIncludeContent()
boolean
IDfPersistentObject.isInstanceOf
(String typeName) Indicates if this is an object of the given type or of a type derived from the given type.boolean
IDfACL.isInternal()
Indicates whether an ACL object was created explicitly by the user or implicitly by the server.boolean
IDfMethodObject.isLaunchAsync()
boolean
IDfMethodObject.isLaunchDirect()
boolean
IDfSysObject.isLinkResolved()
Returns the a_link_resolved attribute of the object.boolean
IDfWorkitem.isManualExecution()
Indicates whether the work item's associated activity is a manual activity.boolean
IDfWorkitem.isManualTransition()
Indicates whether the work item's transition is manual.boolean
IDfPackage.isManufactured()
This method returnstrue
if this is a package that was manually created by the user and did not come in on an INPUT port.boolean
IDfTypeInfo.isMaterializationAllowed()
boolean
IDfLightObject.isMaterialized()
Indicates whether the lightobject is materialized.boolean
IDfDumpRecord.isMore()
boolean
IDfPersistentObject.isNew()
Indicates whether this object was created during the current session but has not yet been saved.boolean
Reserved for future use.boolean
IDfSysObjectRetention.isObjectUnderRetention()
Returns true if the object is under retention.boolean
IDfSysObjectRetention.isObjectUnderRetentionHold()
Returns true is the object is under retention-hold.boolean
IDfActivity.isPostTimerRepeatLastAction()
Indicates if the final timer in the series should repeat.boolean
IDfActivity.isPreTimerRepeatLastAction()
Indicates if the final timer in the series should repeat.boolean
IDfActivity.isPrivate()
Indicates whether the activity is a public or private activity.boolean
IDfGroup.isPrivate()
Indicates whether a group object is private or public.boolean
IDfProcess.isPrivate()
Indicates whether the workflow is private or public.boolean
IDfSysObject.isPublic()
Returns whether the object is public or not.boolean
IDfQueueItem.isReadFlag()
Indicates whether the queued item has been read by the queue's owner.boolean
IDfSysObject.isReference()
Returns whether the object is a reference object.boolean
IDfLoadRecord.isRelocate()
boolean
IDfSession.isRemote()
Deprecated.boolean
IDfQueueItem.isRemotePending()
Indicates whether the queued item is waiting for distribution.boolean
IDfWorkitem.isRepeatable()
Indicates whether the work item can be repeated.boolean
IDfActivity.isRepeatableInvoke()
Indicates whether the activity can be invoked multiple times when the workflow is running.boolean
IDfPersistentObject.isReplica()
Indicates whether an object is a replica.boolean
IDfFormat.isRichmediaEnabled()
boolean
IDfVirtualDocumentNode.isRoot()
Indicates whether the node is the root of the virtual document tree.boolean
IDfMethodObject.isRunAsServer()
boolean
IDfWorkflowBuilder.isRunnable()
Indicates whether the workflow's definition is in the installed state.boolean
IDfContentCollection.isSeekable()
boolean
IDfSession.isServerTraceOptionSet
(String optionName) Queries the status of server-side tracing options for the session.boolean
IDfSession.isShared()
Indicates whether the session is a shared DFC session.boolean
IDfQueueItem.isSignOffRequired()
Indicates whether a sign off is required for the work item or task.boolean
IDfWorkitem.isSignOffRequired()
Indicates whether the work item requires a sign off.boolean
IDfVirtualDocumentNode.isStructurallyModified()
Indicates whether the node is structurally modified or not.boolean
IDfType.isSubTypeOf
(String typeName) Indicates whether a type is a subtype of typetypeName
.boolean
IDfUser.isSuperUser()
Indicates whether a user has the SUPERUSER privilege for the current repository.boolean
IDfSysObject.isSuspended()
Return whether the object is in a suspended state.boolean
IDfUser.isSystemAdmin()
Indicates whether a user has the SYSADMIN privilege for the current repository.boolean
IDfMethodObject.isTraceLaunch()
boolean
IDfSession.isTransactionActive()
Checks if there is an active transaction.boolean
IDfType.isTypeAttrRepeating
(String attrName) Indicates whether an attribute is repeating.boolean
IDfType.isTypeAttrRepeatingAt
(int index) Indicates whether an attribute is repeating.boolean
Returns true if an object of this type is also an object of typetypeName
.boolean
IDfMethodObject.isUseMethodContent()
boolean
IDfMethodObject.isUseMethodServer()
boolean
IDfGroup.isUserInGroup
(String userName) Determines whether the user is one of the members of this group.boolean
IDfLocation.isValidate()
Determines whether this location validates.boolean
IDfValueAssistance.isValidForDependentValues
(IDfProperties depAttrValues) Indicate whether the value assistance is valid or not.boolean
IDfValueAssistance.isValidForObject
(IDfPersistentObject objectInstance) Indicate whether the value assistance is valid or not.boolean
IDfSysObject.isVirtualDocument()
Returns true if this document should be treated as a virtual document.boolean
IDfVirtualDocumentNode.isVirtualDocument()
Indicates whether the node is a virtual document.boolean
IDfUser.isWorkflowDisabled()
Returns a boolean value indicating the user's availability for workflow.void
IDfSession.killSession
(IDfId sessionId, String immediacyLevel, String message) Kill the specified server session.void
Associates the object with a folder or cabinet.IDfModuleRegistry.list
(IDfModuleFilter filter) Get a list of all business objects available if they satisfy the filter.IDfSession.listMetricsState()
Retrieves the state of all the metrics that are gatherable from the server.void
IDfPersistentObject.lock()
Acquires a low-level repository database lock on the object.void
IDfPersistentObject.lockEx
(boolean validateStamp) Acquires a low-level repository database lock on the object.boolean
IDfSession.makeActive()
Makes a request to move the server to which this session is connected to an active state For this operation to succeed, the user of this session should be a member of the dm_datacenter_managers groupboolean
IDfSession.makeActive
(boolean allServersForThisDocbase) Makes a request to move the docbase or server to an active state For this operation to succeed, the user of this session should be a member of the dm_datacenter_managers groupvoid
Assigns one or more symbolic version labels to an object.void
IDfLightObject.materialize()
Explicitly triggers the lightobject to be materialized, meaning that the lightobject will now have its private parent instead of a shared parentvoid
Deprecated.void
IDfPolicy.moveState
(int oldIndex, int newIndex) Move a state within this policy.IDfActivity.newAttributeValueCondition()
Factory method for attribute value transition conditions.void
IDfBatchManager.newGroup()
Start a new group in the current batch.IDfSession.newLightObject
(String typeName, IDfId parentId) Creates a persistent light type object given a specified Documentum server shareable type.Creates a persistent object given a specified Documentum server type.IDfSession.newObjectWithType
(String typeName, String classNameIgnored) Deprecated.com.documentum.operations.IDfOperationManager
DfClient.newOperationManager()
com.documentum.operations.IDfOperationManager
IDfClient.newOperationManager()
Returns operation manager.IDfRetainerFactory.newRetainerForContainer
(IDfPersistentObject rootObject) Creates IDfRetainer to apply retention to a group of objects.IDfRetainerFactory.newRetainerForContainerId
(IDfSession session, IDfId rootObjectId) Creates IDfRetainer to apply retention to a group of objects.IDfRetainerFactory.newRetainerForObject
(IDfPersistentObject rootObject) Creates IDfRetainer to apply retention to a single object.IDfRetainerFactory.newRetainerForObjectId
(IDfSession session, IDfId rootObjectId) Creates IDfRetainer to apply retention to a single object.DfClient.newSession
(String docbaseName, IDfLoginInfo loginInfo) IDfClient.newSession
(String docbaseName, IDfLoginInfo loginInfo) Factory method that always constructs a newIDfSession
object and establishes a new session with the specified Documentum server.IDfPolicy.newStateExtension
(int stateNo) Create and initialize an IDfStateExtension for the specified state.IDfSession.newWorkflowBuilder
(IDfId processId) Creates a workflow builder object.IDfActivity.newXPathCondition()
Factory method for XPath transition conditions.boolean
IDfCollection.next()
Gets the next row in a collection.void
IDfSysObjectRetention.onObjectRetained()
A function that is called by RPS after an object was retained.void
IDfSessionManagerEventListener.onSessionCreate
(IDfSession session) This method is called only when session manager has to create a new session object.void
IDfSessionManagerEventListener.onSessionDestroy
(IDfSession session) Deprecated.void
IDfBatchManager.openBatch()
This openBatch() method opens an insert batch, using default values.void
IDfBatchManager.openBatch
(int size, boolean flushBatchOnQuery, boolean oneAuditPerBatch, boolean oneEventPerBatch, Properties options) Opens an insert batch.void
IDfBatchManager.openBatchGroup
(int size, boolean flushBatchOnQuery, boolean oneAuditPerBatch, boolean oneEventPerBatch, String ignoreInsertError) Opens an insert batch that uses groups.IDfAuditTrailManager.parseBatchedIds
(IDfId audittrailId) Get a list of BatchAudit from an audittrail object.IDfEventManager.parseBatchedIds
(IDfId eventId) When oneEventPerBatch flag is turned on for a batch, the batch will generate a dm_batch_flush event for objects created inside the batch.void
IDfRouter.pause
(int taskNumber) Deprecated.void
IDfWorkitem.pause()
Pauses the work item.IDfSysObject.print
(String printer, boolean printCover, boolean saveOutput, int numCopies, int startingContentPage, int endingContentPage) Prints the object.boolean
IDfSession.projectActiveStatus()
Only projects to docbroker that this server is active.boolean
IDfSession.projectDormantStatus()
Only projects to docbroker that this server is dormant.void
Promotes the sysobject to the state specified in thestate
argument.void
IDfSysObject.prune
(boolean keepLabels) Removes unwanted versions of an object.void
IDfSession.publishDataDictionary
(String locale, String typeName, String attributeName, boolean forcePublish) Publish Data Dictionary information.void
IDfSession.purgeLocalFiles()
Removes all files that have been copied into the local area during the current session.IDfSysObject.queue
(String queueOwner, String event, int priority, boolean sendMail, IDfTime dueDate, String message) Places the object on a specified queue.IDfWorkflow.queue
(String supervisor, String eventType, int priority, boolean sendMail, IDfTime dueDate, String message) Sends an event to a workflow.IDfWorkitem.queue
(String user, String eventType, int priority, boolean sendMail, IDfTime dueDate, String message) Sends an event to a workitem.void
Deprecated.void
IDfSysObject.refreshReference()
Refreshes the reference object.void
IDfAuditTrailManager.registerEvent
(IDfId objectId, String event) Registers an event for the object.void
IDfPersistentObject.registerEvent
(String message, String event, int priority, boolean sendMail) Registers the current user to receive notifications when the specified event occurs on the specified object.void
IDfAuditTrailManager.registerEventForObject
(IDfId objectId, String event, boolean signAudit, int authentication, String eventDescription, IDfList attributeList) Registers an event for object instance.void
IDfAuditTrailManager.registerEventForObjectEx
(IDfId objectId, String event, boolean signAudit, int authentication, String eventDescription, IDfList attributeList, boolean eSignatureRequired) Registers an event for object instance.void
IDfAuditTrailManager.registerEventForObjectEx2
(IDfId objectId, String event, boolean auditSubtypes, String controllingApp, IDfId policyId, String stateName, boolean signAudit, int authentication, String eventDescription, IDfList attributeList, boolean eSignatureRequired) Registers an event for object type.void
IDfAuditTrailManager.registerEventForType
(String typeName, String event, boolean auditSubtypes, String controllingApp, IDfId policyId, String stateName, boolean signAudit, int authentication, String eventDescription, IDfList attributeList) Registers an event for object type.void
IDfAuditTrailManager.registerEventForTypeEx
(String typeName, String event, boolean auditSubtypes, String controllingApp, IDfId policyId, String stateName, boolean signAudit, int authentication, String eventDescription, IDfList attributeList, boolean eSignatureRequired) Registers an event for object type.void
IDfAuditTrailManager.registerEvents
(IDfId objectId, IDfList events) Registers a list of events for the object.void
IDfAuditTrailManager.registerEventsFromQuery
(String query, IDfList events) Registers the events specified in IDflist for the objects returned by the query.void
IDfAuditTrailManager.registerEventsInFolder
(IDfId folderId, IDfList events) Registers a list of events for all sysobjects under the folder.void
Reinitializes a server's root and spawned processes.void
Reinitializes a server's root and spawned processes.void
Removes a value stored in a repeating attribute.void
IDfProcess.removeActivity
(String actName) Removes an activity from the workflow definition.void
IDfProcess.removeActPerformer
(int index) Remove the act_performer_rule/act_performer_from/act_performer_to values at the corresponding index position.void
IDfAliasSet.removeAlias
(String name) Removes an alias from the alias set.void
Removes all values stored in a repeating attribute.void
IDfAliasSet.removeAllAliases()
Removes all the aliases in the alias set.void
IDfVirtualDocument.removeAllChangeDescriptions
(String contextTag) Removes all the changes made in a particular VDM window.void
IDfGroup.removeAllGroups()
Removes all groups from this group.void
IDfGroup.removeAllUsers()
Removes all users from this group.void
IDfSessionManagerConfig.removeApplicationCode
(String value) void
IDfWorkflow.removeAttachment
(IDfId attachmentId) Removes an attachment from the workflow.void
IDfWorkitem.removeAttachment
(IDfId attachmentId) Removes an attachment from the workflow.void
IDfVirtualDocument.removeChangeDescription
(IDfId objectId) Removes the change or changes made to a node.void
IDfPersistentObject.removeChildRelative
(String relationTypeName, IDfId childId, String childLabel) This method should be invoked on the parent object to abandon its relationship with one or more children.void
IDfSysObject.removeContent
(int pageNumber) Deletes content from an object.boolean
DfClient.removeContext
(String contextId) boolean
IDfClient.removeContext
(String contextId) Deletes aIDfProperties
object containing client information.void
IDfAdminClient.removeDocbroker
(String hostName, int portNumber) Dynamically removes a connection broker that was added usingIDfAdminClient.addDocbroker(java.lang.String, int)
.void
IDfDocbrokerClient.removeDocbroker
(String hostName, int portNumber) Dynamically removes a connection broker that was added usingIDfDocbrokerClient.addDocbroker(java.lang.String, int)
.void
IDfSession.removeDynamicGroup
(String groupName) Removes the session user from the dynamic group for this session.void
IDfSessionManagerConfig.removeDynamicGroup
(String value) boolean
IDfGroup.removeGroup
(String groupName) Add a group to this group.void
IDfProcess.removeLink
(String linkName) Removes a link from the workflow definition.void
IDfMethodObject.removeMethodContent()
Removes the content of the method.void
IDfVirtualDocument.removeNode
(IDfVirtualDocumentNode node) Removes a node from the virtual document.void
IDfPackage.removeNote
(int noteIndex) Removes an existing note from a package.void
IDfSysObject.removeNote
(IDfId annotationId) Deprecated.void
IDfNote.removeNoteEx
(IDfId targetId) Detaches an annotation (the current IDfSysObject) from the target object.void
IDfPackage.removeNoteEx
(IDfId annotationId) Removes an existing note from a package.void
IDfWorkflow.removePackage
(String startActivityName, String portName, String packageName) Removes a package from a start activity in the workflow.void
IDfWorkflowBuilder.removePackage
(String activityName, String portName, String packagename) Removes a package definition from an activity.void
IDfWorkitem.removePackage
(String packageName) Removes a package from the work item.void
IDfActivity.removePackageInfo
(String portName, String packageName) Removes a package definition from the activity.void
IDfProcess.removePackageSchemaAssociation
(String packageName) Removes the association of an XML schema document to a package.void
IDfPersistentObject.removeParentRelative
(String relationTypeName, IDfId parentId, String childLabel) This method should be invoked on the child object to abandon its relationship with one or more parents.void
IDfSysObject.removePart
(IDfId containmentId, double orderNo, boolean orderNoFlag) Removes a virtual document child from the object.void
IDfActivity.removePerformerCondition
(String conditionName) Removes a route case from the activity.void
IDfActivity.removePort
(String portName) Removes a port from the activity.void
IDfActivity.removePostTimers()
Removes all pre-timers from this activity.void
IDfActivity.removePreTimers()
Removes all pre-timers from this activity.void
IDfSysObject.removeRendition
(String formatName) Deletes a rendition from the object.void
IDfSysObject.removeRenditionEx
(String formatName, int pageNumber, boolean atomic) Deletes a rendition from the object.void
IDfSysObject.removeRenditionEx2
(String formatName, int pageNumber, String pageModifier, boolean atomic) Deletes a rendition from the object.void
IDfSysObjectRetention.removeRetention
(IDfId retainerId) Removes object from the control of retention services.void
IDfActivity.removeRouteCase
(String routeCaseIdentifier) Removes a route case from the activity.void
IDfPolicy.removeState
(int index) Remove a state from this policy.void
IDfRouter.removeTask
(int position) Deprecated.boolean
IDfGroup.removeUser
(String userName) Removes a user to this group.void
IDfGroup.renameGroup
(String groupName, boolean isImmediate, boolean unlockObjects, boolean reportOnly) Rename this group.void
IDfGroup.renameGroupEx
(String groupName, boolean isImmediate, boolean unlockObjects, boolean reportOnly, String groupDisplayName) Rename this group.void
IDfUser.renameUser
(String userName, boolean isImmediate, boolean unlockObjects, boolean reportOnly) Renames this user.void
Points the lightobject to a different parent.void
IDfSession.reparentLightObjects
(IDfId newParentId, IDfList childIds) Reparents multiple lightweight objects at a time.void
Defines an extended round of work item performers.boolean
IDfSession.requestDormancy()
Makes a request to move the server to which this session is connected to a dormant state.boolean
IDfSession.requestDormancy
(boolean allServersForThisDocbase) Makes a request to move the docbase or server to a dormant state For this operation to succeed, the user of this session should be a member of the dm_datacenter_managers groupboolean
IDfSession.resetMetrics()
This is for resetting the metrics.boolean
IDfSession.resetPassword
(String password) Resets password or login ticket associated with the user credential of the current session.void
IDfVirtualDocumentNode.resetSelectedVersionFromBinding()
Clears any temporary object selection and resets the node's selection based on its defined binding.void
IDfVirtualDocument.resetSelectedVersionsFromBinding()
Clears temporary object selections and resets all node object selections based on their defined bindings.boolean
IDfSession.resetTicketKey()
Generates an asymmetric key and sets it as the login ticket key of the repository.IDfSession.resolveAlias
(IDfId sysObject, String scopeAlias) Returns the value mapped to a given alias.IDfSysObject.resolveAlias
(String scopeAlias) Searches an alias set for a specified alias.void
IDfWorkflow.restart
(int activitySeqNo) Restarts a failed activity in the workflow.void
Reinitializes a server's spawned process to which the current session is connected.void
IDfWorkflow.restartAll()
Restarts a halted workflow.void
IDfWorkflow.restartEx
(int activitySeqNo, boolean manualComplete) Restarts a failed activity in the workflow and indicates whether the automatic task (if any) of this activity is intended to be manually completed.IDfSession.restore
(String predicate, String dumpFile, String operatorName, int priority, boolean sendMail, IDfTime dueDate) Queues a request to restore a content file or files from the archives.void
Resumes the sysobject from an exception state.void
IDfWorkflow.resume
(int activitySeqNo) Moves a halted activity to the active state.void
IDfWorkitem.resume()
Moves a paused work item to the dormant state.void
IDfWorkflow.resumeAll()
Moves a halted workflow to the running state.void
IDfRouter.resumeRouter
(int taskNumber) Deprecated.void
IDfVirtualDocument.resync
(IDfSession session, IDfId objectId, int flags) Flushes all node information and synchronizes cached object attributes with the repository.void
Deprecated.void
IDfPersistentObject.revert()
Discards any changes to an object that have not been saved to a repository.void
IDfSysObject.revertACL()
Throws away unsaved permission changes.void
Removes all extended permissions granted to a user or group in an ACL objectvoid
Removes all access control entries from this object for a specified user or group.void
IDfACL.revokePermit
(IDfPermit permit) Removes specified permit from the acl.void
IDfSysObject.revokePermit
(IDfPermit permit) Removes specified permit from the sysobject.IDfWorkflowBuilder.runWorkflow()
Executes the workflow object.void
IDfPersistentObject.save()
Saves an object to a Documentum server.IDfACL.saveAsNew()
Creates a new copy of the object.IDfSysObject.saveAsNew
(boolean shareContent) Copies an object.void
IDfSysObject.saveLock()
Writes the object to the repository without creating a new version and directs the server to hold the intention lock on the saved object.void
IDfSysObject.scheduleDemote
(String state, IDfTime schedule_date) Schedules the sysobject to demote from its current normal state to the state defined in thestate
parameter.void
IDfSysObject.schedulePromote
(String state, IDfTime scheduleDate, boolean override) Schedules a sysobject to be promoted to the next state on a particular date/time specified by thescheduleDate
parameter.void
IDfSysObject.scheduleResume
(String state, IDfTime scheduleDate, boolean toBase, boolean override) Schedules to resume the sysobject from an exception state to the next state at the specified date/time.void
IDfSysObject.scheduleSuspend
(String state, IDfTime scheduleDate, boolean override) Schedule a suspend of the sysobject from its current state to the exception state at a certain date/time.void
IDfContentCollection.seek
(int position, int root) Sets the starting position used byIDfCollection.next()
for reading the next buffer of a content collection.void
IDfContentCollection.seekEx
(long position, int root) Sets the starting position used byIDfCollection.next()
for reading the next buffer of a content collection.IDfSession.sendToDistributionList
(IDfList toUsers, IDfList toGroups, String instructions, IDfList objectIDs, int priority, boolean endNotification) IDfSession.sendToDistributionListEx
(IDfList toUsers, IDfList toGroups, String instructions, IDfList objectIDs, int priority, int flags) Creates and starts an ad-hoc workflow.void
Assigns an ACL object to the object.void
IDfACL.setACLClass
(int aclClass) Sets the ACL class value.void
IDfSysObject.setACLDomain
(String aclDomain) Sets the domain of the ACL associated with this user.void
IDfSysObject.setACLName
(String ACLName) Sets the name of the associated ACL.void
IDfProcess.setActChooseBy
(int index, String name) Sets the act_choose_by attribute value at the specified index position.void
IDfProcess.setActChooseFor
(int index, String name) Sets the act_choose_for attribute at a specified index position.void
IDfProcess.setActChooseName
(int index, String name) Sets the act_choose_name attribute at a specified index position.void
IDfPolicy.setActionObjectId
(int index, IDfId value) Set the attribute action_object_id value at the specified index.void
IDfRetainer.setAgingMethod
(int aging_method) Sets the dm_retainer.aging_method value.void
IDfAliasSet.setAliasCategory
(int index, int aliasCategory) Sets the category for the alias in the specified index position in the alias set.void
IDfAliasSet.setAliasDescription
(int index, String aliasDescription) Sets the description of the alias at the specified index position in this alias set.void
IDfAliasSet.setAliasName
(int index, String aliasName) Sets the alias name at the specified index in this alias set.void
IDfSession.setAliasSet
(String name) Sets the alias_set attribute of this session_config.void
IDfUser.setAliasSet
(String aliasSetName) Sets the default alias set for this user.void
IDfGroup.setAliasSetId
(IDfId aliasId) Sets the alias set object id of the group.void
IDfPolicy.setAliasSetIds
(int index, IDfId value) Set the attribute allias_set_ids value at the specified index.void
IDfAliasSet.setAliasUserCategory
(int index, int aliasUserCategory) Sets the user category of the alias at the specified index position in the alias set.void
IDfAliasSet.setAliasValue
(int index, String aliasValue) Sets the value corresponding to the alias at the specified index in this alias set.void
IDfPolicy.setAllowAttach
(int index, boolean value) Set the attribute allow_attach value at the specified index.void
IDfPolicy.setAllowDemote
(int index, boolean value) Set the attribute allow_demote value at the specified index.void
IDfPolicy.setAllowSchedule
(int index, boolean value) Set the attribute allow_schedule value at the specified index.void
IDfSysObject.setApplicationType
(String type) Sets the a_application_type attribute of the object.void
IDfPolicy.setAppValidationId
(IDfId value) Set the attribute app_validation_id value for this policy.void
IDfPolicy.setAppValidationVer
(String value) Set the attribute app_validation_ver value for this policy.void
IDfSysObject.setArchived
(boolean archived) Sets the a_archive attribute of the object.void
IDfVirtualDocumentNode.setAssemblyDocumentBinding
(String bindingValue) Sets the binding between an assembly's associated document and that document's parent in the virtual document tree.void
IDfFormat.setAssetClass
(String value) void
IDfSysObject.setAuthors
(int index, String author) Sets the authors attribute at a specified index.void
IDfSession.setBatchHint
(int batchSize) Sets the maximum number of rows returned to the server for each call to the underlying RDBMS.void
IDfVirtualDocumentNode.setBinding
(String newBinding) Defines a new version label to use to resolve the binding for this node.void
Sets the book_id attribute of the assembly object.void
IDfTypedObject.setBoolean
(String attributeName, boolean value) Sets the boolean value of an attribute.void
IDfFormat.setCanIndex
(boolean value) void
Sets the child aspect of an aspect relation object.void
IDfRelation.setChildId
(IDfId child) Sets the ID of the object that is the "child" in the relationship.void
IDfRelation.setChildLabel
(String label) Sets the version label of the child in the relationship.void
IDfRelationType.setChildType
(String child) Sets the object type of a valid child object in the relationship.void
IDfUser.setClientCapability
(int clientCapability) Sets the client capability for this uservoid
IDfFormat.setComClassId
(String value) void
IDfAssembly.setComponentChronicleId
(IDfId chronId) Sets the component_chron_id attribute of the assembly object.void
IDfAssembly.setComponentId
(IDfId objectId) Sets the component_id attribute of the assembly object.void
IDfSysObject.setCompoundArchitecture
(String compoundArchitecture) Used by the virtual document manager to determine if the object can be changed.void
IDfAssembly.setContainDescription
(String containDesc) void
IDfAssembly.setContainType
(String containType) boolean
IDfSysObject.setContent
(ByteArrayOutputStream content) Sets new content to an object.boolean
IDfSysObject.setContentEx
(ByteArrayOutputStream content, String format, int pageNumber) This is the extended method for setting the content of an object.boolean
IDfSysObject.setContentEx2
(ByteArrayOutputStream content, String format, int pageNumber, boolean other) This is the extended method for setting the content of an object.void
IDfSysObject.setContentType
(String contentType) Sets the file format of the object's content.void
IDfActivity.setControlFlag
(int flag) Sets the control flag attribute of the activity.void
IDfRelationType.setControllingKind
(String val) Sets the controlling kind attribute defined for the relation of this type.void
IDfRelationType.setCopyBehavior
(int val) Sets the copy behavior defined for the relation of this type.void
IDfVirtualDocumentNode.setCopyBehavior
(int behavior) Sets the copy behavior for the node.void
IDfRetainer.setDateRetentionPeriod
(IDfTime retentionDate) Specifies the retention period for the retainer.void
IDfUser.setDefaultACL
(String aclName) Sets the default ACL for this user to a system ACL (owned by the repository owner).void
IDfUser.setDefaultACLEx
(String domainName, String aclName) Sets the default ACL for this user.void
IDfUser.setDefaultFolder
(String folderPath, boolean isPrivate) Sets the default folder for this user.void
IDfScopeManager.setDefaultScope
(com.documentum.fc.client.ScopeBoundary boundary, boolean bNested) Set the default scoping policy for a given boundary.void
IDfFormat.setDefaultStorage
(IDfId value) void
IDfAssembly.setDepth
(int depth) Sets the depth_no attribute of the assembly object.void
IDfACL.setDescription
(String description) Sets the user-defined description of an ACL object.void
IDfFormat.setDescription
(String value) void
IDfGroup.setDescription
(String description) Sets the description of this group.void
IDfRelation.setDescription
(String desc) Not system defined.void
IDfRelationType.setDescription
(String desc) Sets the user defined description of the relationship.void
IDfUser.setDescription
(String description) Sets the default description for this user.void
IDfRetainer.setDispositionRule
(int dispositionRule) Sets the dm_retainer.disposition_rule value.IDfSession.setDocbaseScope
(String docbaseName) THIS METHOD IS NOT THREAD SAFE.IDfSession.setDocbaseScopeById
(IDfId objectId) THIS METHOD IS NOT THREAD SAFE.void
IDfDocbrokerClient.setDocbrokerModificationEnabled
(boolean enable, IDfSession session) Enables or disables the dynamic adding and removing of connection brokers.void
Sets the domain (owner name) of an ACL object.void
IDfFormat.setDOSExtension
(String value) void
Sets the double value of an attribute.void
IDfSysObject.setDoubleContentAttribute
(String name, double value, String formatName, int page, String pageModifier) Set a numeric content attribute.void
IDfDumpRecord.setDumpOperation
(String value) void
IDfDumpRecord.setDumpParameter
(int index, String value) void
IDfDumpRecord.setDumpType
(int index, String value) void
IDfGroup.setDynamic
(boolean isDynamic) Marks the group as a dynamic groupvoid
IDfGroup.setDynamicDefault
(boolean isDynamicDefault) Marks the dynamic group as having its membership be included by default for members when they connect.void
IDfRelation.setEffectiveDate
(IDfTime date) Not system defined.void
IDfRetainer.setEnforcementRule
(int enforcementRule) Sets the dm_retainer.enforcement_rule value.void
IDfPolicy.setEntryCriteria
(int index, String value) Set the entry criteria for the state with the given index.void
IDfPolicy.setExceptionState
(int index, String value) Set the attribute exception_state value at the specified index.void
IDfActivity.setExecErrHandling
(int execErrHandling) Sets the failure-handling protocol for the activity's execution.void
IDfActivity.setExecMethodId
(IDfId execMethodId) Identifies the method that executes the activity's actions.void
IDfActivity.setExecRetryInterval
(int execRetryInterval) Sets the retry interval if the activity's execution fails.void
IDfActivity.setExecRetryMax
(int execRetryMax) Sets the maximum retry number if the activity's execution fails.void
IDfActivity.setExecSaveResults
(boolean execSaveResults) Defines whether to save the results of an automatic activity execution.void
IDfActivity.setExecSubtype
(int subType) Defines the activity's exec_subtype.void
IDfActivity.setExecTimeOut
(int execTimeOut) Sets the time-out period for the method that executes the activity's actions.void
IDfActivity.setExecType
(int execType) Defines the activity's execution type as manual or automatic.void
IDfRelation.setExpirationDate
(IDfTime date) Not system defined.void
IDfPolicy.setExtensionType
(String value) Set the attribute extension_type value for this policy.void
IDfUser.setFailedAuthenticationAttempts
(int failedAttempts) Sets the number of failed attempts to authenticate the user.void
Sets the content file of this object or replaces an existing content.void
This is the extended method for setting the content file of this object, or it replaces existing content.void
IDfDumpRecord.setFileName
(String value) void
IDfFormat.setFilenameModifier
(String value) void
IDfLocation.setFileSystemPath
(String fileSystemPath) Sets the file system path of this location.void
IDfMountPoint.setFileSystemPath
(String fileSystemPath) Sets the file system path of this mount point.void
IDfVirtualDocumentNode.setFollowAssembly
(boolean followAssembly) Directs the system to use the node's assembly in the display.void
IDfFormat.setFormatClass
(int index, String value) void
IDfSysObject.setFullText
(boolean fullText) Sets whether the document is marked for full-text indexing.void
IDfGroup.setGloballyManaged
(boolean isGloballyManaged) Sets if this group is globally managed (by Federation) or local.void
IDfUser.setGloballyManaged
(boolean isGloballyManaged) Sets the user as either global (managed by federation) or local.void
IDfGroup.setGroupAddress
(String groupAddress) Sets the e-mail address of this group.void
IDfGroup.setGroupAdmin
(String admin) Sets the admin of this group.void
IDfGroup.setGroupClass
(String className) Sets the class of this group.void
IDfGroup.setGroupDirectoryId
(IDfId value) void
IDfGroup.setGroupDisplayName
(String value) Sets the display name of a group.void
IDfGroup.setGroupGlobalUniqueId
(String value) void
IDfGroup.setGroupName
(String groupName) Sets the name of this group.void
IDfSysObject.setGroupName
(String name) Set the group name to which this object belongs.void
IDfGroup.setGroupNativeRoomId
(IDfId value) Sets the group native room id.void
IDfSysObject.setGroupPermit
(int permit) Sets the object-level group permission for the object.void
IDfGroup.setGroupSource
(String value) void
IDfPlugin.setHardwarePlatform
(String platform) Sets the hardware platform of this plugin.void
IDfFormat.setHidden
(boolean value) void
IDfSysObject.setHidden
(boolean isHidden) Sets the visibility of the object for end users.void
IDfUser.setHomeDocbase
(String docbaseName) Sets this user's home repository.void
IDfMountPoint.setHostName
(String hostName) Sets the host name of this mount point.void
IDfFormat.setIconIndex
(int value) void
Sets the Object ID value of an attribute.void
IDfRetainer.setImmutabilityRule
(int immutabilityRule) Sets the dm_retainer.immutability_rule value.void
IDfVirtualDocument.setIncludeBrokenBindings
(boolean shouldIncludeBroken) Specifies whether to display nodes with broken bindings using the CURRENT label.void
IDfDumpRecord.setIncludeContent
(boolean value) void
IDfPolicy.setIncludedType
(int index, String value) Set the attribute included_typename attribute at the specified index.void
IDfPolicy.setIncludeSubtypes
(int index, boolean value) Set the attribute include_subtypes value at the specified index.void
IDfWorkflow.setInitiateAct
(String actName) Set initiate_act attribute of the workflowvoid
IDfWorkflow.setInstructions
(int index, String instr) Sets the instructions attribute at a specified index.void
Sets the integer value of an attribute.void
IDfRetainer.setIntervalRetentionPeriod
(int retentionInterval) Specifies retention period for the retainer.void
IDfSysObject.setIsVirtualDocument
(boolean is_virtual_doc) Sets the r_is_virtual_doc attribute for the object.void
IDfPolicy.setJavaMethods
(boolean value) Set the attribute java_methods value for this policy.void
IDfSysObject.setKeywords
(int index, String keyword) Sets the keywords attribute at a specified index.void
IDfMethodObject.setLaunchAsync
(boolean value) void
IDfMethodObject.setLaunchDirect
(boolean value) void
IDfSysObject.setLinkResolved
(boolean linkResolved) Sets the a_link_resolved attribute of the object.void
IDfLoadRecord.setLoadFileName
(String value) void
IDfLoadRecord.setLoadOperation
(String value) void
IDfLoadRecord.setLoadParameter
(int index, String value) void
IDfLoadRecord.setLoadType
(int index, String value) void
void
IDfSysObject.setLogEntry
(String logEntry) Sets the comment specified by the user.void
IDfFormat.setMacCreator
(String value) void
IDfMountPoint.setMacPreferredAlias
(String alias) Sets the Macintosh preferred alias of this mount point.void
IDfFormat.setMacType
(String value) void
IDfMethodObject.setMethodArgs
(int index, String value) void
IDfMethodObject.setMethodContent
(String filePath) Sets the content of the method.void
IDfMethodObject.setMethodType
(String value) void
IDfMethodObject.setMethodVerb
(String value) void
IDfFormat.setMimeType
(String value) void
IDfLocation.setMountPointName
(String mountPointName) Sets the mount point name of this location.void
void
IDfLocation.setNewMountPoint
(String path) Sets the mount point of this location by passing the file system path of the mount point.void
IDfRetainer.setNoRetentionPeriod()
Specifies retention rule for the retainer with no defined retention period.void
Reserved for future use.void
IDfVirtualDocument.setNumberingScheme
(IDfVDMNumberingScheme scheme) Defines the numbering scheme for the virtual document display.void
IDfAliasSet.setObjectDescription
(String objectDescription) Sets the description of the alias set.void
IDfACL.setObjectName
(String name) Sets the name of the ACL.void
IDfAliasSet.setObjectName
(String objectName) Sets the name of the alias set.void
IDfSysObject.setObjectName
(String objectName) Sets the object_name attribute of the object.void
IDfWorkflow.setObjectName
(String objectName) Sets the object name of a workflow object.void
IDfPlugin.setOperatingSystem
(String opSystem) Sets the operating system of this plugin.void
IDfAssembly.setOrderNumber
(double orderNumber) Sets the order_no attribute of the assembly object.void
IDfRelation.setOrderNumber
(int no) Not system defined.void
Sets the output ports.void
IDfWorkitem.setOutputByActivities
(IDfList actList) Defines the next activities to be assigned packages in the workflow.void
IDfVirtualDocumentNode.setOverrideLateBindingValue
(boolean override) Sets the use_node_ver_label attribute for the node's associated containment object.void
IDfAliasSet.setOwnerName
(String ownerName) Sets the owner name of this alias set.void
IDfGroup.setOwnerName
(String ownerName) Sets the owner of this group.void
IDfSysObject.setOwnerName
(String ownerName) Sets the name of the object's owner.void
IDfSysObject.setOwnerPermit
(int permit) Assigns the object-level permission to the owner of the object.void
IDfProcess.setPackageControl
(int packageControl) Sets the package_control attribute.void
IDfProcess.setPackageSchemaId
(String packageName, IDfId schemaId) Creates a relation between an XML schema document and a package.void
IDfProcess.setPackageSchemaUri
(String packageName, String schemaUri) Creates a relation between an XML schema URI and a package.void
IDfWorkflow.setPackageSkillLevel
(String packageName, int skillLevel) Set the skill level of a given package.void
IDfWorkitem.setPackageSkillLevel
(String packageName, int skillLevel) Set the skill level of a given package.void
Sets the parent aspect of an aspect relation objectvoid
IDfWorkflow.setParentActName
(String actName) Set parent_act_name attribute of the workflowvoid
IDfWorkflow.setParentActSeqno
(int actSeqno) Set parent_act_seqno attribute of the workflowvoid
IDfAssembly.setParentId
(IDfId parentObjectId) Sets the parent_id attribute of the assembly object.void
IDfRelation.setParentId
(IDfId parent) Sets the ID of the object that is the "parent" in the relationship.void
IDfWorkflow.setParentId
(IDfId parentId) Set parent_id attribute of the workflowvoid
IDfRelationType.setParentType
(String parent) Sets the object type of a valid parent object in the relationship.void
IDfPersistentObject.setPartition
(int partition) Set i_partition for this object.void
Sets the path to a content object or replaces an existing content.void
IDfLocation.setPathType
(int pathType) Sets the path type of this location.void
IDfProcess.setPerformerAliasId
(IDfId aliasId) Defines the process's performer alias set object id.void
IDfActivity.setPerformerFlag
(int performerFlag) Defines whether the activity's performer can delegate or extend the activity.void
IDfActivity.setPerformerName
(String performerName) Defines the user or group you want to perform the activity.void
IDfWorkflow.setPerformers
(String actName, IDfList userGroupList) Sets the performers attributes for the specified activity name.void
IDfWorkitem.setPerformers
(String actName, IDfList userGroupList) Sets the performers attributes for the specified activity name.void
IDfActivity.setPerformerType
(int performerType) Defines who can perform the activity.void
IDfRelation.setPermanentLink
(boolean val) Deprecated.As of DFC 5.3, replaced by IDfRelationType.setPermanentLink()void
IDfRelationType.setPermanentLink
(boolean val) Indicates if you want to maintain the relationship across versions of the parent object.void
IDfPlugin.setPluginType
(String type) Sets the type of this plugin.void
IDfActivity.setPostTimer
(int postTimer) Defines the expected maximum number of hours to complete the activity.void
IDfActivity.setPostTimerRepeatLastAction
(boolean repeatLast) Sets an indicator for whether or not the final timer in a series should repeat.void
IDfDumpRecord.setPredicate
(int index, String value) void
IDfLoadRecord.setPredicate
(int index, String value) void
IDfDumpRecord.setPredicate2
(int index, String value) void
IDfActivity.setPreTimer
(int preTimer) Sets the pre-timer interval for the activity.void
IDfActivity.setPreTimerRepeatLastAction
(boolean repeatLast) Sets an indicator for whether or not the final timer in a series should repeat.void
IDfWorkitem.setPriority
(int newPriority) Sets the priority.void
IDfActivity.setPrivate
(boolean isPrivate) Defines the activity as public or private.void
IDfGroup.setPrivate
(boolean isPrivate) Sets if this group is private or publicvoid
IDfProcess.setPrivate
(boolean isPrivate) Defines whether the workflow definition is private or public.void
IDfWorkflow.setProcessId
(IDfId processId) Sets the process ID for the workflow.void
IDfAuditTrailManager.setRegisterEvents
(IDfId objectId, IDfList events) Sets a list of events for the object.void
IDfAspectRelation.setRelation
(int type) Sets the relation type of an aspect relation object.void
IDfRelation.setRelationName
(String rName) Sets the relation_name attribute.void
IDfRelationType.setRelationName
(String rName) Sets the value of the relation_name attribute.void
IDfLoadRecord.setRelocate
(boolean value) void
IDfRetainer.setRenditionRule
(int renditionRule) Sets the dm_retainer.rendition_rule value.void
IDfActivity.setRepeatableInvoke
(boolean repeatableInvoke) Defines whether the activity can be invoked multiple times when the workflow is running.void
IDfTypedObject.setRepeatingBoolean
(String attributeName, int valueIndex, boolean value) Sets a boolean value of a repeating attribute.void
IDfTypedObject.setRepeatingDouble
(String attributeName, int valueIndex, double value) Sets a double value of a repeating attribute.void
IDfTypedObject.setRepeatingId
(String attributeName, int valueIndex, IDfId value) Sets a Object ID value of a repeating attribute.void
IDfTypedObject.setRepeatingInt
(String attributeName, int valueIndex, int value) Sets an integer value of a repeating attribute.void
IDfActivity.setRepeatingPerformerName
(int index, String name) Sets the performer name attribute at a specified index.void
IDfTypedObject.setRepeatingString
(String attributeName, int valueIndex, String value) Sets a string value of a repeating attribute.void
IDfTypedObject.setRepeatingTime
(String attributeName, int valueIndex, IDfTime value) Sets a date/time value of a repeating attribute.void
IDfTypedObject.setRepeatingValue
(String attributeName, int valueIndex, IDfValue value) Sets a value of a repeating attribute.void
IDfSysObject.setResolutionLabel
(String label) Sets the resolution label for the object.void
IDfActivity.setResolvePackageName
(String resolvePkgName) Sets the package name used to resolve performer aliasing.void
IDfActivity.setResolveType
(int resolveType) Sets the performer aliasing resolve type of the activity.void
IDfRetainer.setRetentionStorageClass
(String retentionStorageClass) Sets the dm_retainer.retention_storage_class value.void
IDfPolicy.setReturnCondition
(int index, int value) Set the attribute return_condition value at the specified index.void
IDfPolicy.setReturnToBase
(int index, boolean value) Set the attribute return_to_base value at the specified index.void
IDfFormat.setRichmediaEnabled
(boolean value) void
IDfMethodObject.setRunAsServer
(boolean value) void
IDfLocation.setSecurityType
(int securityType) Sets the security type of this location.void
IDfMountPoint.setSecurityType
(int securityType) Sets the security type of this mount point.void
IDfRelationType.setSecurityType
(String sType) Sets the security applied to objects of type dm_relation whose relation_name attribute value matches the relation_name attribute for the dm_relation_type object.void
IDfVirtualDocumentNode.setSelectedVersion
(String theVersion) Overrides the node's binding criteria and displays the specified version.void
IDfSession.setServerTraceLevel
(int level, String facility) Sets the session's tracing level for a particular facility on the server.void
IDfTypedObject.setSessionManager
(IDfSessionManager sessMgr) Associates a session manager with this object.void
IDfActivity.setSignoffRequired
(boolean signoffRequired) Defines whether the activity requires a sign off.void
IDfSysObject.setSpecialApp
(String specialApp) Reserved for use by Documentum products.void
IDfPolicy.setStateClass
(int index, int value) Set the attribute state_class at the specified index.void
IDfPolicy.setStateDescription
(int index, String value) Set the attribute state_description value at the specified index.void
IDfPolicy.setStateName
(int index, String value) Set the attribute state_name value at the specified index.void
IDfPolicy.setStateNo
(int index, int value) Set the attribute i_state_no value at the specified index.void
IDfStateExtension.setStateNo
(int v) Sets the number of the state that this object extends.void
IDfPolicy.setStateType
(int index, String value) Set the attribute state_type value at the specified index.void
Sets the a_status attribute of the object.void
IDfSysObject.setStorageType
(String type) Sets the storage area for content files associated with the object.void
IDfSysObjectStream.setStream
(InputStream stream, int size, String format) Sets content as input stream to an associated sysobject.void
IDfSysObjectStream.setStreamEx
(InputStream stream, long size, String format, int page, InputStream otherStream, long otherSize) This is the extended setStream() method for setting the content as InputStream to an associated sysobject.void
Sets the string value of an attribute.void
IDfSysObject.setStringContentAttribute
(String name, String value, String formatName, int page, String pageModifier) Set a String content attribute.void
IDfSysObject.setSubject
(String subject) Sets the subject attribute of the object.void
IDfMethodObject.setSuccessReturnCodes
(int index, int value) void
IDfMethodObject.setSuccessStatus
(String value) void
IDfWorkflow.setSupervisorName
(String supervisorName) Sets the name of the workflow supervisor.void
IDfPolicy.setSystemActions
(int index, IDfId value) Set the attribute system_actions value at the specified index.void
IDfActivity.setTaskSubject
(String name) Set a subject for the task inbox item, the subject will be constructed at the creation time of the inbox itemvoid
Sets the date/time value of an attribute.void
IDfSysObject.setTimeContentAttribute
(String name, IDfTime value, String formatName, int page, String pageModifier) Set a Date/Time content attribute.void
IDfMethodObject.setTimeoutDefault
(int value) void
IDfMethodObject.setTimeoutMax
(int value) void
IDfMethodObject.setTimeoutMin
(int value) void
IDfSessionManagerConfig.setTimeZone
(String value) void
Sets the title attribute of the object.void
IDfFormat.setTopicFilter
(String value) void
IDfFormat.setTopicFormat
(IDfId value) void
IDfFormat.setTopicFormatName
(String value) void
IDfFormat.setTopicTransform
(boolean value) void
IDfMethodObject.setTraceLaunch
(boolean value) void
IDfActivity.setTransitionEvalCount
(int count) Set the number of completed tasks that are required to trigger the next activities.void
IDfActivity.setTransitionFlag
(int flag) Together with the transition eval count, set when and how to trigger the selected outgoing paths when activity is manual transitionvoid
IDfActivity.setTransitionMaxOutputCount
(int count) Set the maximum number of output ports user can select at runtime when activity is manual transitionvoid
IDfActivity.setTransitionType
(int transitionType) Defines the transition type for the activity.void
IDfActivity.setTriggerEvent
(String triggerEvent) Sets the event type that is expected to trigger the activity.void
IDfActivity.setTriggerThreshold
(int triggerThreshold) Defines the trigger threshold for the activity.void
IDfPolicy.setTypeOverrideId
(int index, IDfId value) Set the attribute type_override_id value at the specified index.void
IDfMountPoint.setUnixPreferredAlias
(String alias) Sets the UNIX preferred alias of this mount point.void
Sets the usage of this plugin.void
IDfMethodObject.setUseMethodContent
(boolean value) void
IDfMethodObject.setUseMethodServer
(boolean value) void
IDfPolicy.setUserActionId
(int index, IDfId value) Set the attribute user_action_id value at the specified index.void
IDfPolicy.setUserActionService
(int index, String value) Set the attribute user_action_service value at the specified index.void
IDfPolicy.setUserActionVer
(int index, String value) Set the attribute user_action_ver value at the specified index.void
IDfUser.setUserAddress
(String userAddress) Sets the user's email address.void
IDfPolicy.setUserCriteriaId
(int index, IDfId value) Set the attribute user_criteria_id value at the specified index.void
IDfPolicy.setUserCriteriaService
(int index, String value) Set the attribute user_criteria_service value at the specified index.void
IDfPolicy.setUserCriteriaVer
(int index, String value) Set the attribute user_criteria_ver value at the specified index.void
IDfUser.setUserDBName
(String userDBName) Sets this user's RDBMS user name.void
IDfUser.setUserDelegation
(String delegateUserName) Sets the name of the user to whom to delegate work items.void
IDfUser.setUserGroupName
(String userGroupName) Sets this user's default group.void
IDfUser.setUserLoginName
(String userLoginName) Sets the user's Documentum user login name To change the user login name of an existing user.void
IDfUser.setUserName
(String userName) Sets the name of this user.void
IDfUser.setUserOSName
(String accountName, String domainName) Sets this user's authentication information: operating system account name and domain.void
IDfUser.setUserPassword
(String value) Sets the user password for inline users.void
IDfPolicy.setUserPostprocessingService
(int index, String value) Set the attribute user_post_processing_service value at the specified index.void
IDfPolicy.setUserPostprocId
(int index, IDfId value) Set the attribute user_postproc_id value at the specified index.void
IDfPolicy.setUserPostprocVer
(int index, String value) Set the attribute user_postproc_ver at the specified index.void
IDfUser.setUserPrivileges
(int userPrivileges) Sets this user's privileges level.void
IDfUser.setUserSource
(int userSource) Deprecated.As of DFC 5.2.5, replaced by setUserSourceAsString(String)void
IDfUser.setUserSourceAsString
(String userSource) Sets this user's source.void
IDfUser.setUserState
(int userState, boolean unlockObjects) Sets this user's activation state (active/inactive).void
IDfPolicy.setUserValidationService
(String value) Set the attribute user_validation_service value for this policy.void
IDfUser.setUserXPrivileges
(int userXPrivileges) Sets the user's extended privileges.void
IDfLocation.setValidate
(boolean validate) Sets whether this location should validatevoid
Sets the value of an attribute.void
IDfFormat.setWin31App
(String value) void
IDfMountPoint.setWinPreferredAlias
(String alias) Sets the Windows preferred alias of this mount point.void
IDfUser.setWorkflowDisabled
(boolean disabled) Sets whether this user is workflow disabled.void
IDfSysObject.setWorldPermit
(int permit) Sets the object-level permission assigned to the world for the object.void
IDfUser.setWriteFederationLogOption
(int options) Sets the options on various properties to write to the federation log when properties are changed.void
IDfSession.shutdown
(boolean immediate, boolean deleteEntry) Shuts down a server.void
Creates an audit trail entry of signoff information for an object.void
IDfRouter.signOffRouter
(int taskNumber, String userOSName, String password) Deprecated.void
Deprecated.IDfSession.startGatheringMetrics
(List<String> metricsToGather) This methods indicates to the server to start gathering the metrics that have been passed in to this method.IDfWorkflowBuilder.startWorkflow()
Deprecated.IDfSession.stopGatheringMetrics
(List<String> metricsToStop) This methods indicates to the server to stop gathering the metrics that have been passed in to this method.void
Suspends the sysobject from its current state to the exception state.void
IDfSysObjectRetention.swapRetainer
(IDfId oldRetainerId, IDfId newRetainerId) Replace a dm_retainer attached to the object to a new one.boolean
Evaluates a boolean condition given some runtime state.void
Deprecated.Please configure tracing using the ClientConfig objectIDfClient.getClientConfig()
void
IDfSysObjectRetention.triggerConditionalRetention()
Function triggers the clip inside Centera associated with the SysObject object.void
Truncates the values stored in a repeating attribute.void
DfClient.unadoptDMCLSession
(String dmclSessionId) void
IDfClient.unadoptDMCLSession
(String dmclSessionId) Deprecated.session adoption is no longer useful without a separate DMCLvoid
IDfSysObject.unfreeze
(boolean thawComponents) Unfreezes a frozen object, and optionally if the object is a virtual document, it unfreezes the object's associated assembly.void
IDfActivity.uninstall()
Uninstalls an activity.void
IDfProcess.uninstall()
Moves the installed workflow definition back to the validated state.void
IDfPolicy.unInstall
(boolean notify) Validate this policy.void
Removes a link between the object and a folder or cabinet.void
Removes symbolic labels from an object.void
IDfAuditTrailManager.unregisterAllEvents
(IDfId objectId) Unregisters all events for the object.void
IDfAuditTrailManager.unregisterEvent
(IDfId objectId, String event) Unregisters an event for the object.void
IDfPersistentObject.unRegisterEvent
(String event) Removes the current user's registration for a specified event.void
IDfPersistentObject.unRegisterEventEx
(String event, String userName) Removes the current user's registration for a specified event.void
IDfAuditTrailManager.unregisterEventForObject
(IDfId objectId, String event, IDfId policyId, String stateName) Unregisters an event for the object type.void
IDfAuditTrailManager.unregisterEventForType
(String typeName, String event, String controllingApp, IDfId policyId, String stateName) Unregisters an event for the object type.void
IDfAuditTrailManager.unregisterEvents
(IDfId objectId, IDfList events) Unregisters a list of events for the object.void
IDfAuditTrailManager.unregisterEventsFromQuery
(String query, IDfList events) For each object returned by the query, removes the registrations for the specified events.void
IDfAuditTrailManager.unregisterEventsInFolder
(IDfId folderId, IDfList events) Unregisters a list of events for all sysobjects under the folder.void
IDfSysObject.updatePart
(IDfId containmentId, String versionLabel, double orderNumber, boolean useNodeVerLabel, boolean followAssembly, int copyChild) Modifies a child dmr_containment attribute value.void
IDfSysObject.updatePartEx
(IDfId containmentId, String versionLabel, double orderNumber, boolean useNodeVerLabel, boolean followAssembly, int copyChild, String containType, String containDesc) void
IDfWorkflow.updateSupervisorName
(String supervisorName) Change the supervisor of a running workflow.void
Assigns an ACL specification to the object.void
IDfActivity.validate()
Validates the package definitions associated with the activity.void
IDfPolicy.validate()
Validate this policy.void
IDfProcess.validate()
Validates the workflow definition.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
IDfPersistentObject.validateAllRules
(int stopAfterNumOfErrors) Deprecated.use getValidator and then call validateAll on IDfValidator insteadvoid
IDfPersistentObject.validateAttrRules
(String attrName, int stopAfterNumOfErrors) Deprecated.use getValidator and then call validateAttrRules on IDfValidator insteadvoid
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.void
IDfPersistentObject.validateAttrRulesWithValue
(String attrName, String value, int stopAfterNumOfErrors) Deprecated.use getValidator and then call validateAttrRules on IDfValidator insteadvoid
IDfPersistentObject.validateAttrRulesWithValues
(String attrName, IDfList valueList, int stopAfterNumOfErrors) Deprecated.use getValidator and then call validateAttrRules on IDfValidator insteadvoid
IDfProcess.validateEx
(boolean checkActivity) Validates the workflow definition.void
IDfPersistentObject.validateObjRules
(int stopAfterNumOfErrors) Deprecated.use getValidator and then call validateAllObjRules on IDfValidator insteadvoid
IDfPersistentObject.validateObjRulesWithValues
(IDfList attrNameList, IDfList valueListList, int stopAfterNumOfErrors) Deprecated.use getValidator and then call validateAllObjRules on IDfValidator insteadvoid
IDfProcess.validateProcessAndActivities()
Validates the workflow defintion and its referenced activities.void
IDfRouter.validateRouter
(boolean externalApps) Deprecated.void
IDfType.validateTypeAttrRulesWithValue
(String attrName, IDfId policyId, String state, String value, IDfList depAttrNameList, IDfList depAttrValueListList, int stopAfterNumOfErrors) Deprecated.void
IDfType.validateTypeAttrRulesWithValues
(String attrName, IDfId policyId, String state, IDfList values, IDfList depAttrNameList, IDfList depAttrValueListList, int stopAfterNumOfErrors) Deprecated.void
IDfType.validateTypeObjRulesWithValues
(IDfList attrNameList, IDfId policyId, String state, IDfList valueListList, int stopAfterNumOfErrors) Deprecated.boolean
IDfAuditTrail.verifyAudit()
This API verifies this particular Audit Trail object and returns true or false accordingly.void
IDfSysObject.verifyESignature()
Verify the signature on an electronically signed sysobject. -
Uses of DfException in com.documentum.fc.client.acs
Methods in com.documentum.fc.client.acs that throw DfExceptionModifier and TypeMethodDescriptionvoid
IDfBocsConfig.addExternalUrlEntry
(IDfBocsConfig.ExternalUrlEntry urlEntry) Adds ExternalUrlEntry object.void
IDfAcsConfig.addProjectionEntry
(IDfAcsConfig.ProjectionEntry projectionEntry) Adds ProjectionEntry object.void
IDfAcsConfig.addStoreEntry
(IDfAcsConfig.StoreEntry storeEntry) Adds StoreEntry object.void
IDfAcsClient.addUnavailableAcsServer
(String urlString) Add the specified accelerated content store (ACS) server to the list of unavailable ACS servers.void
IDfAcsConfig.addUrlEntry
(IDfAcsConfig.UrlEntry urlEntry) Adds UrlEntry object.void
IDfBocsConfig.addUrlEntry
(IDfBocsConfig.UrlEntry urlEntry) Adds UrlEntry object.IDfAcsClient.getAcsData
(IDfSessionManager sessionManager, String docbaseName, String networkLocationIdentifier) Returns anIDfEnumeration
object that lists allAcsData
objects for a given repository.IDfAcsClient.getAcsData
(IDfSession session, String networkLocationIdentifier) Returns anIDfEnumeration
object that lists allAcsData
objects for a given repository.IDfAcsConfig.getAcsNetworkLocationIdentifiers()
Returns a list of the ACS network location identifiers.IDfAcsClient.getAllNetworkLocations
(String locale) Returns anIDfEnumeration
object that lists allIDfNetworkLocationEntry
objects.IDfContentTransferConfig.getBocsEncryptionMode()
Returns BOCS encryption mode in this repository.IDfAcsClient.getClientNetworkLocations
(String clientIPAddress, String locale) Returns anIDfEnumeration
object that lists allIDfNetworkLocationEntry
objects.int
IDfAcsConfig.getConfigType()
Returns type of the config.IDfBocsConfig.getDeliveryType()
Returns the delivery typeIDfValidationDescriptor.getDescriptorVersion()
Returns the descriptor version as major.minorIDfBocsConfig.getDocbaseNames()
Returns list of the repository names.IDfAcsConfig.getDormancyStatus()
Gets the dormancy status for this ACSIDfContentTransferConfig.getEffectiveBocsEncryptionMode()
Returns BOCS encryption mode in this repository.IDfBocsConfig.getExternalUrlEntries()
Returns list of ExternalUrlEntry objects.IDfDmsConfig.getMessageConsumeUrl()
Returns URL that can be used by agents to consume messages from DMS in a pull modeIDfDmsConfig.getMessagePostUrl()
Returns URL that can be used to post messages to DMSIDfAcsConfig.getNearStores()
Returns list of names of stores that are near the ACS.IDfAcsClient.getNetworkLocation
(String locationId, String locale) Returns anIDfNetworkLocationEntry
object by location identifier.IDfBocsConfig.getNetworkLocationIdentifiers()
Returns list of the BOCS network location identifiers.IDfAcsConfig.getObjectName()
Returns the ACS name.IDfBocsConfig.getObjectName()
Returns the BOCS name.IDfValidationDescriptor.getObjectName()
Returns the descriptor name.IDfValidationDescriptor.getParameterNames()
Returns the list of parameter namesIDfAcsConfig.getProjectionEntries()
Returns list of ProjectionEntry objects.int
IDfAcsConfig.getRWCapability()
Deprecated.use isEnabled and isSurrogateGetEnabled methodsIDfAcsConfig.getServerConfigId()
Returns the ID of the Content Server config object for the ACS.IDfAcsConfig.getServerMajorVersion()
Returns server major versionIDfBocsConfig.getServerMajorVersion()
Returns server major versionIDfDmsConfig.getServerMajorVersion()
Returns server major versionIDfAcsConfig.getServerMinorVersion()
Returns the server minor versionIDfBocsConfig.getServerMinorVersion()
Returns the server minor versionIDfDmsConfig.getServerMinorVersion()
Returns the server minor versionIDfAcsConfig.getStoreEntries()
Returns list of StoreEntry objects.IDfAcsConfig.getUrlEntries()
Returns list of UrlEntry objects.IDfBocsConfig.getUrlEntries()
Returns list of UrlEntry objects.boolean
IDfContentTransferConfig.isAcsAsynchWriteEnabled()
Returns whether ACS asynchronous write mode is enabled in this repository.boolean
IDfContentTransferConfig.isAcsReadEnabled()
Returns whether ACS read mode is enabled in this repository.boolean
IDfContentTransferConfig.isAcsWriteEnabled()
Returns whether ACS write mode is enabled in this repository.boolean
IDfBocsConfig.isAsynchWriteEnabled()
Returns a flag indicating whether asynchronous write is enabledboolean
IDfContentTransferConfig.isBocsPrecachingEnabled()
Returns whether BOCS predictive caching is enabled in this repository.boolean
IDfAcsConfig.isCacheAcs()
Deprecated.as of version D6, useIDfBocsConfig
for cache server config objects.boolean
IDfAcsClient.isContentTransferCapabilityEnabled
(IDfSession session, String networkLocationIdentifier, IDfContentTransferCapability capability) Returns whether content transfer capability is enabled in a docbase of a given session.boolean
IDfAcsConfig.isEnabled()
Returns a flag indicating whether ACS is enabledboolean
IDfBocsConfig.isEnabled()
Returns a flag indicating whether BOCS is enabledboolean
IDfDmsConfig.isEnabled()
Returns whether DMS is enabled.boolean
IDfBocsConfig.isInclusionList()
Returns a flag indicating whether the list of repositories is an inclusion list.boolean
IDfAcsConfig.isSurrogateGetEnabled()
Returns a flag indicating whether both read and a "surrogate get" is enabledIDfBocsConfig.newExternalUrlEntry
(String url, String type) Creates ExternalUrlEntry object.IDfAcsConfig.newProjectionEntry
(String networkLocationIdentifier, int proximity) Creates ProjectionEntry object.IDfAcsConfig.newProjectionEntry
(String host, int port, int proximity) Creates ProjectionEntry object.IDfAcsConfig.newProjectionEntry
(String host, int port, int proximity, boolean isEnabled, String networkLocationIdentifier, boolean isNetworkLocationEnabled) Creates ProjectionEntry object.IDfAcsConfig.newStoreEntry
(int storeType, int cryptoMode, int compressionMode) Creates StoreEntry object.IDfAcsConfig.newUrlEntry
(String url, String protocol) Creates UrlEntry object.IDfBocsConfig.newUrlEntry
(String url, String protocol) Creates UrlEntry object.void
IDfAcsConfig.setAcsNetworkLocationIdentifiers
(IDfList acsNetworkLocationIdentifiers) Sets the ACS network location identifiers.void
IDfContentTransferConfig.setAcsReadEnabled
(boolean isEnabled) Sets whether ACS read mode is enabled in this repository.void
IDfContentTransferConfig.setAcsWriteMode
(String mode) Sets ACS write mode in this repository.void
IDfBocsConfig.setAsynchWriteEnabled
(boolean isEnabled) Sets a flag indicating whether asynchronous write is enabled.void
IDfContentTransferConfig.setBocsEncryptionMode
(String mode) Sets BOCS encryption mode in this repository.void
IDfContentTransferConfig.setBocsPrecachingEnabled
(boolean isEnabled) Sets whether BOCS predictive caching is enabled in this repository.void
IDfAcsConfig.setCacheAcs
(boolean isCacheAcs) Deprecated.as of version D6, useIDfBocsConfig
for cache server config objects.void
IDfAcsConfig.setConfigType
(int configType) Sets type of the config.void
IDfBocsConfig.setDeliveryType
(String deliveryType) Sets the delivery typevoid
IDfValidationDescriptor.setDescriptorVersion
(String version) Sets the descriptor versionvoid
IDfBocsConfig.setDocbaseNames
(IDfList docbaseNames) Sets the repository names.void
IDfAcsConfig.setEnabled
(boolean isEnabled) Sets a flag indicating whether ACS is enabledvoid
IDfBocsConfig.setEnabled
(boolean isEnabled) Sets a flag indicating whether BOCS is enabledvoid
IDfDmsConfig.setEnabled
(boolean isEnabled) Sets whether DMS is enabled.void
IDfBocsConfig.setExternalUrlEntries
(IDfList urlEntries) Replace all ExternalUrlEntry objects.void
IDfBocsConfig.setInclusionList
(boolean isInclusionList) Sets a flag indicating whether the list of repositories is an inclusion list.void
IDfDmsConfig.setMessageConsumeUrl
(String url) Sets URL that can be used by agents to consume messages from DMS in a pull modevoid
IDfDmsConfig.setMessagePostUrl
(String url) Sets URL that can be used to post messages to DMSvoid
IDfAcsConfig.setNearStores
(IDfList nearStores) Sets list of names of stores that are near the ACS.void
IDfBocsConfig.setNetworkLocationIdentifiers
(IDfList networkLocationIdentifiers) Sets the BOCS network location identifiers.void
IDfAcsConfig.setObjectName
(String objectName) Sets the ACS name.void
IDfBocsConfig.setObjectName
(String objectName) Sets the BOCS name.void
IDfValidationDescriptor.setObjectName
(String descriptorName) Sets the descriptor name.void
IDfValidationDescriptor.setParameterNames
(IDfList parameterNames) Sets the list of parameter namesvoid
IDfAcsConfig.setProjectionEntries
(IDfList projectionEntries) Replace all ProjectionEntry objects.void
IDfAcsConfig.setRWCapability
(int capability) Deprecated.use setEnabled and setSurrogateGetEnabled methodsvoid
IDfAcsConfig.setServerConfigId
(IDfId serverConfigId) Sets the ID of the Content Server config object for the ACS.void
IDfAcsConfig.setServerMajorVersion
(String majorVersion) Sets server major versionvoid
IDfBocsConfig.setServerMajorVersion
(String majorVersion) Sets server major versionvoid
IDfDmsConfig.setServerMajorVersion
(String majorVersion) Sets server major versionvoid
IDfAcsConfig.setServerMinorVersion
(String minorVersion) Sets the server minor versionvoid
IDfBocsConfig.setServerMinorVersion
(String minorVersion) Sets the server minor versionvoid
IDfDmsConfig.setServerMinorVersion
(String minorVersion) Sets the server minor versionvoid
IDfAcsConfig.setStoreEntries
(IDfList storeEntries) Replaces all StoreEntry objects.void
IDfAcsConfig.setSurrogateGetEnabled
(boolean isEnabled) Sets a flag indicating whether both read and a "surrogate get" is enabled.void
IDfAcsConfig.setUrlEntries
(IDfList urlEntries) Replaces all UrlEntry objects.void
IDfBocsConfig.setUrlEntries
(IDfList urlEntries) Replace all UrlEntry objects. -
Uses of DfException in com.documentum.fc.client.aspect
Methods in com.documentum.fc.client.aspect that throw DfExceptionModifier and TypeMethodDescriptionvoid
IDfAspects.attachAspect
(String name, IDfAttachAspectCallback callback) Attaches the named aspect and invokes the optional callback when the object is completely rebuilt.void
IDfAspects.detachAspect
(String name, IDfDetachAspectCallback callback) Detaches the named aspect and invokes the optional callback when the object is completely rebuilt.IDfAspects.getAspects()
Returns a list of the names of all attached aspects. -
Uses of DfException in com.documentum.fc.client.content
Subclasses of DfException in com.documentum.fc.client.contentModifier and TypeClassDescriptionclass
This exception is thrown when content has not been stored in a docbase yet. -
Uses of DfException in com.documentum.fc.client.fulltext
Methods in com.documentum.fc.client.fulltext that throw DfExceptionModifier and TypeMethodDescriptionboolean
IDfFtConfig.isCapabilitySupported
(IDfFtConfig.FtCapability capability) Checks if the given capability is supported by the underlying fulltext engine. -
Uses of DfException in com.documentum.fc.client.search
Subclasses of DfException in com.documentum.fc.client.searchModifier and TypeClassDescriptionclass
This exception is thrown in case of a possible configuration issue of the ECIS adpaters when doing a search.class
This exception is thrown when format of a stored query cannot be recognized.class
This exception is thrown when unexpected condition is discovered during query generation process.class
This exception is thrown during the retrieval of a result content.class
This exception is a base exception for thecom.documentum.fc.client.search
package.class
This exception is thrown when credentials are invalid.class
This exception is thrown when the target location is unreachable.Methods in com.documentum.fc.client.search that return DfExceptionModifier and TypeMethodDescriptionIDfQueryEvent.getException()
In case of an error, this method may return the actual exception that occurs with the source.Methods in com.documentum.fc.client.search that throw DfExceptionModifier and TypeMethodDescriptionvoid
IDfExpression.acceptVisitor
(DfExpressionVisitor visitor) Visits this expression.IDfQueryBuilder.addLocationScope
(String source, IDfId locationId, boolean isDescend, boolean isExcluded) Adds a location scope.IDfQueryBuilder.addLocationScope
(String source, String locationPath, boolean isDescend) Adds a location scope.IDfQueryBuilder.addLocationScope
(String source, String locationPath, boolean isDescend, boolean isExcluded) Adds a location scope.IDfQueryBuilder.addPartitionScope
(String source, String partitionName) Adds a partition scope.void
IDfSearchSourceContainer.addSelectedSource
(String sourceName) Adds a selected source.boolean
IDfSmartList.areResultsSaved()
Checks whether results are saved or not with the search.void
IDfSearchSourceContainer.clearSelectedSources()
Removes all selected sources.IDfSearchMetadataManager.convertDocbaseToMimeFormat
(String docbaseFormat) Converts a repository format value to MIME format value.IDfSearchMetadataManager.convertMimeToDocbaseFormat
(String mimeFormat) Converts a MIME format value to repository format value.IDfQueryManager.convertSmartListDefinition
(IDfSysObject oldSmartList) Converts smart list definition using a legacy dm_smartlist object.IDfSmartListDefinition.copy()
Performs a deep copy of this instance.IDfSearchStoreService.createSearch
(String name, String description, IDfSmartListDefinition smartListDefinition, IDfResultsSet resultSet, IDfQueryStatus queryStatus) Creates a new search prior to storing it.boolean
IDfSearchStoreService.existsSearch
(String objectName, boolean inMySearches, String folderId) Checks whether a search with the same name already exists in the database.IDfSearchStoreService.getAllSearches()
Deprecated.Use getAllSearches(IDfSession) insteadIDfSearchStoreService.getAllSearches
(IDfSession session) Returns all searches from this repository, including all of the user's searches and any shared searches.IDfResultObjectManager.getAsPersistentObject
(IDfResultEntry entry) Gets the IDfTypedObject corresponding to the result.int
IDfSearchTypeAssistant.getAttrDataType
(String attrName) Retrieves the datatype of an attribute.IDfSearchTypeAssistant.getAttributeLabel
(String attrName) Retrieves a localized attribute label for a given attribute.IDfSearchTypeAssistant.getAttributeNames()
Retrieves an enumeration of the names of the searchable attributes for the type.int
IDfSearchSourceMap.getAvailableSourceCount()
Gets the count of available sources.IDfSearchSourceMap.getAvailableSources()
Provides access to an enumeration of all available sources.IDfSearchSourceMap.getAvailableSources
(int sourceType) Provides access to an enumeration of available sources of a given type.IDfSearchMetadataManager.getAvailableTypes()
Provides an enumeration of available searchable types.IDfSearchMetadataManager.getAvailableTypes
(boolean includeObsoleteTypes) Provides an enumeration of available searchable types derived from a specified base type.IDfSearchMetadataManager.getAvailableTypes
(String baseType) Provides an enumeration available types derived from a specified base type.IDfSearchMetadataManager.getAvailableTypes
(String baseType, boolean includeObsoleteTypes) Provides an enumeration available types derived from a specified base type.IDfResultObjectManager.getContent
(IDfResultEntry entry) Gets the content corresponding to the result.IDfModifiableResultEntry.getContentDescriptor()
Gets the descriptor of an external result content.IDfSearchStoreService.getCurrentUserSearches()
Deprecated.Use getCurrentUserSearches(IDfSession) insteadIDfSearchStoreService.getCurrentUserSearches
(IDfSession session) Returns only the user's searches from this repository.IDfSearchTypeAssistant.getDefaultAttribute()
Provides access to a default attribute for the type.IDfSearchTypeAssistant.getDefaultSearchOp
(String attrName) Retrieves the default search operation as a string code (such as "10", "1", ...) for an attribute.IDfSearchTypeAssistant.getDefaultValue
(String attrName) Retrieves the default search value for the specified attribute.IDfSearchTypeAssistant.getDefaultValue
(String attrName, String searchOp) Deprecated.IDfResultContent.getDOSExtension()
Gets the default DOS extension corresponding to the content type.IDfSearchMetadataManager.getDOSExtensions
(String mimeFormat) Gets the DOS extensions associated to the specified MIME format value in the repository.IDfResultContent.getInputStream()
Gets an InputStream to the content.IDfLocationQueryScope.getLocationPath()
Gets the location path.IDfSearchMetadataManager.getMetadataDocbase()
Gets the repository to pick the metadata information from information on types.IDfResultContent.getMIMEType()
Gets the MIME type of the content.IDfResultObjectManager.getObjectId
(IDfResultEntry entry) Gets the object ID of the object corresponding to the result.IDfSmartList.getQueryDefinitionType()
Gets the Query definition type.IDfSmartList.getQueryStatus()
Gets the IDfQueryStatus.IDfResultsSet.getResultByKey
(String key) Gets the result that is represented by the specified String key.int
IDfSmartList.getResultsCount()
Gets the number of results for the search.IDfSmartList.getResultsSet()
Gets the IDfResultsSet.IDfSearchTypeAssistant.getSearchOpLabel
(String attrName, String searchOp) Retrieves a localized search operation label (such as "Greater than", "Equal", ...) for a given search operation code.IDfSearchTypeAssistant.getSearchOpLabels
(String attrName) Retrieves an enumeration of the localized search operation labels (such as "Greater than", "Equal", ...).IDfSearchTypeAssistant.getSearchOps
(String attrName) Retrieves an enumeration of search operations as string codes (such as "10", "1", ...).int
IDfResultContent.getSize()
Gets the size of the content.IDfSmartList.getSmartListDefinition
(IDfSearchService searchService) Gets the IDfSmartListDefinition associated to this dm_smart_list.Provides access to an individual source.IDfSearchTypeAssistant.getSuperName()
Gets the super-type name.IDfResultContent.getType()
Gets the content type of the content.IDfSearchTypeAssistant.getType()
Returns a read only copy of IDfType object disconnected from the current session.IDfSearchMetadataManager.getTypeAssistant
(String typeName) Provides access to a type assistant for the given type.IDfSearchMetadataManager.getTypeAssistant
(String typeName, boolean includeObsoleteTypes) Provides access to a type assistant for the given type.IDfSearchTypeAssistant.getTypeLabel()
Gets the type label.IDfResultObjectManager.getURL
(IDfResultEntry entry) Gets the URL where the result's content can be accessed.IDfSearchTypeAssistant.getValueAssistance
(IDfExpression rootExpr, IDfAttrExpression vaExpr) Gets the value assistance of an attribute with dependencies to other attributes values.IDfSearchTypeAssistant.getValueAssistance
(String attrName) Gets the value assistance of an attribute without dependencies to other attributes values.IDfSearchTypeAssistant.getValueLabel
(String attrName, String searchOp, String value) Deprecated.Deprecated.boolean
IDfSearchTypeAssistant.hasAttribute
(String attribute) Checks if an attribute is available on the type.
An attribute name may be available on a type, even if it does not appear in the enumeration ofgetAttributeNames()
: Aspect attributes: they are not part of the type, but they may be supported by the type (and in queries) Non searchable attributes:getAttributeNames()
returns only the searchable attributes.boolean
IDfSearchTypeAssistant.hasValueAssistance
(String attrName) Indicates whether a value assistance is available for an attribute.boolean
IDfSearchTypeAssistant.hasValueAssistanceDependencies
(String attrName) Indicates whether the value assistance of an attribute defines dependencies on other attributes values.boolean
IDfSearchTypeAssistant.isAttributeRepeated
(String attrName) Tests if a given attribute is repeated.boolean
IDfSmartList.isLegacy()
Indicates whether this smart list is an old format.boolean
IDfResultObjectManager.isRepositoryObject
(IDfResultEntry entry) Indicates whether the result comes from a repository and can be accessed as a IDfSysObject.boolean
IDfResultObjectManager.isURLAdressible
(IDfResultEntry entry) Indicates if the result's content is accessible directly through a URL.IDfQueryManager.loadQueryDefinition
(InputStream in) Loads a query definition from a stream.IDfSearchStoreService.loadSearch
(String ObjectId) Gets a Search (before a load) using the ID.IDfQueryManager.loadSmartListDefinition
(InputStream in) Loads a smart list definition from a stream.IDfQueryManager.loadSmartListDefinition
(Document doc, Node parentNode) Loads a smart list definition from an XML document node.IDfQueryManager.newPassThroughQuery
(String queryString) Creates a new pass-through query using the specified parameters.IDfQueryManager.newPassThroughQuery
(String queryString, String customQueryData, int maxResultCount) Creates a new pass-through using the specified parameters.IDfQueryManager.newQueryBuilder()
Creates a new query builder.IDfQueryManager.newQueryBuilder
(String objectType) Creates a new query builder using the specified object type.IDfQueryManager.newQueryBuilder
(String objectType, int maxResultCount, boolean isDatabaseSearchRequested) Creates a new query builder using the specified parameters.IDfQueryManager.newSmartListDefinition()
Creates a new smart list definition.void
IDfSearchSourceContainer.removeSelectedSource
(String sourceName) Removes selected source.Stores this search.void
IDfQueryManager.saveQueryDefinition
(IDfQueryDefinition queryDefinition, OutputStream out) Saves a query definition in an output stream.void
IDfQueryManager.saveSmartListDefinition
(IDfSmartListDefinition smartList, OutputStream out) Saves a smart list definition in an output stream.void
IDfQueryManager.saveSmartListDefinition
(IDfSmartListDefinition smartList, Document doc, Node parentNode) Saves a smart list definition in an output stream.void
IDfModifiableResultEntry.setContentDescriptor
(String contentDescriptor) Sets the descriptor of an external result content.void
IDfSearchResults.setResultsSet
(IDfResultsSet resultSet) Sets the IDfResultsSet.void
IDfSmartList.setResultsSet
(IDfResultsSet resultSet) Sets the IDfResultsSet.void
IDfSmartList.setSmartListDefinition
(IDfSmartListDefinition smartList) Sets the content of this dm_smart_list.boolean
IDfSearchStoreService.supportsResultsStorage()
Checks whether the new store search attributes are available in the repository.void
DfExpressionVisitor.visit
(IDfExpressionSet expr) Visits anIDfExpressionSet
.void
DfExpressionVisitor.visit
(IDfFullTextExpression expr) Visits anIDfFullTextExpression
.void
DfExpressionVisitor.visit
(IDfRelativeDateExpression expr) Visits anIDfRelativeDateExpression
.void
DfExpressionVisitor.visit
(IDfSimpleAttrExpression expr) Visits anIDfSimpleAttrExpression
.void
DfExpressionVisitor.visit
(IDfValueListAttrExpression expr) Visits anIDfValueListAttrExpression
.void
DfExpressionVisitor.visit
(IDfValueRangeAttrExpression expr) Visits anIDfValueRangeAttrExpression
. -
Uses of DfException in com.documentum.fc.client.search.filter
Subclasses of DfException in com.documentum.fc.client.search.filterMethods in com.documentum.fc.client.search.filter that throw DfExceptionModifier and TypeMethodDescriptionIDfFacetFilter.filterFacets
(IDfContext context, List<IDfModifiableFacet> facets) This method can potentially be called multiple time for a query.IDfQueryFilter.filterQuery
(IDfContext context, IDfQueryDefinition query) IDfResultFilter.filterResults
(IDfContext context, List<IDfModifiableResultEntry> resultsBatch) This method can be called several times per queryIDfGenerationContext.getTargetLanguage()
Indicate the target language that will be used to generate the query.void
IDfCompletionFilter.onComplete
(IDfContext context) -
Uses of DfException in com.documentum.fc.common
Subclasses of DfException in com.documentum.fc.commonModifier and TypeClassDescriptionclass
DfValidationException will be thrown when a validation rule is violatedMethods in com.documentum.fc.common that return DfExceptionModifier and TypeMethodDescriptionstatic DfException
DfException.appendException
(DfException exptHead, DfException e, int stopAfterNumOfErrors) Appends a DfException to the end of an exception chain.static DfException
static DfException
DfException.materializedLightObjectException
(IDfId id) static DfException
DfException.newAlreadyMaterializedException
(IDfId objectId) static DfException
DfException.newApiBadType
(IDfId componentId, String typeName) static DfException
DfException.newAspectMissingPropertyBag
(String aspectName, IDfId objId, String typeName) static DfException
DfException.newAuditTrailOutOfRangeException
(int valueIndex, String attributeName, int count) static DfException
DfException.newBadCacheTypeNameException
(String cacheTypeName) static DfException
DfException.newBadClassException
(String className, String baseClassName, Throwable cause) static DfException
DfException.newBadDataTypeException
(int dataType) static DfException
DfException.newBadDateException
(String value, String pattern) static DfException
DfException.newBadDocbaseScopeIdException
(long docbaseId) static DfException
DfException.newBadFlushArgException
(String flushType) static DfException
DfException.newBadIdException
(IDfId id) static DfException
DfException.newBadTypeException
(String typeName) static DfException
DfException.newCannotChangeSharedParentException()
static DfException
DfException.newCannotDestroyAspect
(String aspectName) static DfException
DfException.newCantApplyException
(String methodName) static DfException
DfException.newCantExportDirtyObjectException
(IDfId id) static DfException
DfException.newCantFetchInvalidId
(String objectId) static DfException
DfException.newCantWithOpenTranException
(String operationName) static DfException
DfException.newClassNotFoundException
(String className, Throwable cause) static DfException
DfException.newDecodingFailedException
(String tokenName, String tokenValue, Throwable cause) static DfException
DfException.newDeserializeFailedException
(String serializedValue, Throwable cause) static DfException
DfException.newDynamicGroupUpdateException()
static DfException
DfException.newFailedPolicyUpdateException
(Throwable cause) static DfException
DfException.newFlushDDCacheBadKeyException
(String cacheKey) static DfException
DfException.newFlushDDCacheNoKeyException()
static DfException
DfException.newFlushRegistryCacheNoKeyException()
static DfException
DfException.newIllegalDateFormatException
(String value) static DfException
DfException.newIllegalSBOAccessException
(String sboName) static DfException
DfException.newInvalidAspectName
(String aspectName) static DfException
DfException.newInvalidDefaultValue
(String typeName, String attrName, String defaultValue) static DfException
DfException.newInvalidNewObjectException
(String typeName) static DfException
DfException.newInvalidTypeException
(String typeName, IDfId objectId, String requiredTypeName) static DfException
DfException.newMaterializationOptionMismatchException
(IDfId objectId) static DfException
DfException.newMultipleObjectsQualify
(String predicate, String docbaseName) static DfException
DfException.newNoCacheKeyException()
static DfException
DfException.newNoCacheNameException()
static DfException
DfException.newNoCacheTypeNameException()
static DfException
DfException.newNoEventNameException
(String commandName) static DfException
DfException.newNoIdException
(String api) static DfException
DfException.newProxyInstantiateFailedException
(String className, Throwable cause) static DfException
DfException.newQueryFailException
(String dql, Throwable cause) static DfException
DfException.newQuerySessionClosedException()
static DfException
DfException.newReplicaAspectGenerationFailed
(String className, Throwable cause) static DfException
DfException.newRetentionOnParkedContentDisabled()
static DfException
DfException.newSerializeFailedException
(Object object, Throwable cause) static DfException
DfException.newShareableTypeMismatchException
(String shareableTypeName) static DfException
DfException.newTransactionActiveException()
static DfException
DfException.newTransactionLostException()
static DfException
DfException.newUnsupportedLoginTicketObjectVersionException
(int version) static DfException
DfException.newUpdateBadAttrException
(String attributeName) static DfException
DfException.newWrongCacheNameException
(String cacheName) static DfException
DfException.noLightweightParentTypeException
(String lwTypeName) static DfException
DfException.notShareableParentTypeException
(String lwTypeName) Methods in com.documentum.fc.common with parameters of type DfExceptionModifier and TypeMethodDescriptionstatic DfException
DfException.appendException
(DfException exptHead, DfException e, int stopAfterNumOfErrors) Appends a DfException to the end of an exception chain.final void
DfException.setNextException
(DfException nextException) Methods in com.documentum.fc.common that throw DfExceptionModifier and TypeMethodDescriptionint
Appends an Object instance to the list.int
IDfList.appendBoolean
(boolean value) Appends a boolean value to the list.int
IDfList.appendDouble
(double value) Appends a double value to the list.static DfException
DfException.appendException
(DfException exptHead, DfException e, int stopAfterNumOfErrors) Appends a DfException to the end of an exception chain.int
Appends an instance of an IDfId object to the list.int
IDfList.appendInt
(int value) Appends an int value to the list.int
IDfList.appendList
(IDfList value) Appends an instance of an IDfList object to the list.int
IDfList.appendString
(String value) Appends a string value to the list.int
IDfList.appendTime
(IDfTime value) Appends an instance of an IDfTime object to the list.int
IDfList.appendValue
(IDfValue value) Appends an instance of an IDfValue object to the list.int
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.findBooleanIndex
(boolean value) Returns the index of the first occurrence of a boolean value in the list.int
IDfList.findDoubleIndex
(double value) Returns the index of the first occurrence of a double value in the list.int
IDfList.findIdIndex
(IDfId value) Returns the index of the first occurrence of an IDfId object in the list.int
Returns the index of the first occurrence of the Object in the list.int
IDfList.findIntIndex
(int value) Returns the index of the first occurrence of an int value in the list.int
IDfList.findListIndex
(IDfList value) Returns the index of the first occurrence of an IDfList object in the list.int
IDfList.findStringIndex
(String value) Returns the index of the first occurrence of a string value in the list.int
IDfList.findTimeIndex
(IDfTime value) Returns the index of the first occurrence of an IDfTime object in the list.int
IDfList.findValueIndex
(IDfValue value) Returns the index of the first occurrence of an IDfValue object in the list.IDfList.get
(int index) Fetches an Object instance from the list at the specified index.boolean
IDfList.getBoolean
(int index) Fetches a boolean value from the list at the specified index.boolean
IDfProperties.getBoolean
(String propertyName) Returns the boolean value to which the specified property name is mapped to in the object.double
IDfList.getDouble
(int index) Fetches a double value from the list at the specified index.double
Returns the value to which the specified property name is mapped to in the object.int
IDfList.getElementTypeAt
(int index) Returns the datatype of the items added to the list at the specified index.IDfList.getId
(int index) Fetches an instance of an IDfId object from the list at the specified index.Returns an IDfId interface to which the specified property name is mapped to in the object.int
IDfList.getInt
(int index) Fetches an int value from the list at the specified index.int
Returns the value to which the specified property name is mapped to in the object.double
IDfSearchable.getKeyAt
(int index) Returns the integer element at the specified index.IDfList.getList
(int index) Fetches an instance of an IDfList object from the list at the specified index.Returns an IDfList interface to which the specified property name is mapped to in the object.IDfMBeanServerProvider.getMBeanServer()
Returns a handle to a specific MBeanServer, depending on the application server against which this has been implemented.IDfMBeanServerProvider.getMBeanServerDomain()
IDfProperties.getProperties()
Returns the property names as an IDfList interface.int
IDfProperties.getPropertyType
(String propertyName) Return the datatype of the mapped property value.IDfList.getString
(int index) Fetches a string value from the list at the specified index.Returns the string to which the specified property name is mapped to in the object.IDfList.getTime
(int index) Fetches an instance of an IDfTime object from the list at the specified index.Returns an IDfTime interface to which the specified property name is mapped to in the object.IDfList.getValue
(int index) Fetches an instance of an IDfValue object from the list at the specified index.Returns an IDfValue interface to which the specified property name is mapped to in the object.void
Inserts an Object instance into the list at a specified index.void
Inserts all objects contained in an IDfList object into the list at a specified index.void
IDfList.insertBoolean
(int index, boolean value) Inserts a boolean value into the list at a specified index.void
IDfList.insertDouble
(int index, double value) Inserts a double value into the list at a specified index.void
Inserts an instance of an IDfId object into the list at a specified index.void
IDfList.insertInt
(int index, int value) Inserts an int value into the list at a specified index.void
IDfList.insertList
(int index, IDfList value) Inserts an instance of an IDfList object into the list at a specified index.void
IDfList.insertString
(int index, String value) Inserts a string value into the list at a specified index.void
IDfList.insertTime
(int index, IDfTime value) Inserts an instance of an IDfTime object into the list at a specified index.void
IDfList.insertValue
(int index, IDfValue value) Inserts an instance of an IDfValue object into the list at a specified index.List<com.documentum.fc.common.LabelInfo>
IMipLabelService.listMipLabels()
listMipLabels methos is resposible for retruning the label from serverboolean
IMipLabelService.refreshMipCache()
Refreshes the Microsoft Information Protection (MIP) cache.void
IDfList.remove
(int index) Removes an item from the list at the specified index.void
Adds an Object instance into the list at a specified index.void
IDfList.setBoolean
(int index, boolean value) Adds a boolean value into the list at a specified index.void
IDfList.setDouble
(int index, double value) Adds a double value into the list at a specified index.void
Adds an instance of an IDfId interface into the list at a specified index.void
IDfList.setInt
(int index, int value) Adds an int value into the list at a specified index.void
Adds an instance of an IDfList interface into the list at a specified index.void
Adds a string value into the list at a specified index.void
Adds an instance of an IDfTime interface into the list at a specified index.void
Adds an instance of an IDfValue interface into the list at a specified index. -
Uses of DfException in com.documentum.fc.lifecycle
Methods in com.documentum.fc.lifecycle that throw DfExceptionModifier and TypeMethodDescriptionvoid
IDfLifecycleAction.action
(IDfSysObject sysObj, String userName, String targetState, Map parameters) System-defined action on an object entering a new Lifecycle state.void
IDfLifecycleUserAction.userAction
(IDfSysObject sysObj, String userName, String targetState) User defined actions on an object entering a new Lifecycle state.boolean
IDfLifecycleUserEntryCriteria.userEntryCriteria
(IDfSysObject sysObj, String userName, String targetState) User defined entry criteria to determine if an object can enter a new Lifecycle state.void
IDfLifecycleUserPostProcessing.userPostProcessing
(IDfSysObject sysObj, String userName, String targetState) User defined actions on an object after it has moved to a new Lifecycle state.boolean
IDfLifecycleValidate.userValidate
(IDfSysObject lifecycleObj, String userName) User defined validation to determine if Lifecycle can be installed. -
Uses of DfException in com.documentum.operations
Methods in com.documentum.operations that throw DfExceptionModifier and TypeMethodDescriptionvoid
IDfOperation.abort()
Abort the operation.Adds an object to the operation and returns an operation node for the newly added object.IDfOperationNodeTreeBuilder.add
(IDfOperationNode parentNode, IDfNodeRelationship nodeRelationship, Object obj) Results in appending a node for the corresponding object as a child node of the given parentNode by iterating through list of populators for the operation.This method results in adding a node for the corresponding object as root node.boolean
IDfOperation.canUndo()
Indicates whether the operation can be undone.void
boolean
IDfOperation.execute()
Execute the operation.boolean
IDfOperationStep.execute()
Executes the action(s) of the step, for example a "check in" step would cause the objects in the operation to each be checked in to the docbase.void
IDfStepAction.execute()
The business logic of the step action.IDfCheckoutNode.getAcsRequests()
Returns anIDfEnumeration
object with a list ofIDfAcsRequest
objects.IDfExportNode.getAcsRequests()
Returns anIDfEnumeration
object containing a list ofIDfAcsRequest
objects.IDfXMLUtils.getApplication
(String applicationName, boolean returnSingleApp) Deprecated.DFC 5.2IDfXMLUtils.getApplicationByDTD
(String dtdSystemId, String dtdPublicId, String namespace, String rootElement, boolean returnSingleApp) Deprecated.DFC 5.2.IDfXMLUtils.getApplicationList
(IDfXMLDocType doctype) Returns a list strings containing object IDs and object names.IDfXMLUtils.getApplicationList
(IDfXMLDocType doctype, IDfFormat formatObj) Returns a list strings containing object IDs and object names.IDfXMLUtils.getApplicationList
(IDfXMLDocType doctype, IDfSysObject object) Returns a list strings containing object IDs and object names.IDfXMLUtils.getApplicationList
(IDfXMLDocType doctype, IDfFile file) Returns a list strings containing object IDs and object names.IDfXMLUtils.getApplicationList
(IDfXMLDocType doctype, String fileOrFormatName) Returns a list strings containing object IDs and object names.IDfXMLUtils.getApplicationList
(String applicationName) Return a list of object IDs.IDfXMLUtils.getApplicationListByDTD
(String dtdSystemId, String dtdPublicId, String namespace, String rootElement, boolean returnSingleApp) Deprecated.DFC 5.2int
IDfCheckinNode.getCheckinVersion()
Returns an integer indicating how versioning should be handled on check in.int
IDfCheckinOperation.getCheckinVersion()
Returns an integer indicating how versioning should be handled on check in.IDfOperationNode.getChildren()
Returns a list of the immediate children of this node.IDfVDMPlatformUtils.getCLSIDForFile
(String filePath) int
IDfCheckinNode.getContentPageNumber()
Returns the content page number for the local content file for this object.int
IDfExportNode.getContentPageNumber()
Returns the content page number for the local content fille for this object.int
IDfPredictiveCachingNode.getContentPageNumber()
Returns the content page number for the local content file for this object.int
IDfCopyOperation.getCopyOptionsFlag()
Returns the current copy option settings.int
IDfCopyOperation.getCopyPreference()
Returns an integer representing the copy option settings for the operation.boolean
IDfCopyOperation.getDeepFolders()
When working with folders, copy the folder and all of its descendants.IDfCheckoutOperation.getDefaultDestinationDirectory()
Returns the default file system directory path that is the output location for the outbound content files.IDfExportOperation.getDefaultDestinationDirectory()
Returns the default file system directory path that is the output location for the outbound content files.IDfCheckinNode.getDefaultFormat()
Returns the default repository format name for the local content file of this object.IDfCheckoutNode.getDefaultFormat()
Returns the default content file format for this object in the repository.IDfExportNode.getDefaultFormat()
Returns the default content file format for this object in the repository.IDfImportNode.getDefaultFormat()
Returns the default repository format name for the local content file of this object.IDfPredictiveCachingNode.getDefaultFormat()
Returns the default content file format for this object in the repository.IDfFormatRecognizer.getDefaultSuggestedFileFormat()
Returns the repository format name that should be considered the default choice for the file being recognized.IDfOperation.getDescription()
Returns the description of the operation.IDfOperationStep.getDescription()
Returns the localized description of this step.IDfCheckoutOperation.getDestinationDirectory()
Returns the file system directory path that is the default output location for the outbound content files.IDfExportOperation.getDestinationDirectory()
Returns the file system directory path that is the default output location for the outbound content files.IDfValidationOperation.getDestinationDirectory()
Gets the destination directory where the temporary file will be placed during validation of xml file.IDfCopyNode.getDestinationFolderId()
Returns the repository object ID of the destination folder for this node.IDfCopyOperation.getDestinationFolderId()
Returns the repository object ID of the destination folder for the copy operation.IDfImportNode.getDestinationFolderId()
Returns the repository object ID of the destination folder for the copy operation.IDfImportOperation.getDestinationFolderId()
Returns the docbase object Id of the destination folder for the copy operation.IDfMoveNode.getDestinationFolderId()
This is the folder where objects are being moved (linked).IDfMoveOperation.getDestinationFolderId()
Returns the docbase object Id of the destination folder for the move operation.IDfImportNode.getDocbaseObjectType()
Returns the repository object type that is used to create the new repository object for the import node.IDfOperationNode.getEdgeProperties()
Retuns the propertes of the edge between this node and its immediate parent.IDfOperation.getErrors()
Returns the list of operation errors.IDfCheckinNode.getExternalVariable
(String varName) Returns the value of an external variable.IDfImportNode.getExternalVariable
(String varName) Returns the value of an external variable.IDfCheckinNode.getFilePath()
Returns the content file path in the local file system for this node.IDfCheckoutNode.getFilePath()
Returns the content file path in the local file system for this node.IDfExportNode.getFilePath()
Returns the content file path in the local file system for this node.IDfImportNode.getFilePath()
Returns the canonical path to the content file on the local file system for this node.IDfCheckinNode.getFormat()
Returns the repository format name for the local content file of this object.IDfCheckoutNode.getFormat()
Returns the repository format name for the local content file of this object.IDfExportNode.getFormat()
Returns the repository format name for the local content file of this object.IDfImportNode.getFormat()
Returns the repository format name for the local content file of this object.IDfPredictiveCachingNode.getFormat()
Returns the repository format name for the local content file of this object.IDfOperationNode.getId()
Returns a unique identifier for this node.boolean
IDfCancelCheckoutNode.getKeepLocalFile()
Returns a boolean value indicating whether or not the local content file should be preserved or deleted as part of the cancel checkout operation.boolean
IDfCancelCheckoutOperation.getKeepLocalFile()
Returns a boolean value indicating whether or not the local content file should be preserved or deleted as part of the operation.boolean
IDfCheckinNode.getKeepLocalFile()
Returns a boolean value indicating whether or not the local content file should be preserved or deleted as part of the operation.boolean
IDfCheckinOperation.getKeepLocalFile()
Returns a boolean value indicating whether or not the local content file should be preserved or deleted as part of the operation.boolean
IDfImportNode.getKeepLocalFile()
Returns a boolean value indicating whether or not the local content file should be preserved or deleted as part of the operation.boolean
IDfImportOperation.getKeepLocalFile()
Returns a boolean value indicating whether or not the local content file should be preserved or deleted as part of the operation.IDfPredictiveCachingNode.getMessageIds()
Returns message IDs for all messages that have been created during the operation.execute() method for this nodeIDfOperation.getName()
Returns the name of the operation (e.g.IDfOperationStep.getName()
Returns the name of the operation step.IDfPredictiveCachingOperation.getNetworkLocationIds()
Returns a list of the network location identifiers to be used for content pre-caching.IDfCheckinNode.getNewObject()
Returns the new IDfSysObject resulting from the check in.IDfCopyNode.getNewObject()
Returns the new IDfSysObject resulting from the copy.IDfImportNode.getNewObject()
Returns the new IDfSysObject resulting from the check in.IDfCheckinNode.getNewObjectId()
Returns the new repository object ID for the IDfSysObject resulting from the check in.IDfCopyNode.getNewObjectId()
Returns the new repository object ID for the IDfSysObject resulting from the copy.IDfImportNode.getNewObjectId()
Returns the new repository object ID for the IDfSysObject resulting from the check in.IDfCopyNode.getNewObjectName()
Returns the object name used for the newly copied object.IDfImportNode.getNewObjectName()
Returns the object name to be used for the newly imported object.IDfCheckinOperation.getNewObjects()
Returns the list of unique new objects created as a result of this operation.IDfCopyOperation.getNewObjects()
Returns the list of unique new objects created as a result of this operation.IDfImportOperation.getNewObjects()
Returns the list of unique new objects created as a result of this operation.IDfOperation.getNodes()
Returns the list of all operation nodes.IDfCancelCheckoutNode.getObject()
Returns the IDfSysObject that is the subject of this operation node.IDfCheckinNode.getObject()
Returns the original IDfSysObject before check in.IDfCheckoutNode.getObject()
Returns the IDfSysObject that is the subject of this operation node.IDfCopyNode.getObject()
Returns the IDfSysObject that is the subject of this operation node.IDfDeleteNode.getObject()
Returns the IDfSysObject that is the subject of this operation node.IDfExportNode.getObject()
Returns the IDfSysObject that is the subject of this operation node.IDfImportNode.getObject()
Returns the IDfSysObject that is the subject of this operation node.IDfMoveNode.getObject()
Returns the IDfSysObject that is the subject of this operation node.IDfPredictiveCachingNode.getObject()
Returns the IDfSysObject that is the subject of this operation node.IDfCancelCheckoutNode.getObjectId()
Returns the docbase object Id of the IDfSysObject for this node.IDfCheckinNode.getObjectId()
Returns the original repository object ID for the IDfSysObject before check in.IDfCheckoutNode.getObjectId()
Returns the repository object Id of the IDfSysObject for this node.IDfCopyNode.getObjectId()
Returns the repository object ID of the IDfSysObject for this node.IDfDeleteNode.getObjectId()
Returns the repository object ID of the IDfSysObject for this node.IDfExportNode.getObjectId()
Returns the repository object Id of the IDfSysObject for this node.IDfImportNode.getObjectId()
Returns the repository object ID of the IDfSysObject for this node.IDfMoveNode.getObjectId()
Returns the docbase object Id of the IDfSysObject for this node.IDfPredictiveCachingNode.getObjectId()
Returns the repository object ID of the IDfSysObject for this node.IDfXMLUtils.getObjectIdFromDRL
(String drl) Returns the object id corresponding to the DRL.IDfCancelCheckoutOperation.getObjects()
Returns the list of unique objects in this operation.IDfCheckinOperation.getObjects()
Returns the list of unique objects in this operation.IDfCheckoutOperation.getObjects()
Returns the list of unique objects in this operation.IDfCopyOperation.getObjects()
Returns the list of unique objects in this operation.IDfDeleteOperation.getObjects()
Returns the list of unique objects in this operation.IDfExportOperation.getObjects()
Returns the list of unique objects in this operation.IDfMoveOperation.getObjects()
Returns the list of unique objects in this operation.IDfPredictiveCachingOperation.getObjects()
Returns the list of unique objects in this operation.IDfXMLUtils.getObjectTypes
(String xmlApplication) getObjectTypes - RESERVED FOR FUTURE USE.IDfOperation.getOperationType()
Returns the type of the operation.IDfExportNode.getPageModifier()
Returns the content page modifier for the local content file for this object.IDfPredictiveCachingNode.getPageModifier()
Returns the content page modifier for the local content file for this object.IDfOperationNode.getParent()
Returns the node that is the immediate parent of this node.IDfOperation.getProperties()
Returns the properties of the operation.IDfOperationNode.getProperties()
Returns the properties of this node.int
IDfExportNode.getRecordInRegistry()
Returns an integer that indicates if this node should be recorded in the client registry.int
IDfExportOperation.getRecordInRegistry()
Returns an integer that indicates if this node should be recorded in the client registry.boolean
IDfCheckinNode.getRetainLock()
Returns true if the repository object for this node should keep the lock after check in.boolean
IDfCheckinOperation.getRetainLock()
Returns true if the docbase object for this node should keep the lock after check in.IDfOperation.getRootNodes()
Returns a list of the root level nodes of the operation.IDfImportOperation.getSession()
Returns session to be used to import new objects.IDfOperation.getSession()
Returns session to be used during operation executionIDfMoveNode.getSourceFolderId()
This is the folder from which objects are being moved (unlinked).IDfMoveOperation.getSourceFolderId()
Gets the source folder id for the move operation.IDfOperation.getSteps()
Returns the list of operation steps.IDfFormatRecognizer.getSuggestedFileFormats()
Returns a list of format choices for a given file path.IDfFile.getURI()
Return the absolute path for the file as a URI.int
IDfDeleteOperation.getVersionDeletionPolicy()
Returns the delete operation population type.IDfCheckinNode.getVersionLabels()
Returns the symbolic version labels that will be applied when the node is checked in.IDfCheckinOperation.getVersionLabels()
Returns the symbolic version labels that will be applied when the node is checked in.IDfImportNode.getVersionLabels()
Returns the symbolic version labels that are applied when the node is checked in.IDfImportOperation.getVersionLabels()
Returns the symbolic version labels that will be applied when the node is checked in.IDfXMLUtils.getXMLDoctypeFromFile
(String filename) Returns an IDfXMLDocType which encapsulates information from the given XML document: public ID, system ID, schemaLocation, root element and XML application (if a processing instruction was found that indicates the XML application.int
IDfOperationMonitor.getYesNoAnswer
(IDfOperationError question) Called by operation when an error / warning requires a yes or no response.getZones - RESERVED FOR FUTURE USE.boolean
IDfCheckinNode.isEnabledOLELinksProcessing()
Returns true if OLE links processing is enabledboolean
IDfImportNode.isEnabledOLELinksProcessing()
Returns true if OLE links processing is enabledboolean
isHTML - RESERVED FOR FUTURE USE.boolean
IDfOperationNode.isRoot()
Returnstrue
if this node is a root level node (has no parent).boolean
Returns a boolean value to indicate whether the given file or format is XML, in terms of XML processing (i.e.void
IDfOperation.logError
(IDfOperationError error) Records an operation error.Creates a new node for the given object.Creates a new node for the given file.IDfOperationNodeFactory.newNode
(IDfInputStreamContent inputStreamContent) Creates a new node for the given inputStream.IDfOperationNodeFactory.newNodeRelationship
(IDfId parentId, IDfId childId, String relationType) Builds an IDfOperationNodeint
IDfOperationMonitor.progressReport
(IDfOperation operation, int operationPercentDone, IDfOperationStep step, int stepPercentDone, IDfOperationNode node) void
IDfOperation.removeNode
(IDfOperationNode nodeToRemove) Removes an operation node (and its descendants) from the operation.void
IDfOperation.reportError
(IDfOperationNode node, int errorCode, String message, IDfException dfException) Report an error.int
IDfOperationMonitor.reportError
(IDfOperationError error) This method is called when an operation informs the monitor of the occurance of an error.void
IDfOperation.resetErrors()
Clears any logged errors for this operation.void
Allows setting contextual information in the form of key, value pair.void
IDfCheckinNode.setCheckinVersion
(int checkinVersion) Takes an integer indicating how versioning should be handled on check in.void
IDfCheckinOperation.setCheckinVersion
(int checkinVersion) Returns an integer indicating how versioning should be handled on check in.void
IDfCheckinNode.setContentPageNumber
(int pageNumber) Sets the content page number for the local content file of this object.void
IDfExportNode.setContentPageNumber
(int pageNumber) Sets the content page number for the local content fille of this object.void
IDfPredictiveCachingNode.setContentPageNumber
(int pageNumber) Sets the content page number for the local content file of this object.void
IDfCopyOperation.setDeepFolders
(boolean deepFolders) When working with folders, copy the folder and all of its descendants.void
IDfXMLTransformNode.setDestination
(Object destinationObject) Specify the transformed document's destination.void
IDfXMLTransformOperation.setDestination
(Object destinationObject) Specify the transformed document's destination.void
IDfCheckoutOperation.setDestinationDirectory
(String dirPath) Sets the file system directory path that is the default output location for the outbound content files.void
IDfExportOperation.setDestinationDirectory
(String dirPath) Sets the file system directory path that is the default output location for the outbound content files.void
IDfValidationOperation.setDestinationDirectory
(String dirPath) Sets the destination directory where the temporary file will be placed during validation of xml file.void
IDfCopyNode.setDestinationFolderId
(IDfId destinationFolderId) Sets the repository object ID of the destination folder for this node.void
IDfCopyOperation.setDestinationFolderId
(IDfId folderId) Sets the repository object ID for the destination folder for the copy operation.void
IDfImportNode.setDestinationFolderId
(IDfId destinationFolderId) Sets the repository object ID for the destination folder for the copy operation.void
IDfImportOperation.setDestinationFolderId
(IDfId destinationFolderId) Sets the docbase object Id for the destination folder for the copy operation.void
IDfMoveNode.setDestinationFolderId
(IDfId destFolderId) Sets the docbase object Id of the destination folder for this node.void
IDfMoveOperation.setDestinationFolderId
(IDfId folderId) Sets the docbase object Id for the destination folder for the move operation.void
IDfImportNode.setDocbaseObjectType
(String docbaseType) Sets the repository object type that is used to create the new repository object for the import node.void
IDfCheckoutNode.setExportDescendants
(boolean exportDescendants) If the object corresponding to this node is added as a virtual document, passingtrue
will cause the object to be checked out, but all the descendants will be downloaded but not checked out.void
IDfCheckinNode.setExternalVariable
(String varName, String value) Sets a variable that will be available to the XML application's configuration file as an <external_variable>.void
IDfImportNode.setExternalVariable
(String varName, String value) Sets a variable that is available to the XML application's configuration file as an <external_variable>.void
IDfCheckinNode.setFilePath
(String newFilePath) Sets the file path to use as the content for this object.void
IDfCheckoutNode.setFilePath
(String newFilePath) Sets the local path to the file that contains the content of this node.void
IDfExportNode.setFilePath
(String newFilePath) Sets the file path to use as the contents of this object.void
IDfImportNode.setFilePath
(String newFilePath) Sets the file path to use as the contents of this object.void
Sets the repository format name of the local content file for this object.void
Sets the repository format name of the local content file for this object.void
Sets the repository format name of the local content file for this object.void
Sets the repository format name of the local content file for this object.void
Sets the repository format name of the local content file for this object.void
IDfXMLTransformNode.setInputFormat
(String inputFormat) Specify the input format for input object.void
IDfCancelCheckoutNode.setKeepLocalFile
(boolean keepFile) Sets a boolean value indicating whether or not the local content file should be preserved or deleted as part of the operation.void
IDfCancelCheckoutOperation.setKeepLocalFile
(boolean keepFile) Sets a boolean value indicating whether or not the local content file should be preserved or deleted as part of the operation.void
IDfCheckinNode.setKeepLocalFile
(boolean keepFile) Sets a boolean value indicating whether or not the local content file should be preserved or deleted as part of the operation.void
IDfCheckinOperation.setKeepLocalFile
(boolean keepFile) Sets a boolean value indicating whether or not the local content file should be preserved or deleted as part of the operation.void
IDfImportNode.setKeepLocalFile
(boolean keepFile) Sets a boolean value indicating whether or not the local content file should be preserved or deleted as part of the operation.void
IDfImportOperation.setKeepLocalFile
(boolean keepFile) Sets a boolean value indicating whether or not the local content file should be preserved or deleted as part of the operation.void
IDfExportNode.setLogicalPageRange
(int startPage, int endPage) Sets the page range of interest that needs to be retrieved as a result of the execution of the export operation.void
Sets the name for this input transform node.void
IDfPredictiveCachingOperation.setNetworkLocationIds
(IDfList networkLocationIds) Sets the list of the network location identifiers to be used for content pre-caching.void
IDfCopyNode.setNewObjectName
(String newObjectName) Sets the name for the new copy of the object.void
IDfImportNode.setNewObjectName
(String newObjectName) Sets the name to be used for the new copy of the object.IDfOperation.setOperationMonitor
(IDfOperationMonitor monitor) Sets the interface to be used to monitor events in the operation.void
IDfXMLTransformNode.setOutputFormat
(String outputFormat) Specify the destination format for the output of the transformation.void
IDfExportNode.setPageModifier
(String pageModifier) Sets the content page modifier for the local content file for this object.void
IDfPredictiveCachingNode.setPageModifier
(String pageModifier) Sets the content page modifier for the local content file for this object.void
IDfExportNode.setRecordInRegistry
(int registryRecordingPreference) Sets an integer that indicates if this node should be recorded in the client registry.void
IDfExportOperation.setRecordInRegistry
(int registryRecordingPreference) Sets an integer that indicates if this node should be recorded in the client registry.void
IDfCheckinNode.setRetainLock
(boolean retainLock) Sets whether or not the repository object for this node should keep the lock after check in.void
IDfCheckinOperation.setRetainLock
(boolean retainLock) Sets whether or not the docbase object for this node should keep the lock after check in.void
IDfImportOperation.setSession
(IDfSession importSession) Sets the session that will be used to create new docbase objects.void
IDfOperation.setSession
(IDfSession session) Sets the session that will be used during operation execution.void
IDfXMLTransformNode.setSession
(IDfSession session) Set the session that will be used by this operation.void
IDfXMLTransformOperation.setSession
(IDfSession session) Set the session that will be used by this operation.void
IDfMoveNode.setSourceFolderId
(IDfId sourceFolderId) Sets the docbase object Id of the source folder for this node.void
IDfMoveOperation.setSourceFolderId
(IDfId sourceFolderId) Sets the source folder id for the move operation.void
IDfXMLTransformNode.setTransformation
(Object transformObject) Specify the XSLT transformation object that will be applied to this input node.void
IDfXMLTransformOperation.setTransformation
(Object transformObject) Specify the XSLT transformation object that will be applied to the input.void
IDfDeleteOperation.setVersionDeletionPolicy
(int whichVersions) Sets the delete operation population type.void
IDfCheckinNode.setVersionLabels
(String newVersionLabels) Sets the symbolic version labels that will be applied when the node is checked in.void
IDfCheckinOperation.setVersionLabels
(String newVersionLabels) Sets the symbolic version labels that will be applied when the node is checked in.void
IDfImportNode.setVersionLabels
(String newVersionLabels) Sets the symbolic version labels that are applied when the node is checked in.void
IDfImportOperation.setVersionLabels
(String newVersionLabels) Sets the symbolic version labels that will be applied when the node is checked in.void
IDfXMLTransformOperation.setXSLTParameter
(String paramName, String value) Specify a parameter that will be passed to the stylesheet.boolean
Check if the operation succeded for the specified object.boolean
IDfDeleteNode.wasDeleted()
Returns true if the object for this node was actually deleted as the result of this operation. -
Uses of DfException in com.documentum.registry
Methods in com.documentum.registry that throw DfExceptionModifier and TypeMethodDescriptionIDfClientRegistry.addCheckedOutObject
(IDfSysObject sysObject, String filePath, boolean keepLocalFile, String folderPath) Constructs a DfCheckedOutObject and writes it to the registryvoid
IDfViewedObject.addFilePath
(String filePath) Adds the file path to the existing viewed object.void
IDfClientRegistry.addFileToBeDeleted
(String filePath) Adds a file to the "to be deleted" list in the registryIDfClientRegistry.addLocalObject
(IDfSysObject sysObject, String filePath, boolean keepLocalFile, String folderPath) Constructs a DfLocalObject and writes it to the registryvoid
IDfCheckedOutObject.addSharedDocument
(IDfId parentId) Adds the object id of the parent that shares this checked out object.IDfClientRegistry.addViewedObject
(IDfSysObject sysObject, String filePath, String folderPath) Constructs a DfViewedObject and writes it to the registryvoid
IDfClientRegistry.applyModifiedAttrs
(IDfSysObject sysObject) updates a checked-out object's attributes with those from a sysobjectvoid
IDfRegistry.closeKey()
void
IDfRegistry.createKey()
void
IDfRegistry.deleteSubKey
(String subKey) void
IDfRegistry.deleteSubKeys()
void
IDfRegistry.deleteValue
(String name) void
IDfRegistry.flush()
IDfRegistry.getBinaryValue
(String name) IDfRegistry.getBinaryValueAt
(String name, int index) IDfRegistry.getBinaryValues
(String name) IDfClientRegistry.getCheckedOutObjectById
(IDfId objectId) Finds a checked-out file registry object based on object IDIDfClientRegistry.getCheckedOutObjectByPath
(String filePath) Finds a checked-out file registry object based on file pathIDfClientRegistry.getCheckedOutObjects()
Gets all the checked out objectsIDfClientRegistry.getCheckoutDirectory()
IDfClientRegistry.getExportDirectory()
IDfViewedObject.getFilePaths()
It is possible that the given viewed object may have more than one file path.IDfClientRegistry.getFilesToBeDeleted()
Gets the list of files to be deletedint
IDfRegistry.getIntValue
(String name) int
IDfRegistry.getIntValueAt
(String name, int index) IDfRegistry.getIntValues
(String name) IDfClientRegistry.getLocalObjectById
(IDfId objectId) Finds a local file registry object based on object IDIDfClientRegistry.getLocalObjectByPath
(String filePath) Finds a local file registry object based on object IDIDfClientRegistry.getLocalObjects()
Gets all the checked out objectsIDfCheckedOutObject.getMasterObjectId()
Returns the master object id of the current checked out object.IDfCheckedOutObject.getModifiedAttr
(String name) Gets the value of a modified attribute.IDfCheckedOutObject.getModifiedAttrs()
Returns a list of attribute names for the attributes that have been modified while the document is checked out.IDfClientRegistry.getProgramDirectory()
IDfCheckedOutObject.getSharedDocuments()
Returns the list of the object id's of all the documents that share this checked out objectIDfRegistry.getStringValue
(String name) IDfRegistry.getStringValueAt
(String name, int index) IDfRegistry.getStringValues
(String name) IDfClientRegistry.getUserDirectory()
int
IDfRegistry.getValuesSize
(String name) IDfClientRegistry.getViewedObjectById
(IDfId objectId) Finds a viewed file registry object based on object IDIDfClientRegistry.getViewedObjectByPath
(String filePath) Finds a viewed file registry object based on file pathIDfClientRegistry.getViewedObjects()
Gets all the viewed objectsboolean
boolean
IDfRegistry.isValueNamePresent
(String name) void
IDfClientRegistryObject.loadFromRegistry
(String objId) Reads the information from the registry into the objectvoid
IDfClientRegistry.moveToCheckedOutFiles
(IDfLocalObject object) Removes a local file and places it in the list of checked-out files.void
IDfClientRegistry.moveToLocalFiles
(IDfCheckedOutObject object, IDfSession session) Removes a checked out file and places it in the list of local files.void
void
IDfClientRegistry.removeCheckedOutObject
(IDfCheckedOutObject itemToRemove) Removes a checked-out file object from the registryvoid
IDfViewedObject.removeFilePath
(String filePath) Removes the file path from the existing viewed object.void
IDfClientRegistry.removeFileToBeDeleted
(String filePath) Removes a file from the list of files to be deletedvoid
IDfClientRegistry.removeLocalObject
(IDfLocalObject itemToRemove) Removes a local object from the registryvoid
IDfCheckedOutObject.removeSharedDocument
(IDfId parentId) Removes the object id of the document that shares this checked out object.void
IDfClientRegistry.removeViewedObject
(IDfViewedObject itemToRemove) Removes a viewed object from the registryvoid
IDfRegistry.reset()
void
IDfRegistry.setBinaryValue
(String name, IDfList data) void
IDfRegistry.setBinaryValueAt
(String name, int index, IDfList data) void
IDfRegistry.setBinaryValues
(String name, IDfList data) void
IDfClientRegistry.setCheckoutDirectory
(String checkoutDir) Sets in the registry the directory where checked out files will be placedvoid
IDfClientRegistry.setExportDirectory
(String exportDir) Sets in the registry the directory exported files will be written tovoid
IDfRegistry.setIntValue
(String name, int data) void
IDfRegistry.setIntValueAt
(String name, int index, int data) void
IDfRegistry.setIntValues
(String name, IDfList data) void
IDfCheckedOutObject.setMasterObjectId
(String masterObjectId) Sets the master object id of the replica or reference object.void
IDfCheckedOutObject.setModifiedAttr
(String name, String value) Marks that an attribute has been changed with the checked-out object.void
IDfClientRegistry.setProgramDirectory
(String progDir) void
IDfRegistry.setStringValue
(String name, String data) void
IDfRegistry.setStringValueAt
(String name, int index, String data) void
IDfRegistry.setStringValues
(String name, IDfList data) void
IDfClientRegistry.setUserDirectory
(String userDir) Sets in the registry the user's directoryvoid
IDfRegistry.setValuesSize
(String name, int size) IDfRegistry.subKeys()
void
IDfClientRegistryObject.updateRegistry()
Writes the information in the object to the registryIDfRegistry.values()
-
Uses of DfException in com.documentum.xml.xdql
Methods in com.documentum.xml.xdql that throw DfExceptionModifier and TypeMethodDescriptionReturns the XML document as a DOM with the specified node as root element.IDfXmlQuery.getXMLString()
This returns the XML document as a string.void
IDfXmlQuery.getXMLString
(OutputStream outputStream) Returns the result DOM as String and writes it directly into the provided OutputStream.void
IDfXmlQuery.getXMLString
(PrintWriter writer) Returns the result DOM as String and writes it directly into the provided writer.IDfXmlQuery.getXMLString
(Node start) Returns the XML document as a string with Node as root element. -
Uses of DfException in com.documentum.xml.xquery
Methods in com.documentum.xml.xquery that throw DfExceptionModifier and TypeMethodDescriptionvoid
IDfXQuery.close
(IDfSession session) Closes the XQuery results stream.void
IDfXQuery.execute
(IDfSession session) Executes the XQuery.void
IDfXQuery.execute
(IDfSession session, com.documentum.xml.xquery.IDfXQueryTargets target) Executes the XQuery on targets passed in as the parameter.IDfXQuery.getCutoffMessage()
Retrieve the cutoff messages from ESS after the query is executed.IDfXQuery.getDebugInfo
(IDfSession session, IDfXQuery.FtQueryDebugOptions debugOption) Retrieve debugging information associated with this queryIDfXQuery.getExecutionPlan
(IDfSession session) Retrieve the xquery execution plan from ESS after the query is executed.IDfXQuery.getOption
(IDfXQuery.FtQueryOptions option) To get the value of the option that was set.void
IDfXQuery.getXMLFile
(String filename) Writes the XQuery results to a file.void
IDfXQuery.getXMLOutputStream
(OutputStream outputStream) Writes the XQuery results to an OutputStream object.IDfXQuery.getXMLString()
Returns the XQuery results as a Java String object.int
IDfXQuery.readResults
(byte[] buffer) Fills the given buffer with the next set of XQuery results.int
IDfXQuery.readResults
(byte[] buffer, IDfSession session) Fills the given buffer with the next set of XQuery results.void
IDfXQuery.setBooleanOption
(IDfXQuery.FtQueryOptions option, boolean value) Set an FtQueryOption to apply to the xquery.void
IDfXQuery.setIntegerOption
(IDfXQuery.FtQueryOptions option, int value) Set an FtQueryOption to apply to the xquery.void
IDfXQuery.setMapOption
(IDfXQuery.FtQueryOptions option, Map<String, String> value) Set an FtQueryOption to apply to the xquery.void
IDfXQuery.setStringOption
(IDfXQuery.FtQueryOptions option, String value) Set an FtQueryOption to apply to the xquery.
getXxxx Operation
methods