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 newIDfCancelCheckoutobject.DfClientX.getCheckinOperation()IDfClientX.getCheckinOperation()Factory method that constructs a newIDfCheckinOperationobject for checking in one or more checked out repository objects.DfClientX.getCheckoutOperation()IDfClientX.getCheckoutOperation()Factory method that constructs a newIDfCheckoutOperationobject for checking in one or more repository objects previously checked out.DfClientX.getClientRegistry()IDfClientX.getClientRegistry()Factory method that constructs a newIDfClientRegistryobject that provides access to the Docbase object information stored on the local system.DfClientX.getCopyOperation()IDfClientX.getCopyOperation()Factory method that constructs a newIDfCopyOperationobject.DfClientX.getDeleteOperation()IDfClientX.getDeleteOperation()Factory method that constructs a newIDfDeleteOperationobject.DfClientX.getDocbrokerClient()IDfClientX.getDocbrokerClient()Factory method that contructs a newIDfDocbrokerClientinstance.DfClientX.getExportOperation()IDfClientX.getExportOperation()Factory method that constructs a newIDfExportOperationobject for exporting one or more repository objects to the file system.Factory method that constructs a newIDfFileobject 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 newIDfFormatRecognizerobject that is used to suggest what Docbase formats might be appropriate for the specified file.DfClientX.getImportOperation()IDfClientX.getImportOperation()Factory method that constructs a newIDfImportOperationobject for importing one or more files into the repository.DfClientX.getLocalClient()IDfClientX.getLocalClient()Factory method for anIDfClientobject.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 newIDfFormatRecognizerobject 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 newIDfMoveOperationobject.DfClientX.getOperation(String operationName) IDfClientX.getOperation(String operationName) Deprecated.DfClientX.getPredictiveCachingOperation()IDfClientX.getPredictiveCachingOperation()Factory method that constructs a newIDfPredictiveCachingOperationobject for predictive content caching.DfClientX.getValidationOperation()IDfClientX.getValidationOperation()Factory method that constructs a newIDfValidationOperationobject.DfClientX.getVirtualDocument(IDfSysObject rootObject, String lateBindingValue, boolean followRootAssembly) IDfClientX.getVirtualDocument(IDfSysObject rootObject, String lateBindingValue, boolean followRootAssembly) Returns a virtual document object where the providedIDfSysObjectis 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 newIDfTransformOperationobject for using XSLT to transform one or more XML documents into another form, such as HTML, PDF, etc.com.documentum.xml.xquery.IDfXQueryTargetsDfClientX.getXQueryTargets(int targetCategory) com.documentum.xml.xquery.IDfXQueryTargetsIDfClientX.getXQueryTargets(int targetCategory) Factory method that constructs a newIDfXQueryTargetsobject. -
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.intIDfTransitionCondition.getRelationalOperator()Returns an integer specifying which relational operator to use for this transition condition.intIDfAttributeValueCondition.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.booleanIDfTransitionCondition.isValid()Indicates if a transition condition is complete and has legitimate values.voidIDfXPathConditionEx.removeXPathNamespace(String prefix) Removes a namespace definition.voidIDfAttributeValueCondition.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.voidIDfAttributeValueCondition.setBooleanValue(boolean value) Sets a boolean value for use within the comparison.voidIDfXPathConditionEx.setDefaultXPathNamespace(String uri) Defines the default (ie.voidIDfAttributeValueCondition.setDoubleValue(double value) Sets a double value for use within the comparison.voidIDfAttributeValueCondition.setIdValue(IDfId value) Sets an id value for use within the comparison.voidIDfAttributeValueCondition.setIntValue(int value) Sets an integer value for use within the comparison.voidIDfTransitionCondition.setObjectAlias(String name) Set the alias of the object upon which the transition condition is to be applied.voidIDfTransitionCondition.setRelationalOperator(int operator) Sets an integer specifying which relational operator to use for this transition condition.voidIDfAttributeValueCondition.setRepeatingAttributeFlag(int flag) Sets the repeating attribute flag to determine how a comparison is performed when the named attribute is repeating.voidIDfAttributeValueCondition.setStringValue(String value) Sets a string value for use within the comparison.voidIDfAttributeValueCondition.setTimeValue(IDfTime value) Sets a time value for use within the comparison.voidSets a value for use within the comparison in the form of an IDfValue instance.voidIDfXPathCondition.setXPathExpression(String xpath) Sets the XPath expression defining the value for runtime comparison.voidIDfXPathConditionEx.setXPathNamespace(String prefix, String uri) Defines a namespace referenced within the XPath expression.voidIDfXPathCondition.setXPathValue(String value) Sets the value (formatted according to XSchema datatype) against which the runtime comparison will be made.voidIDfXPathCondition.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 TypeClassDescriptionclassAn exception that occurs when operating on a IDfACL instance.classclassclassclassSignals a problem with authentication of an identity.final classclassThis exception is used to indicate that the DBOR was not foundclassclassclassclassclassThis exception is thrown when a specific docbase does not have an identity.classThrown when a requested Docbase object can not be found.classSignals that an I/O exception of some sort has occurred while communicating with the docbase.classThrown when a requested Docbase object can not be found.classThrown when a qualification failed to match an object.classclassclassThrown when a requested Docbase object can not be found.classclassclassThrown when a requested Docbase object can not be found.classclassAn exception that occurs when operating on a IDfTypedObject instance.classAn exception that signals a problem with principal authentication.classSignals a restricted session.classDfScopingException class.classThis class provides error information.classThis 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.classThis exception is thrown when a Business Object Service is not configured in DBOR (Documentum Business Object registry).classAn exception that occurs when operating on a IDfSysObject instance.classclassAn exception that occurs when operating on a IDfTypedObject instance.classclassclassExceptions that occur when operating on workflow runtime objects including IDfWorkflow, IDfWorkitem, IDfPackageclassMethods in com.documentum.fc.client that throw DfExceptionModifier and TypeMethodDescriptionvoidIDfWorkflow.abort()Terminates a workflow.voidIDfBatchManager.abortBatch()Abort the batch operation and roll back the batch transaction.voidIDfSession.abortTrans()Closes an explicit database transaction and cancels any changes made since the call toIDfSession.beginTrans().voidIDfSession.abortTransEx(IDfLocalTransaction tx) abort the transaction specified by the IDfTransactionvoidIDfRouter.acquire(int taskNumber) Deprecated.voidIDfWorkitem.acquire()Acquires a work item for the current user.voidIDfProcess.addActivity(String actName, IDfId actId, String actType, int actPriority) Adds an activity to the workflow definition.voidIDfSessionManagerConfig.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.voidIDfVirtualDocument.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.voidIDfActivity.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.voidIDfAdminClient.addDocbroker(String hostName, int portNumber) Dynamically adds a connection broker to the list of brokers known to DFC.voidIDfDocbrokerClient.addDocbroker(String hostName, int portNumber) Dynamically adds a connection broker to the list of known connection brokers.voidIDfSession.addDynamicGroup(String groupName) Adds the session user to the dynamic group for this session.voidIDfSessionManagerConfig.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.booleanAdds a group to this group.voidIDfProcess.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.voidAdds an annotation (the current IDfSysObject) to the target object.voidAdds 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.voidIDfActivity.addPackageInfo(String portName, String packageName, String packageType, IDfId packageId, String packageLabel, String packageOperation) Adds a package definition to a port in the activity.voidIDfActivity.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.voidIDfActivity.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.voidIDfWorkflow.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.voidIDfWorkflow.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.voidIDfActivity.addPerformerCondition(String conditionName, String condition, IDfList performers) Adds a performer case to the activity.voidAdds a port to the activity.voidIDfActivity.addPostTimerAction(IDfId action, int minutes) Establishes a timer at the end of the series.voidIDfActivity.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.voidIDfSysObject.addRendition(String fileName, String formatName) Adds a new rendition to the object.voidIDfSysObject.addRenditionEx(String fileName, String formatName, int pageNumber, String storageName, boolean atomic) This is the extended method for adding a new rendition to the object..voidIDfSysObject.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..voidIDfSysObject.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..voidIDfActivity.addRouteCase(String routeCaseIdentifier, String condition, IDfList outputPorts) Adds a route case to the activity.voidDfClient.addUnavailableAcsServer(String urlString) voidIDfClient.addUnavailableAcsServer(String urlString) Deprecated.use IDfAcsClient.addUnavailableAcsServer()booleanAdds a user to this group.DfClient.adoptDMCLSession(String dmclSessionId) IDfClient.adoptDMCLSession(String dmclSessionId) Deprecated.session adoption is no longer useful without a separate DMCLDeprecated.booleanDeprecated.DMCL passthrough should not be used anymorebooleanDeprecated.Deprecated.DMCL passthrough should not be used anymoreDeprecated.IDfSession.apiGetBytes(String cmd, String args, String buf, String buflen, int length) Deprecated.booleanDeprecated.DMCL passthrough should not be used anymorebooleanDeprecated.booleanIDfSession.apiSetBytes(String cmd, String args, ByteArrayOutputStream content) Deprecated.voidIDfProcess.appendActPerformer(int actPerfRule, String actPerfFrom, String actPerfTo) Append values to parallel attributes: act_performer_rule/act_performer_from/act_performer_tointIDfAliasSet.appendAlias(String name, String value, int category, int userCategory, String description) Appends an alias to the alias set.voidIDfTypedObject.appendBoolean(String attributeName, boolean value) Appends a boolean value to a repeating attribute.voidIDfSysObject.appendContent(ByteArrayOutputStream content) Appends new content to an object.voidIDfSysObject.appendContentEx(ByteArrayOutputStream content, boolean other) Appends new content to an object.voidIDfTypedObject.appendDouble(String attributeName, double value) Appends a double value to a repeating attribute.voidIDfSysObject.appendFile(String fileName) Appends new content to an object.voidIDfSysObject.appendFileEx(String fileName, String otherFileName) Appends new content to an object.voidAppends an ID value to a repeating attribute.voidAppends an integer value to a repeating attribute.intIDfPackage.appendNote(String text, boolean persistent) Adds a note to a package.voidIDfPackage.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.intIDfPolicy.appendState()Append a new state to this lifecycle.voidIDfTypedObject.appendString(String attributeName, String value) Appends a string value to a repeating attribute.intIDfRouter.appendTask()Deprecated.voidIDfTypedObject.appendTime(String attributeName, IDfTime value) Appends a date/time value to a repeating attribute.voidIDfTypedObject.appendValue(String attributeName, IDfValue value) Appends a value stored in an IDfValue object to a repeating attribute.Calls the server API Apply method.voidIDfSysObjectRetention.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.booleanIDfSysObject.areAttributesModifiable()Returns whether this object's attributes can be modified.booleanIDfVirtualDocumentNode.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.voidIDfVirtualDocumentNode.assemble(IDfSysObject object) Creates an assembly for the node.voidIDfSession.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.voidIDfSysObject.attachPolicy(IDfId policyId, String state, String scope) Attaches a business policy object to the object.voidDfClient.authenticate(String docbaseName, IDfLoginInfo loginInfo) voidIDfClient.authenticate(String docbaseName, IDfLoginInfo loginInfo) Validates a username/password combination without returning a new session.voidIDfSession.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.voidIDfSession.beginTrans()Opens an explicit database transaction.IDfSession.beginTransEx()begin a nested transactionvoidBinds content associated with an object to another object.Creates and checks out a new version of an object.booleanIDfVirtualDocumentNode.canBeRemoved()Indicates whether the node can be removed from its parent.booleanIDfVirtualDocumentNode.canBeRestructured()Indicates whether the node can be restructured.voidIDfSysObject.cancelCheckout()Removes an intention lock without saving any changes that may have been made to the locked object.voidIDfSysObject.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.voidIDfSysObject.cancelScheduledDemote(IDfTime scheduleDate) This will cancel the scheduled demote of the sysobject at the date/time specifed byscheduleDate.voidIDfSysObject.cancelScheduledPromote(IDfTime scheduleDate) This will cancel the scheduled promote for the date/time specified in thescheduleDateargument.voidIDfSysObject.cancelScheduledResume(IDfTime schedule) This will cancel a scheduled resume of the sysobject for a certain date/time.voidIDfSysObject.cancelScheduledSuspend(IDfTime scheduleDate) This method can be used to cancel a scheduled suspend of the sysobject at a date/time.booleanIDfVersionPolicy.canCheckinFromFile()Indicates whether the object's content file can be overwritten by an external file when the object is checked in to the repository.booleanIDfSysObject.canDemote()Returns whether the object can be demoted from the current state.booleanIDfFormat.canIndex()Indicates if a format can be full-text indexed.booleanIDfSysObject.canPromote()Returns whether the sysobject can be promoted from current state to the next state.booleanIDfSysObject.canResume()Returns whether the sysobject can be resumed from an exception state.booleanIDfSysObject.canSuspend()Returns whether the sysobject can suspend from its current state to the exception state.booleanIDfSysObjectRetention.canSwapRetainer(IDfId oldRetainerId, IDfId newRetainerId) booleanIDfVersionPolicy.canVersion(int toVersion) Tests whether an object may be saved as the next major, minor, branch, or same version.booleanIDfVirtualDocumentNode.causesCycle()Indicates whether the node's object ID matches that of any of its parents in the virtual document hierarchy.voidIDfUser.changeHomeDocbase(String userName, boolean isImmediate) Change the home repository of this user.voidIDfSession.changePassword(String oldPasswd, String newPasswd) Changes a password.voidIDfRetainer.changeRetentionStatus(int retentionStatus) This call changes the status of the dm_retainer object.com.documentum.fc.client.DormantStatusIDfSession.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.DormantStatusIDfSession.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.voidIDfSysObject.checkout()Places a lock on the object.IDfSysObject.checkoutEx(String versionLabel, String compoundArchValue, String specialAppValue) Places a lock on the object.voidIDfScopeManager.clearDefaultScope(com.documentum.fc.client.ScopeBoundary boundary) Removes one default scoping policy.voidIDfScopeManager.clearScopes()Pops all the scopes from the scope stack.voidIDfSessionScopeManager.clearScopes()Pops all the scopes from the scope stack.voidIDfCollection.close()Closes a collection object.voidIDfBatchManager.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.voidIDfBatchManager.commitBatch()Flush the batch data into the repository and commit the transaction for the batch.voidIDfSession.commitTrans()Commits all changes made after aIDfSession.beginTrans()method call.voidIDfSession.commitTransEx(IDfLocalTransaction tx) commit the transaction specified by the IDfLocalTransactionvoidIDfWorkitem.complete()Marks a work item as finished.voidIDfWorkitem.completeEx(int returnValue, String execOSError, IDfId execResultId) Marks the work item as complete.voidIDfWorkitem.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.voidIDfWorkitem.delegateTask(String user) Delegates the work item to someone else.voidIDfLightObject.dematerialize()Turn a materialized lightobject back into an unmaterialized lightobject by reparenting to the original shared parent.voidThis method will demote the sysobject from its current normal state to the previous normal state, or to the base state if thetoBaseparameter is set totrue.voidRemoves items from an inbox that were placed there using thequeuemethod.voidIDfSession.dequeueAll()Removes all items from an inbox that were placed there using thequeuemethod.Describes the attributes of a type or registered table.voidIDfPersistentObject.destroy()Removes the object from the Documentum server.voidIDfACL.destroyACL(boolean force) Removes an ACL object from a repository.voidIDfSysObject.destroyAllVersions()Destroys all versions of the object.voidIDfSysObject.detachPolicy()Detaches an existing business policy object from the object.booleanIDfSession.disableSaveInDormantState()Disables save operation for dormant state.voidIDfSysObject.disassemble()Disassembles the assembly associated with the object.voidIDfVirtualDocumentNode.disassemble()Disassembles an assembly.voidIDfSession.disconnect()Disconnects the DFC session.booleanIDfVirtualDocumentNode.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.booleanIDfSession.enableSaveInDormantState()Enables save operation for dormant state.voidIDfSessionScopeManager.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.voidIDfRouter.end()Deprecated.voidIDfScopeManager.endScope()Closes the explicit scope boundary.voidIDfSessionScopeManager.endScope()Closes the explicit scope boundary.IDfTypedObject.enumAttrs()Returns an enumeration of IDfAttr objects.DfClient.enumSharedSessions(String key) IDfClient.enumSharedSessions(String key) Deprecated.useIDfSessionManagerinstead 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.voidIDfWorkflow.execute()Starts a workflow.IDfSession.exportTicketKey(String password) Returns the login ticket key of the repository.booleanFetches this object from the repository without placing a lock on the object.booleanIDfPersistentObject.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.intIDfAliasSet.findAliasIndex(String name) Returns the index position of an alias in the alias set.intIDfTypedObject.findAttrIndex(String attributeName) Returns the position of an attribute in the list of attributes that belong to this object.intIDfTypedObject.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.intIDfTypedObject.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.intSearches through the values in a repeating attribute and returns the index of the first value that matches the specified ID value.intSearches 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.intIDfTypedObject.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.intSearches through the values in a repeating attribute and returns the index of the first value that matches the specified date/time value.intIDfType.findTypeAttrIndex(String attrName) Returns the index of an attribute.intSearches through the values in a repeating attribute and returns the index of the first value that matches the specified value.voidRemoves cached queries from the client's query caches, ACLs and Group objects from the session cache, and type information from the data dictionary cache.voidIDfBatchManager.flushBatch()Flush the batch data into the repository.voidIDfSession.flushCache(boolean discardChanged) Removes objects from the server and client caches.voidIDfSession.flushCachedQuery(String dqlQuery) Remove the specified query from the query cache.voidIDfSession.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.voidIDfSession.flushGlobalCache(String cacheName) Removes objects from a global server cache.voidIDfSession.flushObject(IDfId objectId) Remove the specified object from the cache.voidDeprecated.voidDeprecated.voidIDfSysObject.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.intIDfACL.getAccessorCount()Returns the number of users and groups referenced in an ACL object.intIDfSysObject.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.intIDfACL.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.intIDfACL.getAccessorPermitType(int index) Identifies the type of permission granted an accessor in the ACL.intIDfSysObject.getAccessorPermitType(int index) Returns the permit type assigned to each user or group using the computed attribute _accessor_name.intIDfACL.getAccessorXPermit(int index) Returns extended permissions granted to a user or group.intIDfSysObject.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.intIDfACL.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.booleanIDfSysObject.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 anIDfEnumerationobject containing a list ofIDfAcsRequestobjects.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.intIDfProcess.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.intIDfProcess.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.intIDfProcess.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.intIDfWorkflow.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.intIDfPolicy.getActionObjectIdCount()Return the number of attribute action_object_id values for this policy.IDfWorkitem.getActivity()Returns the work item's corresponding activity object.intIDfProcess.getActivityCount()Returns the number of activities in the workflow.intIDfWorkflow.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.intIDfProcess.getActivityPriority(int actIndex) Returns an activity's priority.intIDfProcess.getActivityType(int actIndex) Returns an activity's type.intIDfProcess.getActivityTypeByName(String actName) Given an activity name, return the type of the activity.IDfWorkflow.getActName(int valueIndex) Returns the name of an activity.intIDfProcess.getActPerformerCount()Return the number of entries of the parallel attributes: act_performer_rule/act_performer_from/act_performer_tointIDfPackage.getActSeqno()Returns the sequence number (r_act_seqno) of the activity in which the package is being handled.intIDfWorkflow.getActSeqno(int valueIndex) Returns the sequence number of an activity.intIDfWorkitem.getActSeqno()Returns the sequence number of the activity with which the work item is associated.intIDfWorkflow.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.intIDfRetainer.getAgingMethod()Returns the dm_retainer.aging_method value.intIDfAliasSet.getAliasCategory(int index) Returns the category of the alias in the specified index position in this alias set.intIDfAliasSet.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.intIDfPolicy.getAliasSetIdsCount()Return the number of attribute allias_set_ids values for this policy.intIDfAliasSet.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()booleanIDfPolicy.getAllowAttach(int index) Return the attribute allow_attach value at the specified index.intIDfPolicy.getAllowAttachCount()Return the number of attribute allow_attach values for this policy.booleanIDfPolicy.getAllowDemote(int index) Return the attribute allow_demote value at the specified index.intIDfPolicy.getAllowDemoteCount()Return the number of attribute allow_demote values for this policy.booleanIDfPolicy.getAllowSchedule(int index) Return the attribute allow_schedule value at the specified index.intIDfPolicy.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.intIDfGroup.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.intIDfFolder.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 insteadintIDfTypedObject.getAttrCount()Returns the number of attributes belonging to this object.intIDfTypedObject.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.intIDfSysObject.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.IDfBasicAttributesIDfVirtualDocumentNode.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.booleanIDfTypedObject.getBoolean(String attributeName) Returns the boolean value of an attribute.intIDfSysObject.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.intIDfContentCollection.getBufferSize()longIDfContentCollection.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.intIDfVirtualDocument.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.intIDfForeignKey.getChildAttributesCount()Returns the number child key properties for the foreign key.intIDfVirtualDocumentNode.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.intIDfUser.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.intIDfWorkflow.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.intIDfPackage.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.intIDfPackage.getComponentIdCount()Returns the number of bound objects in this package.intIDfSysObject.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.intIDfActivity.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.intIDfSysObject.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 aByteArrayInputStreamobject.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.intIDfContentCollection.getContentSize()Return the size of requested content.longIDfSysObject.getContentSize()Returns the number of bytes in the content.longIDfSysObject.getContentSize(int page, String formatName, String pageModifier) Return the content size according to the page, format and pageModifier of the contentintIDfSysObject.getContentState(int index) Returns the state of the content for a given sysobject using the computed attribute _content_state.intIDfSysObject.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 theIDfPropertiesobject associated with a particular client.intIDfActivity.getControlFlag()Returns the control flag attribute of the activity.IDfRelationType.getControllingKind()Returns the controlling kind attribute defined for the relation of this type.intIDfContainment.getCopyBehavior()Returns the copy behavior defined for the component.intIDfRelationType.getCopyBehavior()Returns the copy behavior defined for the relation of this type.intIDfVirtualDocumentNode.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.intIDfContentCollection.getCurrentLength()intIDfDumpRecord.getCurrentObjectCount()IDfDumpRecord.getCurrentOffset()intIDfDumpRecord.getCurrentPos()intIDfDumpRecord.getCurrentRootCount()intIDfSysObject.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.intIDfSession.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.intIDfVersionPolicy.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.intIDfPolicy.getDefinitionState()Return the attribute r_definition_state value.intIDfProcess.getDefinitionState()Returns the state of the workflow definition.IDfQueueItem.getDependencyType()Returns the dependency type.intIDfAssembly.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.intIDfRetainer.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.intIDfDocbaseMap.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 itsIDfIdoriginated.IDfDocbrokerClient.getDocbaseNameFromId(IDfId objectId) Returns the name of the repository from which the object and itsIDfIdoriginated.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.doubleReturns 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) booleanIDfGroup.getDynamic()Gets the dynamic setting of this groupbooleanIDfGroup.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.intIDfSession.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()intIDfRetainer.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.intIDfPolicy.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.intIDfPolicy.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.intIDfActivity.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.intIDfWorkitem.getExecRetriedCount()Returns value of the r_exec_retried_count attribute.intIDfActivity.getExecRetryInterval()Returns the retry interval if the method execution fails for the activityintIDfActivity.getExecRetryMax()Returns the maximum retry number if the method execution fails for the activityintIDfActivity.getExecSubtype()Returns the exec_subtype attribute of the activity.intIDfActivity.getExecTimeOut()Returns the time-out period, in seconds, for the method that executes the activity's actions.intIDfActivity.getExecType()Returns the execution type of the activity.IDfRelation.getExpirationDate()Not system defined.IDfWorkitem.getExtendedPerformer(int valueIndex) Returns the name of an extended performer.intIDfWorkitem.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.intIDfUser.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.intIDfSysObject.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.intIDfFolder.getFolderPathCount()Returns the number of folder paths to which a folder object is linked.booleanIDfContainment.getFollowAssembly()Indicates assembly behavior when the component has an associated assembly.booleanIDfVirtualDocumentNode.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.intIDfSysObject.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 haslongIDfContentCollection.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.booleanIDfSysObject.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.intIDfUser.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.intIDfSysObject.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.intIDfGroup.getGroupsNamesCount()Returns the number of groups that are users in a group object.IDfGroup.getGroupSource()IDfPlugin.getHardwarePlatform()Gets the hardware platform of this plugin.booleanIDfGroup.getHasEvents()booleanIDfSysObject.getHasEvents()Returns whether any users have registered to receive events for the object.booleanIDfSysObject.getHasFolder()Returns whether this object is the CURRENT object in the version tree.booleanIDfSysObject.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.intIDfFormat.getIconIndex()Returns the ID value of an attribute.IDfSession.getIdByQualification(String qualification) Returns the ID of a Documentum object that satisfies the DQL qualification.intIDfRetainer.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.booleanIDfVirtualDocument.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.intIDfPolicy.getIncludedTypeCount()Return the number of attribute included_type values for this policy.booleanIDfPolicy.getIncludeSubtypes(int index) Return the attribute include_subtypes value at the specified index.intIDfPolicy.getIncludeSubtypesCount()Return the number of attribute include_subtypes values for this policy.IDfWorkflow.getInitiateAct()Returns value of the 'initiate_act' attribute.intIDfQueueItem.getInstructionPage()Returns the instruction page's page number.IDfWorkflow.getInstructions(int index) Returns the instructions attribute at the specified index.intIDfWorkflow.getInstructionsCount()Returns the number of values the instructions attribute has.intReturns 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.booleanIDfPolicy.getJavaMethods()Return the attribute java_methods value.IDfSysObject.getKeywords(int index) Returns the keywords attribute at the specified index.intIDfSysObject.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.booleanIDfSysObject.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.ILicenseManagerDfClient.getLicenseManager()com.documentum.fc.client.license.ILicenseManagerIDfClient.getLicenseManager()intIDfSysObject.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.intIDfSysObject.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 IDfClientDfClient.getLocalClient()Returns theIDfClientinterface for a singleton instance of DfClient.static IDfClientDfClient.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.longReturns 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 anIDfGlobalModuleRegistryglobal 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.intIDfWorkflow.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.intIDfPackage.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.intIDfPackage.getNoteFlag(int noteIndex) Returns the special flags for a note.IDfPackage.getNoteId(int noteIndex) Returns the object id of the dm_note object.booleanIDfPackage.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) GenerateIDfEnumerationobject ofIDfObjectPathobjects for an object with a given object id.IDfSession.getObjectPaths(IDfList objectIdsList) Generate a map ofIDfObjectPathobjects 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.doubleIDfAssembly.getOrderNumber()Returns the order number of the component within the top-most virtual document.doubleIDfContainment.getOrderNumber()Returns the position of the component among the components of the containing virtual document.intIDfRelation.getOrderNumber()Not system defined.longIDfSysObject.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.intIDfWorkitem.getOutputPortCount()Returns the number of output ports for the work item.booleanIDfVirtualDocumentNode.getOverrideLateBindingValue()Returns the use_node_ver_label attribute value from the containment object associated with this node.intIDfUser.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.intIDfSysObject.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.intIDfProcess.getPackageControl()Returns the value of the package_control attribute.intIDfActivity.getPackageCount()Returns the number of packages associated with the activity.intIDfPackage.getPackageCount()Returns the package count of a collection package.intIDfActivity.getPackageFlag(int index) Returns the flag of a specified package.intIDfPackage.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.intIDfPackage.getPackageOrder()Returns the order number, which identifies where a package definition appears in the containing port definition.intIDfActivity.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.intIDfWorkflow.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.intIDfSysObject.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.intIDfWorkflow.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.intIDfForeignKey.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.intIDfPersistentObject.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.intIDfLocation.getPathType()Gets the path type of this location.intIDfActivity.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.intIDfActivity.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.intIDfActivity.getPerformerFlag()Indicates whether the activity's performer can delegate or extend the activity.intIDfWorkflow.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.intIDfActivity.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.intIDfActivity.getPerformerType()Returns the kind of user who can perform the activity.booleanIDfRelation.getPermanentLink()Deprecated.As of DFC 5.3, replaced by IDfRelationType.getPermanentLink()booleanIDfRelationType.getPermanentLink()Indicates if you want to maintain the relationship across versions of the parent object.IDfACL.getPermissions()Returns a list ofDfPermitobjects representing all the permissions specified in the ACL.IDfSysObject.getPermissions()Returns a list ofDfPermitobjects representing all the permissions specified in the ACL for the sysobject.intReturns the basic permission level assigned to a user or group.intIDfSysObject.getPermit()Returns an integer number that corresponds to the access permission level that the current user has for the object.intIDfSysObject.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.intIDfActivity.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.intIDfLoadRecord.getPosition()doubleIDfQueueItem.getPosition()Returns the value in the position attribute.intIDfActivity.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.intIDfActivity.getPostTimerCount()Returns the number of timer actions within the series.intIDfActivity.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) intIDfActivity.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.intIDfActivity.getPreTimerCount()Returns the number of timer actions within the series.intIDfActivity.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.intIDfQueueItem.getPriority()Returns the priority of the associated work item or task.intIDfWorkitem.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.intIDfProcess.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.intIDfSysObject.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.intIDfAspectRelation.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.intIDfRetainer.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.booleanIDfTypedObject.getRepeatingBoolean(String attributeName, int valueIndex) Returns a boolean value stored in a repeating attribute.doubleIDfTypedObject.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.intIDfTypedObject.getRepeatingInt(String attributeName, int valueIndex) Returns an integer value stored in a repeating attribute.longIDfTypedObject.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.booleanIDfWorkflow.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.intIDfActivity.getResolveType()Returns the performer aliasing resolve type of the activity.intIDfSysObject.getResumeState()Returns the resume state.IDfSysObject.getResumeStateName()Returns the resume state name.intIDfSysObject.getRetainerCount()Return the number of retainers on this object.intIDfSysObjectRetention.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.intIDfRetainer.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.intIDfRetainer.getRetentionInterval()Returns the dm_retainer.retention_interval value.intIDfRetainer.getRetentionRuleType()Returns the dm_retainer.retention_rule_type value.intIDfRetainer.getRetentionStatus()Returns the dm_retainer.r_retention_status value.IDfRetainer.getRetentionStorageClass()Returns the dm_retainer.retention_storage_class value.intIDfPolicy.getReturnCondition(int index) Return the attribute return_condition value at the specified index.intIDfPolicy.getReturnConditionCount()Return the number of attribute return_condition values for this policy.booleanIDfPolicy.getReturnToBase(int index) Return the attribute return_to_base value at the specified index.intIDfPolicy.getReturnToBaseCount()Return the number of attribute return_to_base values for this policy.intIDfWorkitem.getReturnValue()Returns the return value.intIDfDumpRecord.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.intIDfWorkflow.getRuntimeState()Returns the state of the workflow.intIDfWorkitem.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.intIDfLocation.getSecurityType()Gets the security type of this location.intIDfMountPoint.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.useIDfSessionManagerinstead 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.booleanIDfActivity.getSignoffRequired()Indicates whether the activity requires a sign off.IDfQueueItem.getSignOffUser()Returns the name of the user who signed off the item.intIDfWorkitem.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.intIDfQueueItem.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.intIDfWorkflowBuilder.getStartStatus()Indicates whether the user can start the workflow.IDfDumpRecord.getStartTime()IDfLoadRecord.getStartTime()intIDfPolicy.getStateClass(int index) Return the attribute state_class value at the specified index.intIDfPolicy.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.intIDfPolicy.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.intIDfPolicy.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.intIDfPolicy.getStateNameCount()Return the number of state_name values for this policy.intIDfPolicy.getStateNo(int index) Return the attribute i_state_no value at the specified index.intIDfStateExtension.getStateNo()Returns the number of the state that this object extends.intIDfPolicy.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.intIDfPolicy.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.intIDfMethodObject.getSuccessReturnCodes(int index) IDfMethodObject.getSuccessStatus()IDfGroup.getSupergroupsNames(int index) intIDfGroup.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.intIDfPolicy.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.intIDfMethodObject.getTimeoutDefault()intIDfMethodObject.getTimeoutMax()intIDfMethodObject.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.booleanIDfFormat.getTopicTransform()Indicates if it is necessary to transform a format before indexing is allowed.intIDfWorkflow.getTotalWitem(int valueIndex) Returns the number of work items generated by an activity.intIDfActivity.getTransitionEvalCount()Returns the number of completed tasks that are required to trigger the next activities.intIDfActivity.getTransitionFlag()Returns when and how to trigger the selected outgoing paths when activity is manual transitionintIDfActivity.getTransitionMaxOutputCount()Returns the maximum number of output ports user can select at runtime when activity is manual transitionintIDfActivity.getTransitionType()Returns the type of transition defined for the activity.IDfActivity.getTriggerEvent()Returns the expected event type that can trigger the activity.intIDfWorkflow.getTriggerInput(int valueIndex) Returns the number of triggered input ports.intIDfWorkflow.getTriggerRevert(int valueIndex) Returns a value indicating whether a revert port was triggered for an activity instance.intIDfWorkflow.getTriggerThresh(int valueIndex) Returns the trigger threshold for an activity.intIDfActivity.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 positionattrIndexin 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.intIDfType.getTypeAttrCount()Returns the number of attributes in a type.intIDfType.getTypeAttrDataType(String attrName) Returns the datatype of an attribute.intIDfType.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.intIDfType.getTypeAttrLength(String attrName) Returns the maximum number of characters in a string-valued attribute.intIDfType.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 anIDfTypedObjectfor 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.intIDfPolicy.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.intIDfVirtualDocument.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.booleanIDfContainment.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.intIDfPolicy.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.intIDfPolicy.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.intIDfPolicy.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.doubleIDfWorkitem.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.intIDfPolicy.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.intIDfPolicy.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.intIDfPolicy.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.intIDfPolicy.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.intIDfPolicy.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.intIDfPolicy.getUserPostprocVerCount()Return the number of attribute user_postproc_ver values for this policy.intIDfUser.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.intIDfGroup.getUsersNamesCount()Returns the number of users in a Group object.intIDfUser.getUserSource()Deprecated.As of DFC 5.2.5, replaced by getUserSourceAsString()IDfUser.getUserSourceAsString()Returns this user's source.intIDfUser.getUserState()Returns the availability of a user to process workitems.intIDfWorkitem.getUserTime()Returns the user assignable time provided at completion time.IDfPolicy.getUserValidationService()Return the attribute user_validation_service value for this policy.intIDfUser.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.intIDfTypedObject.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.intIDfVersionTreeLabels.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.intIDfSysObject.getVersionLabelCount()Returns the number of version labels.intIDfVersionLabels.getVersionLabelCount()Returns a count of all the version labels associated with the SysObject.intIDfVersionTreeLabels.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.intIDfPersistentObject.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.intIDfUser.getWorldDefPermit()Returns the default world permission assigned to objects created by a user.intIDfSysObject.getWorldPermit()Returns the object-level permission assigned to the world for the object.intIDfACL.getXPermit(String accessorName) Returns the extended permissions assigned to a user or group.intIDfSysObject.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.voidSets permissions for a user or group in an ACL object.voidCreates an access control entry in this object, assigning an access level to a specified user or group.voidIDfACL.grantPermit(IDfPermit permit) Creates an access control entry in this object, assigning an access level to a specified user or group.voidIDfSysObject.grantPermit(IDfPermit permit) Creates an access control entry in this object, assigning an access level to a specified user or group.voidIDfRouter.halt()Deprecated.voidIDfWorkflow.halt(int activitySeqNo) Halts an activity.voidIDfWorkflow.haltAll()Halts the workflow.voidIDfWorkflow.haltEx(int activitySeqNo, int suspendInterval) Halts an activity with a suspend interval.booleanIndicates whether an attribute exists for this object.booleanIDfActivity.hasCompatibilityRouteCases()Indicates whether or not this activity supports compatibility (pre-5.3) route cases.booleanIDfSession.hasEvents()Indicates whether a user's inbox contains unread items.booleanIDfUser.hasEvents()Returnstrue, if the user is registered for auditable events;falseotherwise.booleanIDfTypeInfo.hasFullTextOnlyFtIndexAttrs()booleanIDfTypeInfo.hasFullTextSupportBase()booleanIDfTypeInfo.hasFullTextSupportLite()booleanIDfMethodObject.hasMethodContent()Indicates if this method has content.booleanIDfACL.hasPermission(String permissionName, String accessorName) Indicates whether a user or group has a specified extended permission.booleanIDfSysObject.hasPermission(String permission, String accessorName) Returns whether there is an access control entry in this object to a specified user or group.booleanIDfTypeInfo.hasPropertyBag()booleanIDfUser.hasSession()Check to see if this user has an active repository session.booleanIDfVersionLabels.hasSymbolicVersionLabel()Indicates whether the SysObject has symbolic labels.booleanIDfValidator.hasValueAssistance(String attrName) Indicates whether value assistance is setup for the specified attribute or not.voidIDfPlugin.importContent(String filePath) Import the content of this plugin.booleanIDfSession.importTicketKey(String key, String password) Sets the given key, encrypted using the given password, as the login ticket key of the repository.voidDfClient.initCrypto(String keyFile) voidIDfClient.initCrypto(String keyFile) Initializes the key store for password encryption.voidDfClient.initCryptoEx(String keyFile, String passphrase) voidIDfClient.initCryptoEx(String keyFile, String passphrase) Initializes the key store for password encryption.IDfWorkflowBuilder.initWorkflow()Creates and saves the workflow object in the Documentum server.voidIDfTypedObject.insertBoolean(String attributeName, int valueIndex, boolean value) Inserts a boolean value into a repeating attribute.voidIDfSysObject.insertContent(ByteArrayOutputStream content, int pageNumber) Inserts new content into an object.voidIDfSysObject.insertContentEx(ByteArrayOutputStream content, int pageNumber, boolean other) Inserts new content into an object.voidIDfTypedObject.insertDouble(String attributeName, int valueIndex, double value) Inserts a double value into a repeating attribute.voidIDfSysObject.insertFile(String fileName, int pageNumber) Inserts a new content file into an object.voidIDfSysObject.insertFileEx(String fileName, int pageNumber, String otherFileName) Inserts a new content file into an object.voidInserts an Object ID value into a repeating attribute.voidInserts 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.voidIDfPolicy.insertState(int index) Insert a new state with the given index into this lifecycle.voidIDfTypedObject.insertString(String attributeName, int valueIndex, String value) Inserts a string value into a repeating attribute.voidIDfRouter.insertTask(int position) Deprecated.voidIDfTypedObject.insertTime(String attributeName, int valueIndex, IDfTime value) Inserts a date/time value into a repeating attribute.voidIDfTypedObject.insertValue(String attributeName, int valueIndex, IDfValue value) Inserts a variant value into a repeating attribute.voidIDfActivity.install()Installs a validated activity.voidIDfPolicy.install(boolean notify) Validate this policy.voidIDfProcess.install(boolean installActivity, boolean resume) Installs a validated workflow definition.voidIDfActivity.invalidate()Moves a validated activity to the draft state.voidIDfProcess.invalidate()Moves the validated workflow definition back to the draft state.voidIDfVersionTreeLabels.invalidate()Flushes the cached information for the IDfVersionTreeLabels object.booleanIDfSession.isACLDocbase()Indicates whether repository identified as the default repository scope is operating in ACL mode.booleanIDfSession.isAdopted()Deprecated.booleanIDfSysObject.isArchived()Returns the a_archive attribute of the object.booleanIDfTypeInfo.isAttrFullTextIndexed(String attrName) booleanIDfTypedObject.isAttrRepeating(String attributeName) Indicates whether an attribute is a repeating attribute.booleanIDfTypeInfo.isAutoMaterializationAllowed()booleanIDfVirtualDocumentNode.isBindingBroken()Indicates whether there is a version in the node's version tree that matches the binding criteria.booleanIDfSysObject.isCheckedOut()Returns whether this object is checked out.booleanIDfSysObject.isCheckedOutBy(String userName) Returns whether this object is checked out by the specified user.booleanIDfDumpRecord.isComplete()booleanIDfVirtualDocumentNode.isCompound()Indicates whether users can add to, remove, or reorder this node in the VDM display.booleanIDfSysObject.isContentTransferCapabilityEnabled(String networkLocationIdentifier, IDfContentTransferCapability capability) Returns whether content transfer capability is enabled for the objectbooleanIDfVersionPolicy.isDefaultRetainLockOnCheckin()Indicates whether to retain the lock on an object after it is checked into the repository.booleanIDfWorkitem.isDelegatable()Indicates whether the work item can be delegated.booleanIDfPersistentObject.isDeleted()Returnstrueif this object has been deleted during this session.booleanIDfQueueItem.isDeleteFlag()Indicates whether the queued item has been dequeued.booleanIDfPersistentObject.isDirty()Indicates whether unsaved changes have been made to this object.booleanIDfAuditTrailManager.isEventAudited(IDfId objectId, String event) Indicates if this event is currently being audited for the object.booleanIDfAuditTrailManager.isEventAuditedForType(String typeName, String event, String controllingApp, IDfId policyId, String stateName) Indicates if this event is currently being audited for the object type.booleanIDfWorkitem.isExecLaunch()Indicates whether the application failed.booleanIDfActivity.isExecSaveResults()Indicates whether the results of the activity's actions are saved to a document.booleanIDfWorkitem.isExecTimeOut()Indicates whether the application timed out.booleanIDfTypeInfo.isFetchOptimizedAspectType()booleanIDfLoadRecord.isFirstPhase()booleanIDfVirtualDocumentNode.isFromAssembly()Indicates whether this node was selected from an assembly.booleanIDfSysObject.isFrozen()Returns whether this object was specifically frozen and is now unchangeable.booleanIDfACL.isGloballyManaged()Indicates whether an ACL object is managed globally or locally.booleanIDfGroup.isGloballyManaged()Indicates whether the ACL associated with a group object is globally or locally managed.booleanIDfUser.isGloballyManaged()Indicates whether the ACL associated with a user is managed globally or locally.booleanIDfACL.isGroup(int index) Indicates if an accessor name in an ACL object is a group or a user.booleanIDfUser.isGroup()Returns a Boolean value indicating whether a user is a group or an individual user.booleanIDfGroup.isGroupInGroup(String groupName) Determines whether the group is one of the members of this group.booleanIDfFormat.isHidden()Indicates whether a format is hidden from users.booleanIDfSysObject.isHidden()Indicates if this object is visible to the end users.booleanIDfSysObject.isImmutable()Returns whether this object can be changed.booleanIDfDumpRecord.isIncludeContent()booleanIDfPersistentObject.isInstanceOf(String typeName) Indicates if this is an object of the given type or of a type derived from the given type.booleanIDfACL.isInternal()Indicates whether an ACL object was created explicitly by the user or implicitly by the server.booleanIDfMethodObject.isLaunchAsync()booleanIDfMethodObject.isLaunchDirect()booleanIDfSysObject.isLinkResolved()Returns the a_link_resolved attribute of the object.booleanIDfWorkitem.isManualExecution()Indicates whether the work item's associated activity is a manual activity.booleanIDfWorkitem.isManualTransition()Indicates whether the work item's transition is manual.booleanIDfPackage.isManufactured()This method returnstrueif this is a package that was manually created by the user and did not come in on an INPUT port.booleanIDfTypeInfo.isMaterializationAllowed()booleanIDfLightObject.isMaterialized()Indicates whether the lightobject is materialized.booleanIDfDumpRecord.isMore()booleanIDfPersistentObject.isNew()Indicates whether this object was created during the current session but has not yet been saved.booleanReserved for future use.booleanIDfSysObjectRetention.isObjectUnderRetention()Returns true if the object is under retention.booleanIDfSysObjectRetention.isObjectUnderRetentionHold()Returns true is the object is under retention-hold.booleanIDfActivity.isPostTimerRepeatLastAction()Indicates if the final timer in the series should repeat.booleanIDfActivity.isPreTimerRepeatLastAction()Indicates if the final timer in the series should repeat.booleanIDfActivity.isPrivate()Indicates whether the activity is a public or private activity.booleanIDfGroup.isPrivate()Indicates whether a group object is private or public.booleanIDfProcess.isPrivate()Indicates whether the workflow is private or public.booleanIDfSysObject.isPublic()Returns whether the object is public or not.booleanIDfQueueItem.isReadFlag()Indicates whether the queued item has been read by the queue's owner.booleanIDfSysObject.isReference()Returns whether the object is a reference object.booleanIDfLoadRecord.isRelocate()booleanIDfSession.isRemote()Deprecated.booleanIDfQueueItem.isRemotePending()Indicates whether the queued item is waiting for distribution.booleanIDfWorkitem.isRepeatable()Indicates whether the work item can be repeated.booleanIDfActivity.isRepeatableInvoke()Indicates whether the activity can be invoked multiple times when the workflow is running.booleanIDfPersistentObject.isReplica()Indicates whether an object is a replica.booleanIDfFormat.isRichmediaEnabled()booleanIDfVirtualDocumentNode.isRoot()Indicates whether the node is the root of the virtual document tree.booleanIDfMethodObject.isRunAsServer()booleanIDfWorkflowBuilder.isRunnable()Indicates whether the workflow's definition is in the installed state.booleanIDfContentCollection.isSeekable()booleanIDfSession.isServerTraceOptionSet(String optionName) Queries the status of server-side tracing options for the session.booleanIDfSession.isShared()Indicates whether the session is a shared DFC session.booleanIDfQueueItem.isSignOffRequired()Indicates whether a sign off is required for the work item or task.booleanIDfWorkitem.isSignOffRequired()Indicates whether the work item requires a sign off.booleanIDfVirtualDocumentNode.isStructurallyModified()Indicates whether the node is structurally modified or not.booleanIDfType.isSubTypeOf(String typeName) Indicates whether a type is a subtype of typetypeName.booleanIDfUser.isSuperUser()Indicates whether a user has the SUPERUSER privilege for the current repository.booleanIDfSysObject.isSuspended()Return whether the object is in a suspended state.booleanIDfUser.isSystemAdmin()Indicates whether a user has the SYSADMIN privilege for the current repository.booleanIDfMethodObject.isTraceLaunch()booleanIDfSession.isTransactionActive()Checks if there is an active transaction.booleanIDfType.isTypeAttrRepeating(String attrName) Indicates whether an attribute is repeating.booleanIDfType.isTypeAttrRepeatingAt(int index) Indicates whether an attribute is repeating.booleanReturns true if an object of this type is also an object of typetypeName.booleanIDfMethodObject.isUseMethodContent()booleanIDfMethodObject.isUseMethodServer()booleanIDfGroup.isUserInGroup(String userName) Determines whether the user is one of the members of this group.booleanIDfLocation.isValidate()Determines whether this location validates.booleanIDfValueAssistance.isValidForDependentValues(IDfProperties depAttrValues) Indicate whether the value assistance is valid or not.booleanIDfValueAssistance.isValidForObject(IDfPersistentObject objectInstance) Indicate whether the value assistance is valid or not.booleanIDfSysObject.isVirtualDocument()Returns true if this document should be treated as a virtual document.booleanIDfVirtualDocumentNode.isVirtualDocument()Indicates whether the node is a virtual document.booleanIDfUser.isWorkflowDisabled()Returns a boolean value indicating the user's availability for workflow.voidIDfSession.killSession(IDfId sessionId, String immediacyLevel, String message) Kill the specified server session.voidAssociates 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.voidIDfPersistentObject.lock()Acquires a low-level repository database lock on the object.voidIDfPersistentObject.lockEx(boolean validateStamp) Acquires a low-level repository database lock on the object.booleanIDfSession.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 groupbooleanIDfSession.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 groupvoidAssigns one or more symbolic version labels to an object.voidIDfLightObject.materialize()Explicitly triggers the lightobject to be materialized, meaning that the lightobject will now have its private parent instead of a shared parentvoidDeprecated.voidIDfPolicy.moveState(int oldIndex, int newIndex) Move a state within this policy.IDfActivity.newAttributeValueCondition()Factory method for attribute value transition conditions.voidIDfBatchManager.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.IDfOperationManagerDfClient.newOperationManager()com.documentum.operations.IDfOperationManagerIDfClient.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 newIDfSessionobject 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.booleanIDfCollection.next()Gets the next row in a collection.voidIDfSysObjectRetention.onObjectRetained()A function that is called by RPS after an object was retained.voidIDfSessionManagerEventListener.onSessionCreate(IDfSession session) This method is called only when session manager has to create a new session object.voidIDfSessionManagerEventListener.onSessionDestroy(IDfSession session) Deprecated.voidIDfBatchManager.openBatch()This openBatch() method opens an insert batch, using default values.voidIDfBatchManager.openBatch(int size, boolean flushBatchOnQuery, boolean oneAuditPerBatch, boolean oneEventPerBatch, Properties options) Opens an insert batch.voidIDfBatchManager.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.voidIDfRouter.pause(int taskNumber) Deprecated.voidIDfWorkitem.pause()Pauses the work item.IDfSysObject.print(String printer, boolean printCover, boolean saveOutput, int numCopies, int startingContentPage, int endingContentPage) Prints the object.booleanIDfSession.projectActiveStatus()Only projects to docbroker that this server is active.booleanIDfSession.projectDormantStatus()Only projects to docbroker that this server is dormant.voidPromotes the sysobject to the state specified in thestateargument.voidIDfSysObject.prune(boolean keepLabels) Removes unwanted versions of an object.voidIDfSession.publishDataDictionary(String locale, String typeName, String attributeName, boolean forcePublish) Publish Data Dictionary information.voidIDfSession.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.voidDeprecated.voidIDfSysObject.refreshReference()Refreshes the reference object.voidIDfAuditTrailManager.registerEvent(IDfId objectId, String event) Registers an event for the object.voidIDfPersistentObject.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.voidIDfAuditTrailManager.registerEventForObject(IDfId objectId, String event, boolean signAudit, int authentication, String eventDescription, IDfList attributeList) Registers an event for object instance.voidIDfAuditTrailManager.registerEventForObjectEx(IDfId objectId, String event, boolean signAudit, int authentication, String eventDescription, IDfList attributeList, boolean eSignatureRequired) Registers an event for object instance.voidIDfAuditTrailManager.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.voidIDfAuditTrailManager.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.voidIDfAuditTrailManager.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.voidIDfAuditTrailManager.registerEvents(IDfId objectId, IDfList events) Registers a list of events for the object.voidIDfAuditTrailManager.registerEventsFromQuery(String query, IDfList events) Registers the events specified in IDflist for the objects returned by the query.voidIDfAuditTrailManager.registerEventsInFolder(IDfId folderId, IDfList events) Registers a list of events for all sysobjects under the folder.voidReinitializes a server's root and spawned processes.voidReinitializes a server's root and spawned processes.voidRemoves a value stored in a repeating attribute.voidIDfProcess.removeActivity(String actName) Removes an activity from the workflow definition.voidIDfProcess.removeActPerformer(int index) Remove the act_performer_rule/act_performer_from/act_performer_to values at the corresponding index position.voidIDfAliasSet.removeAlias(String name) Removes an alias from the alias set.voidRemoves all values stored in a repeating attribute.voidIDfAliasSet.removeAllAliases()Removes all the aliases in the alias set.voidIDfVirtualDocument.removeAllChangeDescriptions(String contextTag) Removes all the changes made in a particular VDM window.voidIDfGroup.removeAllGroups()Removes all groups from this group.voidIDfGroup.removeAllUsers()Removes all users from this group.voidIDfSessionManagerConfig.removeApplicationCode(String value) voidIDfWorkflow.removeAttachment(IDfId attachmentId) Removes an attachment from the workflow.voidIDfWorkitem.removeAttachment(IDfId attachmentId) Removes an attachment from the workflow.voidIDfVirtualDocument.removeChangeDescription(IDfId objectId) Removes the change or changes made to a node.voidIDfPersistentObject.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.voidIDfSysObject.removeContent(int pageNumber) Deletes content from an object.booleanDfClient.removeContext(String contextId) booleanIDfClient.removeContext(String contextId) Deletes aIDfPropertiesobject containing client information.voidIDfAdminClient.removeDocbroker(String hostName, int portNumber) Dynamically removes a connection broker that was added usingIDfAdminClient.addDocbroker(java.lang.String, int).voidIDfDocbrokerClient.removeDocbroker(String hostName, int portNumber) Dynamically removes a connection broker that was added usingIDfDocbrokerClient.addDocbroker(java.lang.String, int).voidIDfSession.removeDynamicGroup(String groupName) Removes the session user from the dynamic group for this session.voidIDfSessionManagerConfig.removeDynamicGroup(String value) booleanIDfGroup.removeGroup(String groupName) Add a group to this group.voidIDfProcess.removeLink(String linkName) Removes a link from the workflow definition.voidIDfMethodObject.removeMethodContent()Removes the content of the method.voidIDfVirtualDocument.removeNode(IDfVirtualDocumentNode node) Removes a node from the virtual document.voidIDfPackage.removeNote(int noteIndex) Removes an existing note from a package.voidIDfSysObject.removeNote(IDfId annotationId) Deprecated.voidIDfNote.removeNoteEx(IDfId targetId) Detaches an annotation (the current IDfSysObject) from the target object.voidIDfPackage.removeNoteEx(IDfId annotationId) Removes an existing note from a package.voidIDfWorkflow.removePackage(String startActivityName, String portName, String packageName) Removes a package from a start activity in the workflow.voidIDfWorkflowBuilder.removePackage(String activityName, String portName, String packagename) Removes a package definition from an activity.voidIDfWorkitem.removePackage(String packageName) Removes a package from the work item.voidIDfActivity.removePackageInfo(String portName, String packageName) Removes a package definition from the activity.voidIDfProcess.removePackageSchemaAssociation(String packageName) Removes the association of an XML schema document to a package.voidIDfPersistentObject.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.voidIDfSysObject.removePart(IDfId containmentId, double orderNo, boolean orderNoFlag) Removes a virtual document child from the object.voidIDfActivity.removePerformerCondition(String conditionName) Removes a route case from the activity.voidIDfActivity.removePort(String portName) Removes a port from the activity.voidIDfActivity.removePostTimers()Removes all pre-timers from this activity.voidIDfActivity.removePreTimers()Removes all pre-timers from this activity.voidIDfSysObject.removeRendition(String formatName) Deletes a rendition from the object.voidIDfSysObject.removeRenditionEx(String formatName, int pageNumber, boolean atomic) Deletes a rendition from the object.voidIDfSysObject.removeRenditionEx2(String formatName, int pageNumber, String pageModifier, boolean atomic) Deletes a rendition from the object.voidIDfSysObjectRetention.removeRetention(IDfId retainerId) Removes object from the control of retention services.voidIDfActivity.removeRouteCase(String routeCaseIdentifier) Removes a route case from the activity.voidIDfPolicy.removeState(int index) Remove a state from this policy.voidIDfRouter.removeTask(int position) Deprecated.booleanIDfGroup.removeUser(String userName) Removes a user to this group.voidIDfGroup.renameGroup(String groupName, boolean isImmediate, boolean unlockObjects, boolean reportOnly) Rename this group.voidIDfGroup.renameGroupEx(String groupName, boolean isImmediate, boolean unlockObjects, boolean reportOnly, String groupDisplayName) Rename this group.voidIDfUser.renameUser(String userName, boolean isImmediate, boolean unlockObjects, boolean reportOnly) Renames this user.voidPoints the lightobject to a different parent.voidIDfSession.reparentLightObjects(IDfId newParentId, IDfList childIds) Reparents multiple lightweight objects at a time.voidDefines an extended round of work item performers.booleanIDfSession.requestDormancy()Makes a request to move the server to which this session is connected to a dormant state.booleanIDfSession.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 groupbooleanIDfSession.resetMetrics()This is for resetting the metrics.booleanIDfSession.resetPassword(String password) Resets password or login ticket associated with the user credential of the current session.voidIDfVirtualDocumentNode.resetSelectedVersionFromBinding()Clears any temporary object selection and resets the node's selection based on its defined binding.voidIDfVirtualDocument.resetSelectedVersionsFromBinding()Clears temporary object selections and resets all node object selections based on their defined bindings.booleanIDfSession.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.voidIDfWorkflow.restart(int activitySeqNo) Restarts a failed activity in the workflow.voidReinitializes a server's spawned process to which the current session is connected.voidIDfWorkflow.restartAll()Restarts a halted workflow.voidIDfWorkflow.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.voidResumes the sysobject from an exception state.voidIDfWorkflow.resume(int activitySeqNo) Moves a halted activity to the active state.voidIDfWorkitem.resume()Moves a paused work item to the dormant state.voidIDfWorkflow.resumeAll()Moves a halted workflow to the running state.voidIDfRouter.resumeRouter(int taskNumber) Deprecated.voidIDfVirtualDocument.resync(IDfSession session, IDfId objectId, int flags) Flushes all node information and synchronizes cached object attributes with the repository.voidDeprecated.voidIDfPersistentObject.revert()Discards any changes to an object that have not been saved to a repository.voidIDfSysObject.revertACL()Throws away unsaved permission changes.voidRemoves all extended permissions granted to a user or group in an ACL objectvoidRemoves all access control entries from this object for a specified user or group.voidIDfACL.revokePermit(IDfPermit permit) Removes specified permit from the acl.voidIDfSysObject.revokePermit(IDfPermit permit) Removes specified permit from the sysobject.IDfWorkflowBuilder.runWorkflow()Executes the workflow object.voidIDfPersistentObject.save()Saves an object to a Documentum server.IDfACL.saveAsNew()Creates a new copy of the object.IDfSysObject.saveAsNew(boolean shareContent) Copies an object.voidIDfSysObject.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.voidIDfSysObject.scheduleDemote(String state, IDfTime schedule_date) Schedules the sysobject to demote from its current normal state to the state defined in thestateparameter.voidIDfSysObject.schedulePromote(String state, IDfTime scheduleDate, boolean override) Schedules a sysobject to be promoted to the next state on a particular date/time specified by thescheduleDateparameter.voidIDfSysObject.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.voidIDfSysObject.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.voidIDfContentCollection.seek(int position, int root) Sets the starting position used byIDfCollection.next()for reading the next buffer of a content collection.voidIDfContentCollection.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.voidAssigns an ACL object to the object.voidIDfACL.setACLClass(int aclClass) Sets the ACL class value.voidIDfSysObject.setACLDomain(String aclDomain) Sets the domain of the ACL associated with this user.voidIDfSysObject.setACLName(String ACLName) Sets the name of the associated ACL.voidIDfProcess.setActChooseBy(int index, String name) Sets the act_choose_by attribute value at the specified index position.voidIDfProcess.setActChooseFor(int index, String name) Sets the act_choose_for attribute at a specified index position.voidIDfProcess.setActChooseName(int index, String name) Sets the act_choose_name attribute at a specified index position.voidIDfPolicy.setActionObjectId(int index, IDfId value) Set the attribute action_object_id value at the specified index.voidIDfRetainer.setAgingMethod(int aging_method) Sets the dm_retainer.aging_method value.voidIDfAliasSet.setAliasCategory(int index, int aliasCategory) Sets the category for the alias in the specified index position in the alias set.voidIDfAliasSet.setAliasDescription(int index, String aliasDescription) Sets the description of the alias at the specified index position in this alias set.voidIDfAliasSet.setAliasName(int index, String aliasName) Sets the alias name at the specified index in this alias set.voidIDfSession.setAliasSet(String name) Sets the alias_set attribute of this session_config.voidIDfUser.setAliasSet(String aliasSetName) Sets the default alias set for this user.voidIDfGroup.setAliasSetId(IDfId aliasId) Sets the alias set object id of the group.voidIDfPolicy.setAliasSetIds(int index, IDfId value) Set the attribute allias_set_ids value at the specified index.voidIDfAliasSet.setAliasUserCategory(int index, int aliasUserCategory) Sets the user category of the alias at the specified index position in the alias set.voidIDfAliasSet.setAliasValue(int index, String aliasValue) Sets the value corresponding to the alias at the specified index in this alias set.voidIDfPolicy.setAllowAttach(int index, boolean value) Set the attribute allow_attach value at the specified index.voidIDfPolicy.setAllowDemote(int index, boolean value) Set the attribute allow_demote value at the specified index.voidIDfPolicy.setAllowSchedule(int index, boolean value) Set the attribute allow_schedule value at the specified index.voidIDfSysObject.setApplicationType(String type) Sets the a_application_type attribute of the object.voidIDfPolicy.setAppValidationId(IDfId value) Set the attribute app_validation_id value for this policy.voidIDfPolicy.setAppValidationVer(String value) Set the attribute app_validation_ver value for this policy.voidIDfSysObject.setArchived(boolean archived) Sets the a_archive attribute of the object.voidIDfVirtualDocumentNode.setAssemblyDocumentBinding(String bindingValue) Sets the binding between an assembly's associated document and that document's parent in the virtual document tree.voidIDfFormat.setAssetClass(String value) voidIDfSysObject.setAuthors(int index, String author) Sets the authors attribute at a specified index.voidIDfSession.setBatchHint(int batchSize) Sets the maximum number of rows returned to the server for each call to the underlying RDBMS.voidIDfVirtualDocumentNode.setBinding(String newBinding) Defines a new version label to use to resolve the binding for this node.voidSets the book_id attribute of the assembly object.voidIDfTypedObject.setBoolean(String attributeName, boolean value) Sets the boolean value of an attribute.voidIDfFormat.setCanIndex(boolean value) voidSets the child aspect of an aspect relation object.voidIDfRelation.setChildId(IDfId child) Sets the ID of the object that is the "child" in the relationship.voidIDfRelation.setChildLabel(String label) Sets the version label of the child in the relationship.voidIDfRelationType.setChildType(String child) Sets the object type of a valid child object in the relationship.voidIDfUser.setClientCapability(int clientCapability) Sets the client capability for this uservoidIDfFormat.setComClassId(String value) voidIDfAssembly.setComponentChronicleId(IDfId chronId) Sets the component_chron_id attribute of the assembly object.voidIDfAssembly.setComponentId(IDfId objectId) Sets the component_id attribute of the assembly object.voidIDfSysObject.setCompoundArchitecture(String compoundArchitecture) Used by the virtual document manager to determine if the object can be changed.voidIDfAssembly.setContainDescription(String containDesc) voidIDfAssembly.setContainType(String containType) booleanIDfSysObject.setContent(ByteArrayOutputStream content) Sets new content to an object.booleanIDfSysObject.setContentEx(ByteArrayOutputStream content, String format, int pageNumber) This is the extended method for setting the content of an object.booleanIDfSysObject.setContentEx2(ByteArrayOutputStream content, String format, int pageNumber, boolean other) This is the extended method for setting the content of an object.voidIDfSysObject.setContentType(String contentType) Sets the file format of the object's content.voidIDfActivity.setControlFlag(int flag) Sets the control flag attribute of the activity.voidIDfRelationType.setControllingKind(String val) Sets the controlling kind attribute defined for the relation of this type.voidIDfRelationType.setCopyBehavior(int val) Sets the copy behavior defined for the relation of this type.voidIDfVirtualDocumentNode.setCopyBehavior(int behavior) Sets the copy behavior for the node.voidIDfRetainer.setDateRetentionPeriod(IDfTime retentionDate) Specifies the retention period for the retainer.voidIDfUser.setDefaultACL(String aclName) Sets the default ACL for this user to a system ACL (owned by the repository owner).voidIDfUser.setDefaultACLEx(String domainName, String aclName) Sets the default ACL for this user.voidIDfUser.setDefaultFolder(String folderPath, boolean isPrivate) Sets the default folder for this user.voidIDfScopeManager.setDefaultScope(com.documentum.fc.client.ScopeBoundary boundary, boolean bNested) Set the default scoping policy for a given boundary.voidIDfFormat.setDefaultStorage(IDfId value) voidIDfAssembly.setDepth(int depth) Sets the depth_no attribute of the assembly object.voidIDfACL.setDescription(String description) Sets the user-defined description of an ACL object.voidIDfFormat.setDescription(String value) voidIDfGroup.setDescription(String description) Sets the description of this group.voidIDfRelation.setDescription(String desc) Not system defined.voidIDfRelationType.setDescription(String desc) Sets the user defined description of the relationship.voidIDfUser.setDescription(String description) Sets the default description for this user.voidIDfRetainer.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.voidIDfDocbrokerClient.setDocbrokerModificationEnabled(boolean enable, IDfSession session) Enables or disables the dynamic adding and removing of connection brokers.voidSets the domain (owner name) of an ACL object.voidIDfFormat.setDOSExtension(String value) voidSets the double value of an attribute.voidIDfSysObject.setDoubleContentAttribute(String name, double value, String formatName, int page, String pageModifier) Set a numeric content attribute.voidIDfDumpRecord.setDumpOperation(String value) voidIDfDumpRecord.setDumpParameter(int index, String value) voidIDfDumpRecord.setDumpType(int index, String value) voidIDfGroup.setDynamic(boolean isDynamic) Marks the group as a dynamic groupvoidIDfGroup.setDynamicDefault(boolean isDynamicDefault) Marks the dynamic group as having its membership be included by default for members when they connect.voidIDfRelation.setEffectiveDate(IDfTime date) Not system defined.voidIDfRetainer.setEnforcementRule(int enforcementRule) Sets the dm_retainer.enforcement_rule value.voidIDfPolicy.setEntryCriteria(int index, String value) Set the entry criteria for the state with the given index.voidIDfPolicy.setExceptionState(int index, String value) Set the attribute exception_state value at the specified index.voidIDfActivity.setExecErrHandling(int execErrHandling) Sets the failure-handling protocol for the activity's execution.voidIDfActivity.setExecMethodId(IDfId execMethodId) Identifies the method that executes the activity's actions.voidIDfActivity.setExecRetryInterval(int execRetryInterval) Sets the retry interval if the activity's execution fails.voidIDfActivity.setExecRetryMax(int execRetryMax) Sets the maximum retry number if the activity's execution fails.voidIDfActivity.setExecSaveResults(boolean execSaveResults) Defines whether to save the results of an automatic activity execution.voidIDfActivity.setExecSubtype(int subType) Defines the activity's exec_subtype.voidIDfActivity.setExecTimeOut(int execTimeOut) Sets the time-out period for the method that executes the activity's actions.voidIDfActivity.setExecType(int execType) Defines the activity's execution type as manual or automatic.voidIDfRelation.setExpirationDate(IDfTime date) Not system defined.voidIDfPolicy.setExtensionType(String value) Set the attribute extension_type value for this policy.voidIDfUser.setFailedAuthenticationAttempts(int failedAttempts) Sets the number of failed attempts to authenticate the user.voidSets the content file of this object or replaces an existing content.voidThis is the extended method for setting the content file of this object, or it replaces existing content.voidIDfDumpRecord.setFileName(String value) voidIDfFormat.setFilenameModifier(String value) voidIDfLocation.setFileSystemPath(String fileSystemPath) Sets the file system path of this location.voidIDfMountPoint.setFileSystemPath(String fileSystemPath) Sets the file system path of this mount point.voidIDfVirtualDocumentNode.setFollowAssembly(boolean followAssembly) Directs the system to use the node's assembly in the display.voidIDfFormat.setFormatClass(int index, String value) voidIDfSysObject.setFullText(boolean fullText) Sets whether the document is marked for full-text indexing.voidIDfGroup.setGloballyManaged(boolean isGloballyManaged) Sets if this group is globally managed (by Federation) or local.voidIDfUser.setGloballyManaged(boolean isGloballyManaged) Sets the user as either global (managed by federation) or local.voidIDfGroup.setGroupAddress(String groupAddress) Sets the e-mail address of this group.voidIDfGroup.setGroupAdmin(String admin) Sets the admin of this group.voidIDfGroup.setGroupClass(String className) Sets the class of this group.voidIDfGroup.setGroupDirectoryId(IDfId value) voidIDfGroup.setGroupDisplayName(String value) Sets the display name of a group.voidIDfGroup.setGroupGlobalUniqueId(String value) voidIDfGroup.setGroupName(String groupName) Sets the name of this group.voidIDfSysObject.setGroupName(String name) Set the group name to which this object belongs.voidIDfGroup.setGroupNativeRoomId(IDfId value) Sets the group native room id.voidIDfSysObject.setGroupPermit(int permit) Sets the object-level group permission for the object.voidIDfGroup.setGroupSource(String value) voidIDfPlugin.setHardwarePlatform(String platform) Sets the hardware platform of this plugin.voidIDfFormat.setHidden(boolean value) voidIDfSysObject.setHidden(boolean isHidden) Sets the visibility of the object for end users.voidIDfUser.setHomeDocbase(String docbaseName) Sets this user's home repository.voidIDfMountPoint.setHostName(String hostName) Sets the host name of this mount point.voidIDfFormat.setIconIndex(int value) voidSets the Object ID value of an attribute.voidIDfRetainer.setImmutabilityRule(int immutabilityRule) Sets the dm_retainer.immutability_rule value.voidIDfVirtualDocument.setIncludeBrokenBindings(boolean shouldIncludeBroken) Specifies whether to display nodes with broken bindings using the CURRENT label.voidIDfDumpRecord.setIncludeContent(boolean value) voidIDfPolicy.setIncludedType(int index, String value) Set the attribute included_typename attribute at the specified index.voidIDfPolicy.setIncludeSubtypes(int index, boolean value) Set the attribute include_subtypes value at the specified index.voidIDfWorkflow.setInitiateAct(String actName) Set initiate_act attribute of the workflowvoidIDfWorkflow.setInstructions(int index, String instr) Sets the instructions attribute at a specified index.voidSets the integer value of an attribute.voidIDfRetainer.setIntervalRetentionPeriod(int retentionInterval) Specifies retention period for the retainer.voidIDfSysObject.setIsVirtualDocument(boolean is_virtual_doc) Sets the r_is_virtual_doc attribute for the object.voidIDfPolicy.setJavaMethods(boolean value) Set the attribute java_methods value for this policy.voidIDfSysObject.setKeywords(int index, String keyword) Sets the keywords attribute at a specified index.voidIDfMethodObject.setLaunchAsync(boolean value) voidIDfMethodObject.setLaunchDirect(boolean value) voidIDfSysObject.setLinkResolved(boolean linkResolved) Sets the a_link_resolved attribute of the object.voidIDfLoadRecord.setLoadFileName(String value) voidIDfLoadRecord.setLoadOperation(String value) voidIDfLoadRecord.setLoadParameter(int index, String value) voidIDfLoadRecord.setLoadType(int index, String value) voidvoidIDfSysObject.setLogEntry(String logEntry) Sets the comment specified by the user.voidIDfFormat.setMacCreator(String value) voidIDfMountPoint.setMacPreferredAlias(String alias) Sets the Macintosh preferred alias of this mount point.voidIDfFormat.setMacType(String value) voidIDfMethodObject.setMethodArgs(int index, String value) voidIDfMethodObject.setMethodContent(String filePath) Sets the content of the method.voidIDfMethodObject.setMethodType(String value) voidIDfMethodObject.setMethodVerb(String value) voidIDfFormat.setMimeType(String value) voidIDfLocation.setMountPointName(String mountPointName) Sets the mount point name of this location.voidvoidIDfLocation.setNewMountPoint(String path) Sets the mount point of this location by passing the file system path of the mount point.voidIDfRetainer.setNoRetentionPeriod()Specifies retention rule for the retainer with no defined retention period.voidReserved for future use.voidIDfVirtualDocument.setNumberingScheme(IDfVDMNumberingScheme scheme) Defines the numbering scheme for the virtual document display.voidIDfAliasSet.setObjectDescription(String objectDescription) Sets the description of the alias set.voidIDfACL.setObjectName(String name) Sets the name of the ACL.voidIDfAliasSet.setObjectName(String objectName) Sets the name of the alias set.voidIDfSysObject.setObjectName(String objectName) Sets the object_name attribute of the object.voidIDfWorkflow.setObjectName(String objectName) Sets the object name of a workflow object.voidIDfPlugin.setOperatingSystem(String opSystem) Sets the operating system of this plugin.voidIDfAssembly.setOrderNumber(double orderNumber) Sets the order_no attribute of the assembly object.voidIDfRelation.setOrderNumber(int no) Not system defined.voidSets the output ports.voidIDfWorkitem.setOutputByActivities(IDfList actList) Defines the next activities to be assigned packages in the workflow.voidIDfVirtualDocumentNode.setOverrideLateBindingValue(boolean override) Sets the use_node_ver_label attribute for the node's associated containment object.voidIDfAliasSet.setOwnerName(String ownerName) Sets the owner name of this alias set.voidIDfGroup.setOwnerName(String ownerName) Sets the owner of this group.voidIDfSysObject.setOwnerName(String ownerName) Sets the name of the object's owner.voidIDfSysObject.setOwnerPermit(int permit) Assigns the object-level permission to the owner of the object.voidIDfProcess.setPackageControl(int packageControl) Sets the package_control attribute.voidIDfProcess.setPackageSchemaId(String packageName, IDfId schemaId) Creates a relation between an XML schema document and a package.voidIDfProcess.setPackageSchemaUri(String packageName, String schemaUri) Creates a relation between an XML schema URI and a package.voidIDfWorkflow.setPackageSkillLevel(String packageName, int skillLevel) Set the skill level of a given package.voidIDfWorkitem.setPackageSkillLevel(String packageName, int skillLevel) Set the skill level of a given package.voidSets the parent aspect of an aspect relation objectvoidIDfWorkflow.setParentActName(String actName) Set parent_act_name attribute of the workflowvoidIDfWorkflow.setParentActSeqno(int actSeqno) Set parent_act_seqno attribute of the workflowvoidIDfAssembly.setParentId(IDfId parentObjectId) Sets the parent_id attribute of the assembly object.voidIDfRelation.setParentId(IDfId parent) Sets the ID of the object that is the "parent" in the relationship.voidIDfWorkflow.setParentId(IDfId parentId) Set parent_id attribute of the workflowvoidIDfRelationType.setParentType(String parent) Sets the object type of a valid parent object in the relationship.voidIDfPersistentObject.setPartition(int partition) Set i_partition for this object.voidSets the path to a content object or replaces an existing content.voidIDfLocation.setPathType(int pathType) Sets the path type of this location.voidIDfProcess.setPerformerAliasId(IDfId aliasId) Defines the process's performer alias set object id.voidIDfActivity.setPerformerFlag(int performerFlag) Defines whether the activity's performer can delegate or extend the activity.voidIDfActivity.setPerformerName(String performerName) Defines the user or group you want to perform the activity.voidIDfWorkflow.setPerformers(String actName, IDfList userGroupList) Sets the performers attributes for the specified activity name.voidIDfWorkitem.setPerformers(String actName, IDfList userGroupList) Sets the performers attributes for the specified activity name.voidIDfActivity.setPerformerType(int performerType) Defines who can perform the activity.voidIDfRelation.setPermanentLink(boolean val) Deprecated.As of DFC 5.3, replaced by IDfRelationType.setPermanentLink()voidIDfRelationType.setPermanentLink(boolean val) Indicates if you want to maintain the relationship across versions of the parent object.voidIDfPlugin.setPluginType(String type) Sets the type of this plugin.voidIDfActivity.setPostTimer(int postTimer) Defines the expected maximum number of hours to complete the activity.voidIDfActivity.setPostTimerRepeatLastAction(boolean repeatLast) Sets an indicator for whether or not the final timer in a series should repeat.voidIDfDumpRecord.setPredicate(int index, String value) voidIDfLoadRecord.setPredicate(int index, String value) voidIDfDumpRecord.setPredicate2(int index, String value) voidIDfActivity.setPreTimer(int preTimer) Sets the pre-timer interval for the activity.voidIDfActivity.setPreTimerRepeatLastAction(boolean repeatLast) Sets an indicator for whether or not the final timer in a series should repeat.voidIDfWorkitem.setPriority(int newPriority) Sets the priority.voidIDfActivity.setPrivate(boolean isPrivate) Defines the activity as public or private.voidIDfGroup.setPrivate(boolean isPrivate) Sets if this group is private or publicvoidIDfProcess.setPrivate(boolean isPrivate) Defines whether the workflow definition is private or public.voidIDfWorkflow.setProcessId(IDfId processId) Sets the process ID for the workflow.voidIDfAuditTrailManager.setRegisterEvents(IDfId objectId, IDfList events) Sets a list of events for the object.voidIDfAspectRelation.setRelation(int type) Sets the relation type of an aspect relation object.voidIDfRelation.setRelationName(String rName) Sets the relation_name attribute.voidIDfRelationType.setRelationName(String rName) Sets the value of the relation_name attribute.voidIDfLoadRecord.setRelocate(boolean value) voidIDfRetainer.setRenditionRule(int renditionRule) Sets the dm_retainer.rendition_rule value.voidIDfActivity.setRepeatableInvoke(boolean repeatableInvoke) Defines whether the activity can be invoked multiple times when the workflow is running.voidIDfTypedObject.setRepeatingBoolean(String attributeName, int valueIndex, boolean value) Sets a boolean value of a repeating attribute.voidIDfTypedObject.setRepeatingDouble(String attributeName, int valueIndex, double value) Sets a double value of a repeating attribute.voidIDfTypedObject.setRepeatingId(String attributeName, int valueIndex, IDfId value) Sets a Object ID value of a repeating attribute.voidIDfTypedObject.setRepeatingInt(String attributeName, int valueIndex, int value) Sets an integer value of a repeating attribute.voidIDfActivity.setRepeatingPerformerName(int index, String name) Sets the performer name attribute at a specified index.voidIDfTypedObject.setRepeatingString(String attributeName, int valueIndex, String value) Sets a string value of a repeating attribute.voidIDfTypedObject.setRepeatingTime(String attributeName, int valueIndex, IDfTime value) Sets a date/time value of a repeating attribute.voidIDfTypedObject.setRepeatingValue(String attributeName, int valueIndex, IDfValue value) Sets a value of a repeating attribute.voidIDfSysObject.setResolutionLabel(String label) Sets the resolution label for the object.voidIDfActivity.setResolvePackageName(String resolvePkgName) Sets the package name used to resolve performer aliasing.voidIDfActivity.setResolveType(int resolveType) Sets the performer aliasing resolve type of the activity.voidIDfRetainer.setRetentionStorageClass(String retentionStorageClass) Sets the dm_retainer.retention_storage_class value.voidIDfPolicy.setReturnCondition(int index, int value) Set the attribute return_condition value at the specified index.voidIDfPolicy.setReturnToBase(int index, boolean value) Set the attribute return_to_base value at the specified index.voidIDfFormat.setRichmediaEnabled(boolean value) voidIDfMethodObject.setRunAsServer(boolean value) voidIDfLocation.setSecurityType(int securityType) Sets the security type of this location.voidIDfMountPoint.setSecurityType(int securityType) Sets the security type of this mount point.voidIDfRelationType.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.voidIDfVirtualDocumentNode.setSelectedVersion(String theVersion) Overrides the node's binding criteria and displays the specified version.voidIDfSession.setServerTraceLevel(int level, String facility) Sets the session's tracing level for a particular facility on the server.voidIDfTypedObject.setSessionManager(IDfSessionManager sessMgr) Associates a session manager with this object.voidIDfActivity.setSignoffRequired(boolean signoffRequired) Defines whether the activity requires a sign off.voidIDfSysObject.setSpecialApp(String specialApp) Reserved for use by Documentum products.voidIDfPolicy.setStateClass(int index, int value) Set the attribute state_class at the specified index.voidIDfPolicy.setStateDescription(int index, String value) Set the attribute state_description value at the specified index.voidIDfPolicy.setStateName(int index, String value) Set the attribute state_name value at the specified index.voidIDfPolicy.setStateNo(int index, int value) Set the attribute i_state_no value at the specified index.voidIDfStateExtension.setStateNo(int v) Sets the number of the state that this object extends.voidIDfPolicy.setStateType(int index, String value) Set the attribute state_type value at the specified index.voidSets the a_status attribute of the object.voidIDfSysObject.setStorageType(String type) Sets the storage area for content files associated with the object.voidIDfSysObjectStream.setStream(InputStream stream, int size, String format) Sets content as input stream to an associated sysobject.voidIDfSysObjectStream.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.voidSets the string value of an attribute.voidIDfSysObject.setStringContentAttribute(String name, String value, String formatName, int page, String pageModifier) Set a String content attribute.voidIDfSysObject.setSubject(String subject) Sets the subject attribute of the object.voidIDfMethodObject.setSuccessReturnCodes(int index, int value) voidIDfMethodObject.setSuccessStatus(String value) voidIDfWorkflow.setSupervisorName(String supervisorName) Sets the name of the workflow supervisor.voidIDfPolicy.setSystemActions(int index, IDfId value) Set the attribute system_actions value at the specified index.voidIDfActivity.setTaskSubject(String name) Set a subject for the task inbox item, the subject will be constructed at the creation time of the inbox itemvoidSets the date/time value of an attribute.voidIDfSysObject.setTimeContentAttribute(String name, IDfTime value, String formatName, int page, String pageModifier) Set a Date/Time content attribute.voidIDfMethodObject.setTimeoutDefault(int value) voidIDfMethodObject.setTimeoutMax(int value) voidIDfMethodObject.setTimeoutMin(int value) voidIDfSessionManagerConfig.setTimeZone(String value) voidSets the title attribute of the object.voidIDfFormat.setTopicFilter(String value) voidIDfFormat.setTopicFormat(IDfId value) voidIDfFormat.setTopicFormatName(String value) voidIDfFormat.setTopicTransform(boolean value) voidIDfMethodObject.setTraceLaunch(boolean value) voidIDfActivity.setTransitionEvalCount(int count) Set the number of completed tasks that are required to trigger the next activities.voidIDfActivity.setTransitionFlag(int flag) Together with the transition eval count, set when and how to trigger the selected outgoing paths when activity is manual transitionvoidIDfActivity.setTransitionMaxOutputCount(int count) Set the maximum number of output ports user can select at runtime when activity is manual transitionvoidIDfActivity.setTransitionType(int transitionType) Defines the transition type for the activity.voidIDfActivity.setTriggerEvent(String triggerEvent) Sets the event type that is expected to trigger the activity.voidIDfActivity.setTriggerThreshold(int triggerThreshold) Defines the trigger threshold for the activity.voidIDfPolicy.setTypeOverrideId(int index, IDfId value) Set the attribute type_override_id value at the specified index.voidIDfMountPoint.setUnixPreferredAlias(String alias) Sets the UNIX preferred alias of this mount point.voidSets the usage of this plugin.voidIDfMethodObject.setUseMethodContent(boolean value) voidIDfMethodObject.setUseMethodServer(boolean value) voidIDfPolicy.setUserActionId(int index, IDfId value) Set the attribute user_action_id value at the specified index.voidIDfPolicy.setUserActionService(int index, String value) Set the attribute user_action_service value at the specified index.voidIDfPolicy.setUserActionVer(int index, String value) Set the attribute user_action_ver value at the specified index.voidIDfUser.setUserAddress(String userAddress) Sets the user's email address.voidIDfPolicy.setUserCriteriaId(int index, IDfId value) Set the attribute user_criteria_id value at the specified index.voidIDfPolicy.setUserCriteriaService(int index, String value) Set the attribute user_criteria_service value at the specified index.voidIDfPolicy.setUserCriteriaVer(int index, String value) Set the attribute user_criteria_ver value at the specified index.voidIDfUser.setUserDBName(String userDBName) Sets this user's RDBMS user name.voidIDfUser.setUserDelegation(String delegateUserName) Sets the name of the user to whom to delegate work items.voidIDfUser.setUserGroupName(String userGroupName) Sets this user's default group.voidIDfUser.setUserLoginName(String userLoginName) Sets the user's Documentum user login name To change the user login name of an existing user.voidIDfUser.setUserName(String userName) Sets the name of this user.voidIDfUser.setUserOSName(String accountName, String domainName) Sets this user's authentication information: operating system account name and domain.voidIDfUser.setUserPassword(String value) Sets the user password for inline users.voidIDfPolicy.setUserPostprocessingService(int index, String value) Set the attribute user_post_processing_service value at the specified index.voidIDfPolicy.setUserPostprocId(int index, IDfId value) Set the attribute user_postproc_id value at the specified index.voidIDfPolicy.setUserPostprocVer(int index, String value) Set the attribute user_postproc_ver at the specified index.voidIDfUser.setUserPrivileges(int userPrivileges) Sets this user's privileges level.voidIDfUser.setUserSource(int userSource) Deprecated.As of DFC 5.2.5, replaced by setUserSourceAsString(String)voidIDfUser.setUserSourceAsString(String userSource) Sets this user's source.voidIDfUser.setUserState(int userState, boolean unlockObjects) Sets this user's activation state (active/inactive).voidIDfPolicy.setUserValidationService(String value) Set the attribute user_validation_service value for this policy.voidIDfUser.setUserXPrivileges(int userXPrivileges) Sets the user's extended privileges.voidIDfLocation.setValidate(boolean validate) Sets whether this location should validatevoidSets the value of an attribute.voidIDfFormat.setWin31App(String value) voidIDfMountPoint.setWinPreferredAlias(String alias) Sets the Windows preferred alias of this mount point.voidIDfUser.setWorkflowDisabled(boolean disabled) Sets whether this user is workflow disabled.voidIDfSysObject.setWorldPermit(int permit) Sets the object-level permission assigned to the world for the object.voidIDfUser.setWriteFederationLogOption(int options) Sets the options on various properties to write to the federation log when properties are changed.voidIDfSession.shutdown(boolean immediate, boolean deleteEntry) Shuts down a server.voidCreates an audit trail entry of signoff information for an object.voidIDfRouter.signOffRouter(int taskNumber, String userOSName, String password) Deprecated.voidDeprecated.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.voidSuspends the sysobject from its current state to the exception state.voidIDfSysObjectRetention.swapRetainer(IDfId oldRetainerId, IDfId newRetainerId) Replace a dm_retainer attached to the object to a new one.booleanEvaluates a boolean condition given some runtime state.voidDeprecated.Please configure tracing using the ClientConfig objectIDfClient.getClientConfig()voidIDfSysObjectRetention.triggerConditionalRetention()Function triggers the clip inside Centera associated with the SysObject object.voidTruncates the values stored in a repeating attribute.voidDfClient.unadoptDMCLSession(String dmclSessionId) voidIDfClient.unadoptDMCLSession(String dmclSessionId) Deprecated.session adoption is no longer useful without a separate DMCLvoidIDfSysObject.unfreeze(boolean thawComponents) Unfreezes a frozen object, and optionally if the object is a virtual document, it unfreezes the object's associated assembly.voidIDfActivity.uninstall()Uninstalls an activity.voidIDfProcess.uninstall()Moves the installed workflow definition back to the validated state.voidIDfPolicy.unInstall(boolean notify) Validate this policy.voidRemoves a link between the object and a folder or cabinet.voidRemoves symbolic labels from an object.voidIDfAuditTrailManager.unregisterAllEvents(IDfId objectId) Unregisters all events for the object.voidIDfAuditTrailManager.unregisterEvent(IDfId objectId, String event) Unregisters an event for the object.voidIDfPersistentObject.unRegisterEvent(String event) Removes the current user's registration for a specified event.voidIDfPersistentObject.unRegisterEventEx(String event, String userName) Removes the current user's registration for a specified event.voidIDfAuditTrailManager.unregisterEventForObject(IDfId objectId, String event, IDfId policyId, String stateName) Unregisters an event for the object type.voidIDfAuditTrailManager.unregisterEventForType(String typeName, String event, String controllingApp, IDfId policyId, String stateName) Unregisters an event for the object type.voidIDfAuditTrailManager.unregisterEvents(IDfId objectId, IDfList events) Unregisters a list of events for the object.voidIDfAuditTrailManager.unregisterEventsFromQuery(String query, IDfList events) For each object returned by the query, removes the registrations for the specified events.voidIDfAuditTrailManager.unregisterEventsInFolder(IDfId folderId, IDfList events) Unregisters a list of events for all sysobjects under the folder.voidIDfSysObject.updatePart(IDfId containmentId, String versionLabel, double orderNumber, boolean useNodeVerLabel, boolean followAssembly, int copyChild) Modifies a child dmr_containment attribute value.voidIDfSysObject.updatePartEx(IDfId containmentId, String versionLabel, double orderNumber, boolean useNodeVerLabel, boolean followAssembly, int copyChild, String containType, String containDesc) voidIDfWorkflow.updateSupervisorName(String supervisorName) Change the supervisor of a running workflow.voidAssigns an ACL specification to the object.voidIDfActivity.validate()Validates the package definitions associated with the activity.voidIDfPolicy.validate()Validate this policy.voidIDfProcess.validate()Validates the workflow definition.voidIDfValidator.validateAll(IDfProperties attrValues, boolean modifiedAttrsOnly) Performs both attribute level and object level validation.voidIDfValidator.validateAllAttrRules(IDfProperties attrValues, boolean modifiedAttrsOnly) Validate the user inputattrValueswith all the attribute level validation rules specified for this object type, policy and state set in the Data Dictionary.voidIDfValidator.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.voidIDfPersistentObject.validateAllRules(int stopAfterNumOfErrors) Deprecated.use getValidator and then call validateAll on IDfValidator insteadvoidIDfPersistentObject.validateAttrRules(String attrName, int stopAfterNumOfErrors) Deprecated.use getValidator and then call validateAttrRules on IDfValidator insteadvoidIDfValidator.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.voidIDfPersistentObject.validateAttrRulesWithValue(String attrName, String value, int stopAfterNumOfErrors) Deprecated.use getValidator and then call validateAttrRules on IDfValidator insteadvoidIDfPersistentObject.validateAttrRulesWithValues(String attrName, IDfList valueList, int stopAfterNumOfErrors) Deprecated.use getValidator and then call validateAttrRules on IDfValidator insteadvoidIDfProcess.validateEx(boolean checkActivity) Validates the workflow definition.voidIDfPersistentObject.validateObjRules(int stopAfterNumOfErrors) Deprecated.use getValidator and then call validateAllObjRules on IDfValidator insteadvoidIDfPersistentObject.validateObjRulesWithValues(IDfList attrNameList, IDfList valueListList, int stopAfterNumOfErrors) Deprecated.use getValidator and then call validateAllObjRules on IDfValidator insteadvoidIDfProcess.validateProcessAndActivities()Validates the workflow defintion and its referenced activities.voidIDfRouter.validateRouter(boolean externalApps) Deprecated.voidIDfType.validateTypeAttrRulesWithValue(String attrName, IDfId policyId, String state, String value, IDfList depAttrNameList, IDfList depAttrValueListList, int stopAfterNumOfErrors) Deprecated.voidIDfType.validateTypeAttrRulesWithValues(String attrName, IDfId policyId, String state, IDfList values, IDfList depAttrNameList, IDfList depAttrValueListList, int stopAfterNumOfErrors) Deprecated.voidIDfType.validateTypeObjRulesWithValues(IDfList attrNameList, IDfId policyId, String state, IDfList valueListList, int stopAfterNumOfErrors) Deprecated.booleanIDfAuditTrail.verifyAudit()This API verifies this particular Audit Trail object and returns true or false accordingly.voidIDfSysObject.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 TypeMethodDescriptionvoidIDfBocsConfig.addExternalUrlEntry(IDfBocsConfig.ExternalUrlEntry urlEntry) Adds ExternalUrlEntry object.voidIDfAcsConfig.addProjectionEntry(IDfAcsConfig.ProjectionEntry projectionEntry) Adds ProjectionEntry object.voidIDfAcsConfig.addStoreEntry(IDfAcsConfig.StoreEntry storeEntry) Adds StoreEntry object.voidIDfAcsClient.addUnavailableAcsServer(String urlString) Add the specified accelerated content store (ACS) server to the list of unavailable ACS servers.voidIDfAcsConfig.addUrlEntry(IDfAcsConfig.UrlEntry urlEntry) Adds UrlEntry object.voidIDfBocsConfig.addUrlEntry(IDfBocsConfig.UrlEntry urlEntry) Adds UrlEntry object.IDfAcsClient.getAcsData(IDfSessionManager sessionManager, String docbaseName, String networkLocationIdentifier) Returns anIDfEnumerationobject that lists allAcsDataobjects for a given repository.IDfAcsClient.getAcsData(IDfSession session, String networkLocationIdentifier) Returns anIDfEnumerationobject that lists allAcsDataobjects for a given repository.IDfAcsConfig.getAcsNetworkLocationIdentifiers()Returns a list of the ACS network location identifiers.IDfAcsClient.getAllNetworkLocations(String locale) Returns anIDfEnumerationobject that lists allIDfNetworkLocationEntryobjects.IDfContentTransferConfig.getBocsEncryptionMode()Returns BOCS encryption mode in this repository.IDfAcsClient.getClientNetworkLocations(String clientIPAddress, String locale) Returns anIDfEnumerationobject that lists allIDfNetworkLocationEntryobjects.intIDfAcsConfig.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 anIDfNetworkLocationEntryobject 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.intIDfAcsConfig.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.booleanIDfContentTransferConfig.isAcsAsynchWriteEnabled()Returns whether ACS asynchronous write mode is enabled in this repository.booleanIDfContentTransferConfig.isAcsReadEnabled()Returns whether ACS read mode is enabled in this repository.booleanIDfContentTransferConfig.isAcsWriteEnabled()Returns whether ACS write mode is enabled in this repository.booleanIDfBocsConfig.isAsynchWriteEnabled()Returns a flag indicating whether asynchronous write is enabledbooleanIDfContentTransferConfig.isBocsPrecachingEnabled()Returns whether BOCS predictive caching is enabled in this repository.booleanIDfAcsConfig.isCacheAcs()Deprecated.as of version D6, useIDfBocsConfigfor cache server config objects.booleanIDfAcsClient.isContentTransferCapabilityEnabled(IDfSession session, String networkLocationIdentifier, IDfContentTransferCapability capability) Returns whether content transfer capability is enabled in a docbase of a given session.booleanIDfAcsConfig.isEnabled()Returns a flag indicating whether ACS is enabledbooleanIDfBocsConfig.isEnabled()Returns a flag indicating whether BOCS is enabledbooleanIDfDmsConfig.isEnabled()Returns whether DMS is enabled.booleanIDfBocsConfig.isInclusionList()Returns a flag indicating whether the list of repositories is an inclusion list.booleanIDfAcsConfig.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.voidIDfAcsConfig.setAcsNetworkLocationIdentifiers(IDfList acsNetworkLocationIdentifiers) Sets the ACS network location identifiers.voidIDfContentTransferConfig.setAcsReadEnabled(boolean isEnabled) Sets whether ACS read mode is enabled in this repository.voidIDfContentTransferConfig.setAcsWriteMode(String mode) Sets ACS write mode in this repository.voidIDfBocsConfig.setAsynchWriteEnabled(boolean isEnabled) Sets a flag indicating whether asynchronous write is enabled.voidIDfContentTransferConfig.setBocsEncryptionMode(String mode) Sets BOCS encryption mode in this repository.voidIDfContentTransferConfig.setBocsPrecachingEnabled(boolean isEnabled) Sets whether BOCS predictive caching is enabled in this repository.voidIDfAcsConfig.setCacheAcs(boolean isCacheAcs) Deprecated.as of version D6, useIDfBocsConfigfor cache server config objects.voidIDfAcsConfig.setConfigType(int configType) Sets type of the config.voidIDfBocsConfig.setDeliveryType(String deliveryType) Sets the delivery typevoidIDfValidationDescriptor.setDescriptorVersion(String version) Sets the descriptor versionvoidIDfBocsConfig.setDocbaseNames(IDfList docbaseNames) Sets the repository names.voidIDfAcsConfig.setEnabled(boolean isEnabled) Sets a flag indicating whether ACS is enabledvoidIDfBocsConfig.setEnabled(boolean isEnabled) Sets a flag indicating whether BOCS is enabledvoidIDfDmsConfig.setEnabled(boolean isEnabled) Sets whether DMS is enabled.voidIDfBocsConfig.setExternalUrlEntries(IDfList urlEntries) Replace all ExternalUrlEntry objects.voidIDfBocsConfig.setInclusionList(boolean isInclusionList) Sets a flag indicating whether the list of repositories is an inclusion list.voidIDfDmsConfig.setMessageConsumeUrl(String url) Sets URL that can be used by agents to consume messages from DMS in a pull modevoidIDfDmsConfig.setMessagePostUrl(String url) Sets URL that can be used to post messages to DMSvoidIDfAcsConfig.setNearStores(IDfList nearStores) Sets list of names of stores that are near the ACS.voidIDfBocsConfig.setNetworkLocationIdentifiers(IDfList networkLocationIdentifiers) Sets the BOCS network location identifiers.voidIDfAcsConfig.setObjectName(String objectName) Sets the ACS name.voidIDfBocsConfig.setObjectName(String objectName) Sets the BOCS name.voidIDfValidationDescriptor.setObjectName(String descriptorName) Sets the descriptor name.voidIDfValidationDescriptor.setParameterNames(IDfList parameterNames) Sets the list of parameter namesvoidIDfAcsConfig.setProjectionEntries(IDfList projectionEntries) Replace all ProjectionEntry objects.voidIDfAcsConfig.setRWCapability(int capability) Deprecated.use setEnabled and setSurrogateGetEnabled methodsvoidIDfAcsConfig.setServerConfigId(IDfId serverConfigId) Sets the ID of the Content Server config object for the ACS.voidIDfAcsConfig.setServerMajorVersion(String majorVersion) Sets server major versionvoidIDfBocsConfig.setServerMajorVersion(String majorVersion) Sets server major versionvoidIDfDmsConfig.setServerMajorVersion(String majorVersion) Sets server major versionvoidIDfAcsConfig.setServerMinorVersion(String minorVersion) Sets the server minor versionvoidIDfBocsConfig.setServerMinorVersion(String minorVersion) Sets the server minor versionvoidIDfDmsConfig.setServerMinorVersion(String minorVersion) Sets the server minor versionvoidIDfAcsConfig.setStoreEntries(IDfList storeEntries) Replaces all StoreEntry objects.voidIDfAcsConfig.setSurrogateGetEnabled(boolean isEnabled) Sets a flag indicating whether both read and a "surrogate get" is enabled.voidIDfAcsConfig.setUrlEntries(IDfList urlEntries) Replaces all UrlEntry objects.voidIDfBocsConfig.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 TypeMethodDescriptionvoidIDfAspects.attachAspect(String name, IDfAttachAspectCallback callback) Attaches the named aspect and invokes the optional callback when the object is completely rebuilt.voidIDfAspects.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 TypeClassDescriptionclassThis 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 TypeMethodDescriptionbooleanIDfFtConfig.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 TypeClassDescriptionclassThis exception is thrown in case of a possible configuration issue of the ECIS adpaters when doing a search.classThis exception is thrown when format of a stored query cannot be recognized.classThis exception is thrown when unexpected condition is discovered during query generation process.classThis exception is thrown during the retrieval of a result content.classThis exception is a base exception for thecom.documentum.fc.client.searchpackage.classThis exception is thrown when credentials are invalid.classThis 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 TypeMethodDescriptionvoidIDfExpression.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.voidIDfSearchSourceContainer.addSelectedSource(String sourceName) Adds a selected source.booleanIDfSmartList.areResultsSaved()Checks whether results are saved or not with the search.voidIDfSearchSourceContainer.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.booleanIDfSearchStoreService.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.intIDfSearchTypeAssistant.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.intIDfSearchSourceMap.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.intIDfSmartList.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", ...).intIDfResultContent.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.booleanIDfSearchTypeAssistant.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.booleanIDfSearchTypeAssistant.hasValueAssistance(String attrName) Indicates whether a value assistance is available for an attribute.booleanIDfSearchTypeAssistant.hasValueAssistanceDependencies(String attrName) Indicates whether the value assistance of an attribute defines dependencies on other attributes values.booleanIDfSearchTypeAssistant.isAttributeRepeated(String attrName) Tests if a given attribute is repeated.booleanIDfSmartList.isLegacy()Indicates whether this smart list is an old format.booleanIDfResultObjectManager.isRepositoryObject(IDfResultEntry entry) Indicates whether the result comes from a repository and can be accessed as a IDfSysObject.booleanIDfResultObjectManager.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.voidIDfSearchSourceContainer.removeSelectedSource(String sourceName) Removes selected source.Stores this search.voidIDfQueryManager.saveQueryDefinition(IDfQueryDefinition queryDefinition, OutputStream out) Saves a query definition in an output stream.voidIDfQueryManager.saveSmartListDefinition(IDfSmartListDefinition smartList, OutputStream out) Saves a smart list definition in an output stream.voidIDfQueryManager.saveSmartListDefinition(IDfSmartListDefinition smartList, Document doc, Node parentNode) Saves a smart list definition in an output stream.voidIDfModifiableResultEntry.setContentDescriptor(String contentDescriptor) Sets the descriptor of an external result content.voidIDfSearchResults.setResultsSet(IDfResultsSet resultSet) Sets the IDfResultsSet.voidIDfSmartList.setResultsSet(IDfResultsSet resultSet) Sets the IDfResultsSet.voidIDfSmartList.setSmartListDefinition(IDfSmartListDefinition smartList) Sets the content of this dm_smart_list.booleanIDfSearchStoreService.supportsResultsStorage()Checks whether the new store search attributes are available in the repository.voidDfExpressionVisitor.visit(IDfExpressionSet expr) Visits anIDfExpressionSet.voidDfExpressionVisitor.visit(IDfFullTextExpression expr) Visits anIDfFullTextExpression.voidDfExpressionVisitor.visit(IDfRelativeDateExpression expr) Visits anIDfRelativeDateExpression.voidDfExpressionVisitor.visit(IDfSimpleAttrExpression expr) Visits anIDfSimpleAttrExpression.voidDfExpressionVisitor.visit(IDfValueListAttrExpression expr) Visits anIDfValueListAttrExpression.voidDfExpressionVisitor.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.voidIDfCompletionFilter.onComplete(IDfContext context) -
Uses of DfException in com.documentum.fc.common
Subclasses of DfException in com.documentum.fc.commonModifier and TypeClassDescriptionclassDfValidationException will be thrown when a validation rule is violatedMethods in com.documentum.fc.common that return DfExceptionModifier and TypeMethodDescriptionstatic DfExceptionDfException.appendException(DfException exptHead, DfException e, int stopAfterNumOfErrors) Appends a DfException to the end of an exception chain.static DfExceptionstatic DfExceptionDfException.materializedLightObjectException(IDfId id) static DfExceptionDfException.newAlreadyMaterializedException(IDfId objectId) static DfExceptionDfException.newApiBadType(IDfId componentId, String typeName) static DfExceptionDfException.newAspectMissingPropertyBag(String aspectName, IDfId objId, String typeName) static DfExceptionDfException.newAuditTrailOutOfRangeException(int valueIndex, String attributeName, int count) static DfExceptionDfException.newBadCacheTypeNameException(String cacheTypeName) static DfExceptionDfException.newBadClassException(String className, String baseClassName, Throwable cause) static DfExceptionDfException.newBadDataTypeException(int dataType) static DfExceptionDfException.newBadDateException(String value, String pattern) static DfExceptionDfException.newBadDocbaseScopeIdException(long docbaseId) static DfExceptionDfException.newBadFlushArgException(String flushType) static DfExceptionDfException.newBadIdException(IDfId id) static DfExceptionDfException.newBadTypeException(String typeName) static DfExceptionDfException.newCannotChangeSharedParentException()static DfExceptionDfException.newCannotDestroyAspect(String aspectName) static DfExceptionDfException.newCantApplyException(String methodName) static DfExceptionDfException.newCantExportDirtyObjectException(IDfId id) static DfExceptionDfException.newCantFetchInvalidId(String objectId) static DfExceptionDfException.newCantWithOpenTranException(String operationName) static DfExceptionDfException.newClassNotFoundException(String className, Throwable cause) static DfExceptionDfException.newDecodingFailedException(String tokenName, String tokenValue, Throwable cause) static DfExceptionDfException.newDeserializeFailedException(String serializedValue, Throwable cause) static DfExceptionDfException.newDynamicGroupUpdateException()static DfExceptionDfException.newFailedPolicyUpdateException(Throwable cause) static DfExceptionDfException.newFlushDDCacheBadKeyException(String cacheKey) static DfExceptionDfException.newFlushDDCacheNoKeyException()static DfExceptionDfException.newFlushRegistryCacheNoKeyException()static DfExceptionDfException.newIllegalDateFormatException(String value) static DfExceptionDfException.newIllegalSBOAccessException(String sboName) static DfExceptionDfException.newInvalidAspectName(String aspectName) static DfExceptionDfException.newInvalidDefaultValue(String typeName, String attrName, String defaultValue) static DfExceptionDfException.newInvalidNewObjectException(String typeName) static DfExceptionDfException.newInvalidTypeException(String typeName, IDfId objectId, String requiredTypeName) static DfExceptionDfException.newMaterializationOptionMismatchException(IDfId objectId) static DfExceptionDfException.newMultipleObjectsQualify(String predicate, String docbaseName) static DfExceptionDfException.newNoCacheKeyException()static DfExceptionDfException.newNoCacheNameException()static DfExceptionDfException.newNoCacheTypeNameException()static DfExceptionDfException.newNoEventNameException(String commandName) static DfExceptionDfException.newNoIdException(String api) static DfExceptionDfException.newProxyInstantiateFailedException(String className, Throwable cause) static DfExceptionDfException.newQueryFailException(String dql, Throwable cause) static DfExceptionDfException.newQuerySessionClosedException()static DfExceptionDfException.newReplicaAspectGenerationFailed(String className, Throwable cause) static DfExceptionDfException.newRetentionOnParkedContentDisabled()static DfExceptionDfException.newSerializeFailedException(Object object, Throwable cause) static DfExceptionDfException.newShareableTypeMismatchException(String shareableTypeName) static DfExceptionDfException.newTransactionActiveException()static DfExceptionDfException.newTransactionLostException()static DfExceptionDfException.newUnsupportedLoginTicketObjectVersionException(int version) static DfExceptionDfException.newUpdateBadAttrException(String attributeName) static DfExceptionDfException.newWrongCacheNameException(String cacheName) static DfExceptionDfException.noLightweightParentTypeException(String lwTypeName) static DfExceptionDfException.notShareableParentTypeException(String lwTypeName) Methods in com.documentum.fc.common with parameters of type DfExceptionModifier and TypeMethodDescriptionstatic DfExceptionDfException.appendException(DfException exptHead, DfException e, int stopAfterNumOfErrors) Appends a DfException to the end of an exception chain.final voidDfException.setNextException(DfException nextException) Methods in com.documentum.fc.common that throw DfExceptionModifier and TypeMethodDescriptionintAppends an Object instance to the list.intIDfList.appendBoolean(boolean value) Appends a boolean value to the list.intIDfList.appendDouble(double value) Appends a double value to the list.static DfExceptionDfException.appendException(DfException exptHead, DfException e, int stopAfterNumOfErrors) Appends a DfException to the end of an exception chain.intAppends an instance of an IDfId object to the list.intIDfList.appendInt(int value) Appends an int value to the list.intIDfList.appendList(IDfList value) Appends an instance of an IDfList object to the list.intIDfList.appendString(String value) Appends a string value to the list.intIDfList.appendTime(IDfTime value) Appends an instance of an IDfTime object to the list.intIDfList.appendValue(IDfValue value) Appends an instance of an IDfValue object to the list.intIndicates 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.intIDfList.findBooleanIndex(boolean value) Returns the index of the first occurrence of a boolean value in the list.intIDfList.findDoubleIndex(double value) Returns the index of the first occurrence of a double value in the list.intIDfList.findIdIndex(IDfId value) Returns the index of the first occurrence of an IDfId object in the list.intReturns the index of the first occurrence of the Object in the list.intIDfList.findIntIndex(int value) Returns the index of the first occurrence of an int value in the list.intIDfList.findListIndex(IDfList value) Returns the index of the first occurrence of an IDfList object in the list.intIDfList.findStringIndex(String value) Returns the index of the first occurrence of a string value in the list.intIDfList.findTimeIndex(IDfTime value) Returns the index of the first occurrence of an IDfTime object in the list.intIDfList.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.booleanIDfList.getBoolean(int index) Fetches a boolean value from the list at the specified index.booleanIDfProperties.getBoolean(String propertyName) Returns the boolean value to which the specified property name is mapped to in the object.doubleIDfList.getDouble(int index) Fetches a double value from the list at the specified index.doubleReturns the value to which the specified property name is mapped to in the object.intIDfList.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.intIDfList.getInt(int index) Fetches an int value from the list at the specified index.intReturns the value to which the specified property name is mapped to in the object.doubleIDfSearchable.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.intIDfProperties.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.voidInserts an Object instance into the list at a specified index.voidInserts all objects contained in an IDfList object into the list at a specified index.voidIDfList.insertBoolean(int index, boolean value) Inserts a boolean value into the list at a specified index.voidIDfList.insertDouble(int index, double value) Inserts a double value into the list at a specified index.voidInserts an instance of an IDfId object into the list at a specified index.voidIDfList.insertInt(int index, int value) Inserts an int value into the list at a specified index.voidIDfList.insertList(int index, IDfList value) Inserts an instance of an IDfList object into the list at a specified index.voidIDfList.insertString(int index, String value) Inserts a string value into the list at a specified index.voidIDfList.insertTime(int index, IDfTime value) Inserts an instance of an IDfTime object into the list at a specified index.voidIDfList.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 serverbooleanIMipLabelService.refreshMipCache()Refreshes the Microsoft Information Protection (MIP) cache.voidIDfList.remove(int index) Removes an item from the list at the specified index.voidAdds an Object instance into the list at a specified index.voidIDfList.setBoolean(int index, boolean value) Adds a boolean value into the list at a specified index.voidIDfList.setDouble(int index, double value) Adds a double value into the list at a specified index.voidAdds an instance of an IDfId interface into the list at a specified index.voidIDfList.setInt(int index, int value) Adds an int value into the list at a specified index.voidAdds an instance of an IDfList interface into the list at a specified index.voidAdds a string value into the list at a specified index.voidAdds an instance of an IDfTime interface into the list at a specified index.voidAdds 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 TypeMethodDescriptionvoidIDfLifecycleAction.action(IDfSysObject sysObj, String userName, String targetState, Map parameters) System-defined action on an object entering a new Lifecycle state.voidIDfLifecycleUserAction.userAction(IDfSysObject sysObj, String userName, String targetState) User defined actions on an object entering a new Lifecycle state.booleanIDfLifecycleUserEntryCriteria.userEntryCriteria(IDfSysObject sysObj, String userName, String targetState) User defined entry criteria to determine if an object can enter a new Lifecycle state.voidIDfLifecycleUserPostProcessing.userPostProcessing(IDfSysObject sysObj, String userName, String targetState) User defined actions on an object after it has moved to a new Lifecycle state.booleanIDfLifecycleValidate.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 TypeMethodDescriptionvoidIDfOperation.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.booleanIDfOperation.canUndo()Indicates whether the operation can be undone.voidbooleanIDfOperation.execute()Execute the operation.booleanIDfOperationStep.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.voidIDfStepAction.execute()The business logic of the step action.IDfCheckoutNode.getAcsRequests()Returns anIDfEnumerationobject with a list ofIDfAcsRequestobjects.IDfExportNode.getAcsRequests()Returns anIDfEnumerationobject containing a list ofIDfAcsRequestobjects.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.2intIDfCheckinNode.getCheckinVersion()Returns an integer indicating how versioning should be handled on check in.intIDfCheckinOperation.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) intIDfCheckinNode.getContentPageNumber()Returns the content page number for the local content file for this object.intIDfExportNode.getContentPageNumber()Returns the content page number for the local content fille for this object.intIDfPredictiveCachingNode.getContentPageNumber()Returns the content page number for the local content file for this object.intIDfCopyOperation.getCopyOptionsFlag()Returns the current copy option settings.intIDfCopyOperation.getCopyPreference()Returns an integer representing the copy option settings for the operation.booleanIDfCopyOperation.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.booleanIDfCancelCheckoutNode.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.booleanIDfCancelCheckoutOperation.getKeepLocalFile()Returns a boolean value indicating whether or not the local content file should be preserved or deleted as part of the operation.booleanIDfCheckinNode.getKeepLocalFile()Returns a boolean value indicating whether or not the local content file should be preserved or deleted as part of the operation.booleanIDfCheckinOperation.getKeepLocalFile()Returns a boolean value indicating whether or not the local content file should be preserved or deleted as part of the operation.booleanIDfImportNode.getKeepLocalFile()Returns a boolean value indicating whether or not the local content file should be preserved or deleted as part of the operation.booleanIDfImportOperation.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.intIDfExportNode.getRecordInRegistry()Returns an integer that indicates if this node should be recorded in the client registry.intIDfExportOperation.getRecordInRegistry()Returns an integer that indicates if this node should be recorded in the client registry.booleanIDfCheckinNode.getRetainLock()Returns true if the repository object for this node should keep the lock after check in.booleanIDfCheckinOperation.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.intIDfDeleteOperation.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.intIDfOperationMonitor.getYesNoAnswer(IDfOperationError question) Called by operation when an error / warning requires a yes or no response.getZones - RESERVED FOR FUTURE USE.booleanIDfCheckinNode.isEnabledOLELinksProcessing()Returns true if OLE links processing is enabledbooleanIDfImportNode.isEnabledOLELinksProcessing()Returns true if OLE links processing is enabledbooleanisHTML - RESERVED FOR FUTURE USE.booleanIDfOperationNode.isRoot()Returnstrueif this node is a root level node (has no parent).booleanReturns a boolean value to indicate whether the given file or format is XML, in terms of XML processing (i.e.voidIDfOperation.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 IDfOperationNodeintIDfOperationMonitor.progressReport(IDfOperation operation, int operationPercentDone, IDfOperationStep step, int stepPercentDone, IDfOperationNode node) voidIDfOperation.removeNode(IDfOperationNode nodeToRemove) Removes an operation node (and its descendants) from the operation.voidIDfOperation.reportError(IDfOperationNode node, int errorCode, String message, IDfException dfException) Report an error.intIDfOperationMonitor.reportError(IDfOperationError error) This method is called when an operation informs the monitor of the occurance of an error.voidIDfOperation.resetErrors()Clears any logged errors for this operation.voidAllows setting contextual information in the form of key, value pair.voidIDfCheckinNode.setCheckinVersion(int checkinVersion) Takes an integer indicating how versioning should be handled on check in.voidIDfCheckinOperation.setCheckinVersion(int checkinVersion) Returns an integer indicating how versioning should be handled on check in.voidIDfCheckinNode.setContentPageNumber(int pageNumber) Sets the content page number for the local content file of this object.voidIDfExportNode.setContentPageNumber(int pageNumber) Sets the content page number for the local content fille of this object.voidIDfPredictiveCachingNode.setContentPageNumber(int pageNumber) Sets the content page number for the local content file of this object.voidIDfCopyOperation.setDeepFolders(boolean deepFolders) When working with folders, copy the folder and all of its descendants.voidIDfXMLTransformNode.setDestination(Object destinationObject) Specify the transformed document's destination.voidIDfXMLTransformOperation.setDestination(Object destinationObject) Specify the transformed document's destination.voidIDfCheckoutOperation.setDestinationDirectory(String dirPath) Sets the file system directory path that is the default output location for the outbound content files.voidIDfExportOperation.setDestinationDirectory(String dirPath) Sets the file system directory path that is the default output location for the outbound content files.voidIDfValidationOperation.setDestinationDirectory(String dirPath) Sets the destination directory where the temporary file will be placed during validation of xml file.voidIDfCopyNode.setDestinationFolderId(IDfId destinationFolderId) Sets the repository object ID of the destination folder for this node.voidIDfCopyOperation.setDestinationFolderId(IDfId folderId) Sets the repository object ID for the destination folder for the copy operation.voidIDfImportNode.setDestinationFolderId(IDfId destinationFolderId) Sets the repository object ID for the destination folder for the copy operation.voidIDfImportOperation.setDestinationFolderId(IDfId destinationFolderId) Sets the docbase object Id for the destination folder for the copy operation.voidIDfMoveNode.setDestinationFolderId(IDfId destFolderId) Sets the docbase object Id of the destination folder for this node.voidIDfMoveOperation.setDestinationFolderId(IDfId folderId) Sets the docbase object Id for the destination folder for the move operation.voidIDfImportNode.setDocbaseObjectType(String docbaseType) Sets the repository object type that is used to create the new repository object for the import node.voidIDfCheckoutNode.setExportDescendants(boolean exportDescendants) If the object corresponding to this node is added as a virtual document, passingtruewill cause the object to be checked out, but all the descendants will be downloaded but not checked out.voidIDfCheckinNode.setExternalVariable(String varName, String value) Sets a variable that will be available to the XML application's configuration file as an <external_variable>.voidIDfImportNode.setExternalVariable(String varName, String value) Sets a variable that is available to the XML application's configuration file as an <external_variable>.voidIDfCheckinNode.setFilePath(String newFilePath) Sets the file path to use as the content for this object.voidIDfCheckoutNode.setFilePath(String newFilePath) Sets the local path to the file that contains the content of this node.voidIDfExportNode.setFilePath(String newFilePath) Sets the file path to use as the contents of this object.voidIDfImportNode.setFilePath(String newFilePath) Sets the file path to use as the contents of this object.voidSets the repository format name of the local content file for this object.voidSets the repository format name of the local content file for this object.voidSets the repository format name of the local content file for this object.voidSets the repository format name of the local content file for this object.voidSets the repository format name of the local content file for this object.voidIDfXMLTransformNode.setInputFormat(String inputFormat) Specify the input format for input object.voidIDfCancelCheckoutNode.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.voidIDfCancelCheckoutOperation.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.voidIDfCheckinNode.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.voidIDfCheckinOperation.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.voidIDfImportNode.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.voidIDfImportOperation.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.voidIDfExportNode.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.voidSets the name for this input transform node.voidIDfPredictiveCachingOperation.setNetworkLocationIds(IDfList networkLocationIds) Sets the list of the network location identifiers to be used for content pre-caching.voidIDfCopyNode.setNewObjectName(String newObjectName) Sets the name for the new copy of the object.voidIDfImportNode.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.voidIDfXMLTransformNode.setOutputFormat(String outputFormat) Specify the destination format for the output of the transformation.voidIDfExportNode.setPageModifier(String pageModifier) Sets the content page modifier for the local content file for this object.voidIDfPredictiveCachingNode.setPageModifier(String pageModifier) Sets the content page modifier for the local content file for this object.voidIDfExportNode.setRecordInRegistry(int registryRecordingPreference) Sets an integer that indicates if this node should be recorded in the client registry.voidIDfExportOperation.setRecordInRegistry(int registryRecordingPreference) Sets an integer that indicates if this node should be recorded in the client registry.voidIDfCheckinNode.setRetainLock(boolean retainLock) Sets whether or not the repository object for this node should keep the lock after check in.voidIDfCheckinOperation.setRetainLock(boolean retainLock) Sets whether or not the docbase object for this node should keep the lock after check in.voidIDfImportOperation.setSession(IDfSession importSession) Sets the session that will be used to create new docbase objects.voidIDfOperation.setSession(IDfSession session) Sets the session that will be used during operation execution.voidIDfXMLTransformNode.setSession(IDfSession session) Set the session that will be used by this operation.voidIDfXMLTransformOperation.setSession(IDfSession session) Set the session that will be used by this operation.voidIDfMoveNode.setSourceFolderId(IDfId sourceFolderId) Sets the docbase object Id of the source folder for this node.voidIDfMoveOperation.setSourceFolderId(IDfId sourceFolderId) Sets the source folder id for the move operation.voidIDfXMLTransformNode.setTransformation(Object transformObject) Specify the XSLT transformation object that will be applied to this input node.voidIDfXMLTransformOperation.setTransformation(Object transformObject) Specify the XSLT transformation object that will be applied to the input.voidIDfDeleteOperation.setVersionDeletionPolicy(int whichVersions) Sets the delete operation population type.voidIDfCheckinNode.setVersionLabels(String newVersionLabels) Sets the symbolic version labels that will be applied when the node is checked in.voidIDfCheckinOperation.setVersionLabels(String newVersionLabels) Sets the symbolic version labels that will be applied when the node is checked in.voidIDfImportNode.setVersionLabels(String newVersionLabels) Sets the symbolic version labels that are applied when the node is checked in.voidIDfImportOperation.setVersionLabels(String newVersionLabels) Sets the symbolic version labels that will be applied when the node is checked in.voidIDfXMLTransformOperation.setXSLTParameter(String paramName, String value) Specify a parameter that will be passed to the stylesheet.booleanCheck if the operation succeded for the specified object.booleanIDfDeleteNode.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 registryvoidIDfViewedObject.addFilePath(String filePath) Adds the file path to the existing viewed object.voidIDfClientRegistry.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 registryvoidIDfCheckedOutObject.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 registryvoidIDfClientRegistry.applyModifiedAttrs(IDfSysObject sysObject) updates a checked-out object's attributes with those from a sysobjectvoidIDfRegistry.closeKey()voidIDfRegistry.createKey()voidIDfRegistry.deleteSubKey(String subKey) voidIDfRegistry.deleteSubKeys()voidIDfRegistry.deleteValue(String name) voidIDfRegistry.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 deletedintIDfRegistry.getIntValue(String name) intIDfRegistry.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()intIDfRegistry.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 objectsbooleanbooleanIDfRegistry.isValueNamePresent(String name) voidIDfClientRegistryObject.loadFromRegistry(String objId) Reads the information from the registry into the objectvoidIDfClientRegistry.moveToCheckedOutFiles(IDfLocalObject object) Removes a local file and places it in the list of checked-out files.voidIDfClientRegistry.moveToLocalFiles(IDfCheckedOutObject object, IDfSession session) Removes a checked out file and places it in the list of local files.voidvoidIDfClientRegistry.removeCheckedOutObject(IDfCheckedOutObject itemToRemove) Removes a checked-out file object from the registryvoidIDfViewedObject.removeFilePath(String filePath) Removes the file path from the existing viewed object.voidIDfClientRegistry.removeFileToBeDeleted(String filePath) Removes a file from the list of files to be deletedvoidIDfClientRegistry.removeLocalObject(IDfLocalObject itemToRemove) Removes a local object from the registryvoidIDfCheckedOutObject.removeSharedDocument(IDfId parentId) Removes the object id of the document that shares this checked out object.voidIDfClientRegistry.removeViewedObject(IDfViewedObject itemToRemove) Removes a viewed object from the registryvoidIDfRegistry.reset()voidIDfRegistry.setBinaryValue(String name, IDfList data) voidIDfRegistry.setBinaryValueAt(String name, int index, IDfList data) voidIDfRegistry.setBinaryValues(String name, IDfList data) voidIDfClientRegistry.setCheckoutDirectory(String checkoutDir) Sets in the registry the directory where checked out files will be placedvoidIDfClientRegistry.setExportDirectory(String exportDir) Sets in the registry the directory exported files will be written tovoidIDfRegistry.setIntValue(String name, int data) voidIDfRegistry.setIntValueAt(String name, int index, int data) voidIDfRegistry.setIntValues(String name, IDfList data) voidIDfCheckedOutObject.setMasterObjectId(String masterObjectId) Sets the master object id of the replica or reference object.voidIDfCheckedOutObject.setModifiedAttr(String name, String value) Marks that an attribute has been changed with the checked-out object.voidIDfClientRegistry.setProgramDirectory(String progDir) voidIDfRegistry.setStringValue(String name, String data) voidIDfRegistry.setStringValueAt(String name, int index, String data) voidIDfRegistry.setStringValues(String name, IDfList data) voidIDfClientRegistry.setUserDirectory(String userDir) Sets in the registry the user's directoryvoidIDfRegistry.setValuesSize(String name, int size) IDfRegistry.subKeys()voidIDfClientRegistryObject.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.voidIDfXmlQuery.getXMLString(OutputStream outputStream) Returns the result DOM as String and writes it directly into the provided OutputStream.voidIDfXmlQuery.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 TypeMethodDescriptionvoidIDfXQuery.close(IDfSession session) Closes the XQuery results stream.voidIDfXQuery.execute(IDfSession session) Executes the XQuery.voidIDfXQuery.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.voidIDfXQuery.getXMLFile(String filename) Writes the XQuery results to a file.voidIDfXQuery.getXMLOutputStream(OutputStream outputStream) Writes the XQuery results to an OutputStream object.IDfXQuery.getXMLString()Returns the XQuery results as a Java String object.intIDfXQuery.readResults(byte[] buffer) Fills the given buffer with the next set of XQuery results.intIDfXQuery.readResults(byte[] buffer, IDfSession session) Fills the given buffer with the next set of XQuery results.voidIDfXQuery.setBooleanOption(IDfXQuery.FtQueryOptions option, boolean value) Set an FtQueryOption to apply to the xquery.voidIDfXQuery.setIntegerOption(IDfXQuery.FtQueryOptions option, int value) Set an FtQueryOption to apply to the xquery.voidIDfXQuery.setMapOption(IDfXQuery.FtQueryOptions option, Map<String, String> value) Set an FtQueryOption to apply to the xquery.voidIDfXQuery.setStringOption(IDfXQuery.FtQueryOptions option, String value) Set an FtQueryOption to apply to the xquery.
getXxxx Operationmethods