Package | Description |
---|---|
com.documentum.com |
Provides an interface for accessing the DFC through OLE/COM.
|
com.documentum.fc.bpm | |
com.documentum.fc.client |
Provides classes and interfaces for managing sessions and manipulating data in the repository. |
com.documentum.fc.client.acs |
Provides classes and interfaces, related to distributed content transfer.
|
com.documentum.fc.client.search |
Provides classes and interfaces for constructing and running search queries against
multiple content repositories as well as external information sources (optional).
|
com.documentum.fc.common |
Provides classes and interfaces to utility functionality associated with all DFC objects.
|
com.documentum.operations |
Provides interfaces to common high-level client functionality,
such as functionality for checking in and checking out documents,
and checking out all the documents in a virtual document.
|
com.documentum.registry |
Provides interfaces and classes that manage Documentum
information on the client’s local system.
|
Modifier and Type | Method and Description |
---|---|
IDfId |
IDfClientX.getId(java.lang.String id)
Factory method for an
IDfId object. |
IDfId |
DfClientX.getId(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
com.documentum.fc.client.relationship.IDfObjectIdentity |
IDfSmartClientX.getAbsoluteIdentity(IDfId id) |
com.documentum.fc.client.smart.IDfEvent |
IDfSmartClientX.getEvent(java.lang.String identifier,
IDfId source) |
com.documentum.fc.client.relationship.IDfVersionIdentity |
IDfSmartClientX.getVersionIdentity(IDfId chronicleId,
java.lang.String versionLabel) |
Modifier and Type | Method and Description |
---|---|
void |
IDfAttributeValueCondition.setIdValue(IDfId value)
Sets an id value for use within the comparison.
|
Modifier and Type | Method and Description |
---|---|
IDfId |
IDfWorkitem.addAttachment(java.lang.String componentType,
IDfId componentId)
Adds an attachment to the workflow.
|
IDfId |
IDfWorkflow.addAttachment(java.lang.String componentType,
IDfId componentId)
Adds an attachment to the workflow.
|
IDfId |
IDfSysObject.addDigitalSignature(java.lang.String userName,
java.lang.String reason)
Create an audit trail entry that records the signing of a DfSysObject by a user.
|
IDfId |
IDfSysObject.addESignature(java.lang.String userName,
java.lang.String password,
java.lang.String signatureJustification,
java.lang.String formatToSign,
java.lang.String hashAlgorithm,
java.lang.String preSignatureHash,
java.lang.String signatureMethodName,
java.lang.String applicationProperties,
java.lang.String passThroughArgument1,
java.lang.String passThroughArgument2)
Electronically sign a sysobject.
|
IDfId |
IDfWorkitem.addPackage(java.lang.String packageName,
java.lang.String packageType,
IDfList componentId)
Adds a package to a work item.
|
IDfId |
IDfWorkitem.addPackage(java.lang.String packageName,
java.lang.String packageType,
IDfList componentId,
IDfList componentName)
Adds a package to a work item.
|
IDfId |
IDfWorkflowBuilder.addPackage(java.lang.String startActivityName,
java.lang.String inputPortName,
java.lang.String packageName,
java.lang.String packageType,
java.lang.String noteText,
boolean notePersistent,
IDfList componentIds)
Adds a package to a start activity in the workflow.
|
IDfId |
IDfWorkflow.addPackage(java.lang.String startActivityName,
java.lang.String inputPortName,
java.lang.String packageName,
java.lang.String packageType,
java.lang.String noteText,
boolean notePersistent,
IDfList componentId)
Adds a package to a start activity in a workflow.
|
IDfId |
IDfWorkflow.addPackage(java.lang.String startActivityName,
java.lang.String inputPortName,
java.lang.String packageName,
java.lang.String packageType,
java.lang.String noteText,
boolean notePersistent,
IDfList componentId,
IDfList componentName)
Adds a package to a start activity in a workflow.
|
IDfId |
IDfWorkitem.addPackageEx(java.lang.String packageName,
java.lang.String packageType,
IDfList componentId,
IDfList componentName,
int skillLevel)
Adds a package to a work item and specifies a skill level for the package.
|
IDfId |
IDfWorkitem.addPackageEx(java.lang.String packageName,
java.lang.String packageType,
IDfList componentId,
int skillLevel)
Adds a package to a work item and specifies a skill level for the package.
|
IDfId |
IDfWorkflow.addPackageEx(java.lang.String startActivityName,
java.lang.String inputPortName,
java.lang.String packageName,
java.lang.String packageType,
java.lang.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 package
You must be the workflow supervisor the workflow creator, or a user with at least
Sysadmin privileges to use this method.
|
IDfId |
IDfWorkflow.addPackageEx(java.lang.String startActivityName,
java.lang.String inputPortName,
java.lang.String packageName,
java.lang.String packageType,
java.lang.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 package
You must be the workflow supervisor the workflow creator, or a user with at least
Sysadmin privileges to use this method.
|
IDfId |
IDfSysObject.addReference(IDfId folderId,
java.lang.String bindingCondition,
java.lang.String bindingLabel)
Add a reference to the object in another folder.
|
IDfId |
IDfSysObject.appendPart(IDfId componentId,
java.lang.String versionLabel,
boolean useNodeVerLabel,
boolean followAssembly,
int copyChild)
Appends a document as the last virtual document child of the object.
|
IDfId |
IDfSession.archive(java.lang.String predicate,
java.lang.String operatorName,
int priority,
boolean sendMail,
IDfTime dueDate)
Queues an archive request to the repository operator.
|
IDfId |
IDfSysObject.branch(java.lang.String versionLabel)
Creates and checks out a new version of an object.
|
IDfId |
IDfSysObject.checkin(boolean keepLock,
java.lang.String versionLabels)
Creates a new version of this object and removes the lock
from the previous version.
|
IDfId |
IDfSysObject.checkinEx(boolean keepLock,
java.lang.String versionLabels,
java.lang.String oldCompoundArchValue,
java.lang.String oldSpecialAppValue,
java.lang.String newCompoundArchValue,
java.lang.String newSpecialAppValue)
This is the extended method for checkin.
|
IDfId |
IDfSysObject.checkoutEx(java.lang.String versionLabel,
java.lang.String compoundArchValue,
java.lang.String specialAppValue)
Places a lock on the object.
|
IDfId |
IDfAuditTrailManager.createAudit(IDfId objectId,
java.lang.String event,
java.lang.String[] stringArgs,
IDfId[] idArgs)
Creates an audit trail entry for application events.
|
IDfId |
IDfWorkitem.getActDefId()
Returns the object ID of the activity definition whose runtime instance
generated the work item.
|
IDfId |
IDfWorkflow.getActDefId(int valueIndex)
Returns the object ID of an activity's definition.
|
IDfId |
IDfPolicy.getActionObjectId(int index)
Return the attribute action_object_id value at the specified index.
|
IDfId |
IDfProcess.getActivityDefId(int actIndex)
Returns the object ID of an activity's definition.
|
IDfId |
IDfProcess.getActivityIdByName(java.lang.String actName)
Given an activity name, return the id of the activity.
|
IDfId |
IDfWorkflow.getAliasSetId()
Returns the alias set object id for the workflow instance.
|
IDfId |
IDfUser.getAliasSetId()
Returns the object ID of the user's default alias set.
|
IDfId |
IDfSysObject.getAliasSetId()
Returns the position of alias-binding scope specified in the associated policy object.
|
IDfId |
IDfGroup.getAliasSetId()
Returns the alias set object id of the group.
|
IDfId |
IDfPolicy.getAliasSetIds(int index)
Return the alias_set_ids value at the specified index.
|
IDfId |
IDfSysObject.getAntecedentId()
Returns the object id of the object's parent.
|
IDfId |
IDfPolicy.getAppValidationId()
Return the attribute app_validation_id value for this policy.
|
IDfId |
IDfSysObject.getAssembledFromId()
Returns the object id of the virtual document that was the source of the assembly associated with the object.
|
IDfId |
IDfWorkitem.getAutoMethodId()
Returns the object ID of the method that invokes the work item's application.
|
IDfId |
IDfAssembly.getBookId()
Returns the object ID of the top-most containing virtual document.
|
IDfId |
IDfSysObject.getCabinetId()
Returns the object id of the cabinet that is the object's primary storage location.
|
IDfId |
IDfRelation.getChildId()
Returns the object ID of the child object in the relationship.
|
IDfId |
IDfVersionTreeLabels.getChronicleId()
Returns the object ID of the version tree's root version.
|
IDfId |
IDfSysObject.getChronicleId()
Returns the object id of the root object in the version tree.
|
IDfId |
IDfVirtualDocumentNode.getChronId()
Returns the chronicle ID for the object represented by this node.
|
IDfId |
IDfAssembly.getComponentChronicleId()
Returns the chronicle ID of the component document.
|
IDfId |
IDfPackage.getComponentChronId(int index)
Returns the component chronical id of one of the bound objects.
|
IDfId |
IDfWorkflowAttachment.getComponentId()
Gets the component ID of the bound object.
|
IDfId |
IDfContainment.getComponentId()
Returns the chronicle ID of the component represented by the containment object.
|
IDfId |
IDfAssembly.getComponentId()
Returns the object ID of the component represented by the assembly object.
|
IDfId |
IDfSysObject.getComponentId(int index)
Returns the chronicle id of the component documents that make up the virtual document using the computed
attribute _componentID.
|
IDfId |
IDfPackage.getComponentId(int index)
Returns the component id of one of the bound objects.
|
IDfId |
IDfActivity.getConditionId()
Returns the object ID of the repository object that stores
the route case conditions.
|
IDfId |
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.
|
IDfId |
IDfSysObject.getContentsId()
Returns the object id of the content object for an object that has only one content.
|
IDfId |
IDfFormat.getDefaultStorage() |
IDfId |
IDfTypeInfo.getDefaultStorageId() |
IDfId |
IDfPolicy.getEntryCriteriaId(int index)
Return the attribute entry_criteria_id value at the specified index.
|
IDfId |
IDfPackage.getExecMethodId()
Retrieves the method id of the corresponding workflow object.
|
IDfId |
IDfActivity.getExecMethodId()
Returns the object ID of the method object that executes the
activity's actions.
|
IDfId |
IDfWorkitem.getExecResultId()
Returns the object ID of the document containing the results
of the application's execution.
|
IDfId |
IDfPolicy.getExtensionObjectId(int index)
Return the IDfId of the extension object for the state indicated by the index proviced.
|
IDfId |
IDfSysObject.getFolderId(int index)
Returns the object id of the folder linked to this object at the given index.
|
IDfId |
IDfGroup.getGroupDirectoryId() |
IDfId |
IDfGroup.getGroupNativeRoomId()
Gets the group native room id.
|
IDfId |
IDfVirtualDocumentNode.getId()
Returns a string that uniquely identifies this node in the
virtual document tree.
|
IDfId |
IDfVirtualDocument.getId()
Returns a unique identifier for the current VDM window.
|
IDfId |
IDfTypedObject.getId(java.lang.String attributeName)
Returns the ID value of an attribute.
|
IDfId |
IDfSession.getIdByQualification(java.lang.String qualification)
Returns the ID of a Documentum object that satisfies the DQL qualification.
|
IDfId |
IDfQueueItem.getItemId()
Returns the object ID of the package or routed object.
|
IDfId |
IDfWorkflow.getLastWitemId(int valueIndex)
Returns the object ID of the most recently completed work item for
a particular activity.
|
IDfId |
IDfPackage.getNoteId(int noteIndex)
Returns the object id of the dm_note object.
|
IDfId |
IDfVersionLabels.getObjectId()
Returns the object ID of the SysObject.
|
IDfId |
IDfTypedObject.getObjectId()
Returns the ID of this object.
|
IDfId |
IDfModuleDescriptor.getObjectId()
Gets the object identifier of the module.
|
IDfId |
DfTypedObjectException.getObjectId() |
IDfId |
DfIdNotFoundException.getObjectId()
Gets the object id that could not be found.
|
IDfId |
IDfVersionTreeLabels.getObjectIdFromVersionLabel(java.lang.String label)
Returns the object ID of the object carrying a given version label.
|
IDfId |
IDfPackage.getPackageId(int index)
Rerturns the id of a package in a collection package.
|
IDfId |
IDfActivity.getPackageId(int index)
Returns the object ID of a specified package.
|
IDfId |
IDfProcess.getPackageSchemaId(java.lang.String packageName)
Returns the object id of an XML schema if one exists.
|
IDfId |
IDfWorkflow.getParentId()
Returns value of the 'parent_id' attribute.
|
IDfId |
IDfRelation.getParentId()
Returns the object ID of the parent object.
|
IDfId |
IDfContainment.getParentId()
Returns the object ID of the containing virtual document.
|
IDfId |
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.
|
IDfId |
IDfProcess.getPerformerAliasId()
Returns process's performer alias set object id.
|
IDfId |
IDfActivity.getPerformerConditionId()
Returns the object ID of the repository object that stores
the performer conditions.
|
IDfId |
IDfSysObject.getPolicyId()
Returns the object id of attached business policy object.
|
IDfId |
IDfValidator.getPolicyID()
Returns the business policy id associated with this validator.
|
IDfId |
IDfActivity.getPostTimerAction(int index)
Returns the ID of a timer action object at the given index within a timer series.
|
IDfId |
IDfActivity.getPreTimerAction(int index)
Returns the ID of a timer action object at the given index within a timer series.
|
IDfId |
IDfWorkflow.getProcessId()
Returns the object ID of the workflow's definition.
|
IDfId |
IDfWorkitem.getQueueItemId()
Returns the object ID of the queue item corresponding to the work item.
|
IDfId |
IDfVirtualDocumentNode.getRelationshipId()
Returns the object ID of the containment or assembly object for this node.
|
IDfId |
IDfSysObject.getRemoteId()
Returns the object id of the remote object.
|
IDfId |
IDfTypedObject.getRepeatingId(java.lang.String attributeName,
int valueIndex)
Returns an Object ID value stored in a repeating attribute.
|
IDfId |
IDfSysObjectRetention.getRetainerId(int index)
Returns an entry from the i_retainer_id field.
|
IDfId |
IDfSysObject.getRetainerId(int index)
Return the id of the requested retainer.
|
IDfId |
IDfRetainer.getRetainerRootId()
Returns the dm_retainer.retainer_root_id value.
|
IDfId |
IDfQueueItem.getRouterId()
Returns the object ID of the associated workflow or router.
|
IDfId |
IDfLightObject.getSharingParent()
Retrieves the ID of the lightobject's parent.
|
IDfId |
IDfQueueItem.getSourceEvent()
Returns the object ID of the queued item in the source repository.
|
IDfId |
IDfQueueItem.getStamp()
Returns the object ID of the queue item object.
|
IDfId |
IDfPolicy.getSystemActions(int index)
Return the attribute system_actions value at the specified index.
|
IDfId |
IDfWorkitem.getTargetTaskId()
Returns value of the r_target_task_id attribute
|
IDfId |
IDfFormat.getTopicFormat()
Retrieves the object ID of the format to which this format must be transformed to allow indexing.
|
IDfId |
IDfPolicy.getTypeOverrideId(int index)
Return the attribute type_override_id value at the specified index.
|
IDfId |
IDfVirtualDocument.getUniqueObjectId(int index)
Returns the object ID of the object at the specified index.
|
IDfId |
IDfPolicy.getUserActionId(int index)
Return the attribute user_action_id value at the specified index.
|
IDfId |
IDfPolicy.getUserCriteriaId(int index)
Return the attribute user_criteria_id value at the specified index.
|
IDfId |
IDfPolicy.getUserPostprocId(int index)
Return the attribute user_postproc_id value at the specified index.
|
IDfId |
IDfWorkflowBuilder.getWorkflowAliasSetId()
Returns the alias set object id of the workflow object.
|
IDfId |
IDfWorkitem.getWorkflowId()
Returns the object ID of the workflow that contains this work item.
|
IDfId |
IDfWorkflowAttachment.getWorkflowId()
Gets the workflow ID.
|
IDfId |
IDfPackage.getWorkflowId()
Returns the workflow id.
|
IDfId |
IDfWorkflowBuilder.initWorkflow()
Creates and saves the workflow object in the Documentum server.
|
IDfId |
IDfSysObject.insertPart(IDfId componentID,
java.lang.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.
|
IDfId |
IDfWorkitem.queue(java.lang.String user,
java.lang.String eventType,
int priority,
boolean sendMail,
IDfTime dueDate,
java.lang.String message)
Sends an event to a workitem.
|
IDfId |
IDfWorkflow.queue(java.lang.String supervisor,
java.lang.String eventType,
int priority,
boolean sendMail,
IDfTime dueDate,
java.lang.String message)
Sends an event to a workflow.
|
IDfId |
IDfSysObject.queue(java.lang.String queueOwner,
java.lang.String event,
int priority,
boolean sendMail,
IDfTime dueDate,
java.lang.String message)
Places the object on a specified queue.
|
IDfId |
IDfSession.restore(java.lang.String predicate,
java.lang.String dumpFile,
java.lang.String operatorName,
int priority,
boolean sendMail,
IDfTime dueDate)
Queues a request to restore a content file or files from the archives.
|
IDfId |
IDfWorkflowBuilder.runWorkflow()
Executes the workflow object.
|
IDfId |
IDfACL.saveAsNew()
Creates a new copy of the object. object is shared with the new object.
|
IDfId |
IDfSysObject.saveAsNew(boolean shareContent)
Copies an object.
|
IDfId |
IDfSession.sendToDistributionList(IDfList toUsers,
IDfList toGroups,
java.lang.String instructions,
IDfList objectIDs,
int priority,
boolean endNotification)
|
IDfId |
IDfSession.sendToDistributionListEx(IDfList toUsers,
IDfList toGroups,
java.lang.String instructions,
IDfList objectIDs,
int priority,
int flags)
Creates and starts an ad-hoc workflow.
|
IDfId |
IDfWorkflowBuilder.startWorkflow()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IDfPair<IDfId,java.lang.String>> |
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.
|
java.util.List<IDfPair<IDfId,java.lang.String>> |
IDfAuditTrailManager.parseBatchedIds(IDfId audittrailId)
Get a list of BatchAudit from an audittrail object.
|
Modifier and Type | Method and Description |
---|---|
void |
IDfProcess.addActivity(java.lang.String actName,
IDfId actId,
java.lang.String actType,
int actPriority)
Adds an activity to the workflow definition.
|
IDfId |
IDfWorkitem.addAttachment(java.lang.String componentType,
IDfId componentId)
Adds an attachment to the workflow.
|
IDfId |
IDfWorkflow.addAttachment(java.lang.String componentType,
IDfId componentId)
Adds an attachment to the workflow.
|
void |
IDfVirtualDocument.addChangeDescription(int code,
IDfId objectId,
java.lang.String contextTag,
java.lang.String description)
Records a change made to a node.
|
IDfRelation |
IDfPersistentObject.addChildRelative(java.lang.String relationTypeName,
IDfId childId,
java.lang.String childLabel,
boolean isPermanent,
java.lang.String description)
Creates a Relation object.
|
IDfVirtualDocumentNode |
IDfVirtualDocument.addNode(IDfVirtualDocumentNode parentNode,
IDfVirtualDocumentNode insertAfterNode,
IDfId objectChronId,
java.lang.String binding,
boolean followAssembly,
boolean overrideLateBindingValue)
Adds a new node to the virtual document.
|
void |
IDfSysObject.addNote(IDfId targetId,
boolean keepPermanent)
Adds an annotation (the current IDfSysObject) to the target object.
|
void |
IDfNote.addNote(IDfId targetId,
boolean keepPermanent)
Adds an annotation (the current IDfSysObject) to the target object.
|
void |
IDfActivity.addPackageInfo(java.lang.String portName,
java.lang.String packageName,
java.lang.String packageType,
IDfId packageId,
java.lang.String packageLabel,
java.lang.String packageOperation)
Adds a package definition to a port in the activity.
|
void |
IDfActivity.addPackageInfoEx(java.lang.String portName,
java.lang.String packageName,
java.lang.String packageType,
IDfId packageId,
java.lang.String packageLabel,
java.lang.String packageOperation,
int packageFlag)
Adds a package definition to a port in the activity.
|
void |
IDfActivity.addPackageInfoEx(java.lang.String portName,
java.lang.String packageName,
java.lang.String packageType,
IDfId packageId,
java.lang.String packageLabel,
java.lang.String packageOperation,
int packageFlag,
int packageReportFlag)
Adds a package definition to a port in the activity.
|
IDfRelation |
IDfPersistentObject.addParentRelative(java.lang.String relationTypeName,
IDfId parentId,
java.lang.String childLabel,
boolean isPermanent,
java.lang.String description)
Creates a Relation object.
|
void |
IDfActivity.addPostTimerAction(IDfId action,
int minutes)
Establishes a timer at the end of the series.
|
void |
IDfActivity.addPreTimerAction(IDfId action,
int minutes)
Establishes a timer at the end of the series.
|
IDfId |
IDfSysObject.addReference(IDfId folderId,
java.lang.String bindingCondition,
java.lang.String bindingLabel)
Add a reference to the object in another folder.
|
static DfSysObjectException |
DfSysObjectException.alreadyCallSwapRetainerException(IDfSysObject object,
IDfId oldRetainerId,
IDfId newRetainerId) |
void |
IDfTypedObject.appendId(java.lang.String attributeName,
IDfId value)
Appends an ID value to a repeating attribute.
|
void |
IDfPackage.appendNoteEx(IDfId annotationId,
boolean persistent)
Adds a note to a package.
|
IDfId |
IDfSysObject.appendPart(IDfId componentId,
java.lang.String versionLabel,
boolean useNodeVerLabel,
boolean followAssembly,
int copyChild)
Appends a document as the last virtual document child of the object.
|
void |
IDfSysObjectRetention.applyRetention(IDfId retainerId)
Places object under retention by the specified dm_retainer object.
|
IDfCollection |
IDfSysObject.assemble(IDfId virtualDocId,
int interruptFreq,
java.lang.String qualification,
java.lang.String nodesortList)
Creates an assembly and associates it with the object.
|
void |
IDfSysObject.attachPolicy(IDfId policyId,
java.lang.String state,
java.lang.String scope)
Attaches a business policy object to the object.
|
void |
IDfSysObject.bindFile(int pageNumber,
IDfId srcId,
int srcPageNumber)
Binds content associated with an object to another object.
|
boolean |
IDfSysObjectRetention.canSwapRetainer(IDfId oldRetainerId,
IDfId newRetainerId) |
void |
IDfWorkitem.completeEx(int returnValue,
java.lang.String execOSError,
IDfId execResultId)
Marks the work item as complete.
|
void |
IDfWorkitem.completeEx2(int returnValue,
java.lang.String execOSError,
IDfId execResultId,
int userTime,
double userCost)
Marks the work item as complete.
|
IDfId |
IDfAuditTrailManager.createAudit(IDfId objectId,
java.lang.String event,
java.lang.String[] stringArgs,
IDfId[] idArgs)
Creates an audit trail entry for application events.
|
IDfId |
IDfAuditTrailManager.createAudit(IDfId objectId,
java.lang.String event,
java.lang.String[] stringArgs,
IDfId[] idArgs)
Creates an audit trail entry for application events.
|
void |
IDfSession.dequeue(IDfId stampId)
Removes items from an inbox that were placed there using the
queue method. |
int |
IDfTypedObject.findId(java.lang.String attributeName,
IDfId value)
Searches through the values in a repeating attribute and returns the index of the first value that
matches the specified ID value.
|
void |
IDfSession.flushObject(IDfId objectId)
Remove the specified object from the cache.
|
IDfList |
IDfAuditTrailManager.getApplicableEvents(IDfId objectId)
Gets a list of applicable events(String) for the object.
|
IDfWorkflowAttachment |
IDfWorkitem.getAttachment(IDfId attachmentId)
Returns an attachment object given the ID of the object.
|
IDfWorkflowAttachment |
IDfWorkflow.getAttachment(IDfId attachmentId)
Returns an attachment object given the ID of the object.
|
java.lang.String |
IDfDocbrokerClient.getDocbaseNameFromId(IDfId objectId)
Returns the name of the repository from which the object and its
IDfId originated. |
java.lang.String |
IDfClient.getDocbaseNameFromId(IDfId objectId)
Returns the name of the repository from where the object and its
IDfId originated. |
java.lang.String |
DfClient.getDocbaseNameFromId(IDfId objectId) |
IDfVirtualDocumentNode |
IDfVirtualDocument.getNodeFromNodeId(IDfId nodeId)
Returns the IDfVirtualDocumentNode interface for the node corresponding
to a given node ID.
|
IDfPersistentObject |
IDfSession.getObject(IDfId objectId)
Returns a Documentum server object.
|
IDfEnumeration |
IDfSession.getObjectPaths(IDfId objectId)
Generate
IDfEnumeration |
IDfPersistentObject |
IDfSession.getObjectWithCaching(IDfId objectId,
java.lang.String typeNameIgnored,
java.lang.String classNameIgnored,
java.lang.String currencyCheckValue,
boolean usePersistentCache,
boolean useSharedCache)
Returns a Documentum server object.
|
IDfPersistentObject |
IDfSession.getObjectWithInterface(IDfId objectId,
java.lang.String extraInterfaceName)
Deprecated.
Please use Aspects instead for interface extension. They provide similar functionality but are safer and more robust.
|
IDfPersistentObject |
IDfSession.getObjectWithOptions(IDfId objectId,
IDfGetObjectOptions objectOptions)
Returns a Documentum server object.
|
IDfPersistentObject |
IDfSession.getObjectWithType(IDfId objectId,
java.lang.String typeNameIgnored,
java.lang.String classNameIgnored)
Deprecated.
|
IDfPackage |
IDfWorkitem.getPackage(IDfId packageId)
Returns a package object given the ID of the object.
|
IDfEnumeration |
IDfObjectPathsMap.getPaths(IDfId objectId)
Return an enumeration of paths for the given object.
|
IDfList |
IDfAuditTrailManager.getRegisteredEvents(IDfId objectId)
Gets a list of registered events(String) for the object.
|
IDfList |
IDfAuditTrailManager.getRegisteredEventsForType(java.lang.String typeName,
java.lang.String controllingApp,
IDfId policyId,
java.lang.String stateName)
Gets a list of registered events(String) for the object type.
|
IDfSession |
IDfSession.getRelatedSession(IDfId objectId)
Returns a related session appropriate for operating on the given object id.
|
IDfPersistentObject |
IDfSession.getReplicaForMaster(IDfId masterId)
Get the replica object for a specific master object.
|
IDfList |
IDfType.getTypeAttrAssistanceWithValues(java.lang.String attrName,
IDfId policyId,
java.lang.String state,
IDfList depAttrNameList,
IDfList depAttrValueListList)
Deprecated.
|
IDfList |
IDfType.getTypeAttrAsstDependencies(java.lang.String attrName,
IDfId policyId,
java.lang.String state)
Deprecated.
|
IDfTypedObject |
IDfSession.getTypeDescription(java.lang.String typeName,
java.lang.String attribute,
IDfId policyId,
java.lang.String state)
Returns the data dictionary information about an object type and its attributes.
|
IDfValidator |
IDfType.getTypeValidator(IDfId policyId,
java.lang.String state)
Returns the IDfValidator that is assocated with this IDfType.
|
java.lang.String |
IDfType.getTypeWidgetType(int environment,
java.lang.String attrName,
IDfId policyId,
java.lang.String state)
Deprecated.
|
IDfCollection |
IDfSysObject.getVdmPath(IDfId rootId,
boolean shortestPath,
java.lang.String versionList)
Returns the path or paths through a virtual document that lead to a particular component.
|
IDfCollection |
IDfSysObject.getVdmPathDQL(IDfId rootId,
boolean shortestPath,
java.lang.String parentType,
java.lang.String bindingLabel,
java.lang.String nodeSortBy)
Returns the path or paths through a virtual document that lead to a particular component.
|
IDfVersionTreeLabels |
IDfSession.getVersionTreeLabels(IDfId chronicleId)
Returns the version labels associated with the versions of a SysObject.
|
void |
IDfTypedObject.insertId(java.lang.String attributeName,
int valueIndex,
IDfId value)
Inserts an Object ID value into a repeating attribute.
|
IDfId |
IDfSysObject.insertPart(IDfId componentID,
java.lang.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.
|
boolean |
IDfAuditTrailManager.isEventAudited(IDfId objectId,
java.lang.String event)
Indicates if this event is currently being audited for the object.
|
boolean |
IDfAuditTrailManager.isEventAuditedForType(java.lang.String typeName,
java.lang.String event,
java.lang.String controllingApp,
IDfId policyId,
java.lang.String stateName)
Indicates if this event is currently being audited for the object type.
|
void |
IDfSession.killSession(IDfId sessionId,
java.lang.String immediacyLevel,
java.lang.String message)
Kill the specified server session.
|
static DfSysObjectException |
DfSysObjectException.newBindFileOfReplicaSourceUnsupported(IDfSysObject object,
IDfId sourceId) |
IDfPersistentObject |
IDfSession.newLightObject(java.lang.String typeName,
IDfId parentId)
Creates a persistent light type object given a specified Documentum server shareable type.
|
static DfSysObjectException |
DfSysObjectException.newRetainerAlreadyAttachedException(IDfSysObject object,
IDfId retainerId) |
IDfRetainer |
IDfRetainerFactory.newRetainerForContainerId(IDfSession session,
IDfId rootObjectId)
Creates IDfRetainer to apply retention to a group of objects.
|
IDfRetainer |
IDfRetainerFactory.newRetainerForObjectId(IDfSession session,
IDfId rootObjectId)
Creates IDfRetainer to apply retention to a single object.
|
static DfSysObjectException |
DfSysObjectException.newRetainerNotAttachedException(IDfSysObject object,
IDfId retainerId) |
IDfWorkflowBuilder |
IDfSession.newWorkflowBuilder(IDfId processId)
Creates a workflow builder object.
|
java.util.List<IDfPair<IDfId,java.lang.String>> |
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.
|
java.util.List<IDfPair<IDfId,java.lang.String>> |
IDfAuditTrailManager.parseBatchedIds(IDfId audittrailId)
Get a list of BatchAudit from an audittrail object.
|
void |
IDfAuditTrailManager.registerEvent(IDfId objectId,
java.lang.String event)
Registers an event for the object.
|
void |
IDfAuditTrailManager.registerEventForObject(IDfId objectId,
java.lang.String event,
boolean signAudit,
int authentication,
java.lang.String eventDescription,
IDfList attributeList)
Registers an event for object instance.
|
void |
IDfAuditTrailManager.registerEventForObjectEx(IDfId objectId,
java.lang.String event,
boolean signAudit,
int authentication,
java.lang.String eventDescription,
IDfList attributeList,
boolean eSignatureRequired)
Registers an event for object instance.
|
void |
IDfAuditTrailManager.registerEventForObjectEx2(IDfId objectId,
java.lang.String event,
boolean auditSubtypes,
java.lang.String controllingApp,
IDfId policyId,
java.lang.String stateName,
boolean signAudit,
int authentication,
java.lang.String eventDescription,
IDfList attributeList,
boolean eSignatureRequired)
Registers an event for object type.
|
void |
IDfAuditTrailManager.registerEventForType(java.lang.String typeName,
java.lang.String event,
boolean auditSubtypes,
java.lang.String controllingApp,
IDfId policyId,
java.lang.String stateName,
boolean signAudit,
int authentication,
java.lang.String eventDescription,
IDfList attributeList)
Registers an event for object type.
|
void |
IDfAuditTrailManager.registerEventForTypeEx(java.lang.String typeName,
java.lang.String event,
boolean auditSubtypes,
java.lang.String controllingApp,
IDfId policyId,
java.lang.String stateName,
boolean signAudit,
int authentication,
java.lang.String eventDescription,
IDfList attributeList,
boolean eSignatureRequired)
Registers an event for object type.
|
void |
IDfAuditTrailManager.registerEvents(IDfId objectId,
IDfList events)
Registers a list of events for the object.
|
void |
IDfAuditTrailManager.registerEventsInFolder(IDfId folderId,
IDfList events)
Registers a list of events for all sysobjects under the folder.
|
void |
IDfWorkitem.removeAttachment(IDfId attachmentId)
Removes an attachment from the workflow.
|
void |
IDfWorkflow.removeAttachment(IDfId attachmentId)
Removes an attachment from the workflow.
|
void |
IDfVirtualDocument.removeChangeDescription(IDfId objectId)
Removes the change or changes made to a node.
|
void |
IDfPersistentObject.removeChildRelative(java.lang.String relationTypeName,
IDfId childId,
java.lang.String childLabel)
This method should be invoked on the parent object to abandon its relationship with one or more
children.
|
void |
IDfSysObject.removeNote(IDfId annotationId)
Deprecated.
|
void |
IDfPackage.removeNoteEx(IDfId annotationId)
Removes an existing note from a package.
|
void |
IDfNote.removeNoteEx(IDfId targetId)
Detaches an annotation (the current IDfSysObject) from the target object.
|
void |
IDfPersistentObject.removeParentRelative(java.lang.String relationTypeName,
IDfId parentId,
java.lang.String childLabel)
This method should be invoked on the child object to abandon its relationship with one or more
parents.
|
void |
IDfSysObject.removePart(IDfId containmentId,
double orderNo,
boolean orderNoFlag)
Removes a virtual document child from the object.
|
void |
IDfSysObjectRetention.removeRetention(IDfId retainerId)
Removes object from the control of retention services.
|
void |
IDfLightObject.reparent(IDfId newParentId)
Points the lightobject to a different parent.
|
void |
IDfSession.reparentLightObjects(IDfId newParentId,
IDfList childIds)
Reparents multiple lightweight objects at a time.
|
java.lang.String |
IDfSession.resolveAlias(IDfId sysObject,
java.lang.String scopeAlias)
Returns the value mapped to a given alias.
|
void |
IDfVirtualDocument.resync(IDfSession session,
IDfId objectId,
int flags)
Flushes all node information and synchronizes cached object attributes
with the repository.
|
void |
IDfPolicy.setActionObjectId(int index,
IDfId value)
Set the attribute action_object_id value at the specified index.
|
void |
IDfGroup.setAliasSetId(IDfId aliasId)
Sets the alias set object id of the group.
|
void |
IDfPolicy.setAliasSetIds(int index,
IDfId value)
Set the attribute allias_set_ids value at the specified index.
|
void |
IDfPolicy.setAppValidationId(IDfId value)
Set the attribute app_validation_id value for this policy.
|
void |
IDfAssembly.setBookId(IDfId parentObjectId)
Sets the book_id attribute of the assembly object.
|
void |
IDfRelation.setChildId(IDfId child)
Sets the ID of the object that is the "child" in the relationship.
|
void |
IDfAssembly.setComponentChronicleId(IDfId chronId)
Sets the component_chron_id attribute of the assembly object.
|
void |
IDfAssembly.setComponentId(IDfId objectId)
Sets the component_id attribute of the assembly object.
|
void |
IDfFormat.setDefaultStorage(IDfId value) |
java.lang.String |
IDfSession.setDocbaseScopeById(IDfId objectId)
THIS METHOD IS NOT THREAD SAFE.
|
void |
IDfActivity.setExecMethodId(IDfId execMethodId)
Identifies the method that executes the activity's actions.
|
void |
IDfGroup.setGroupDirectoryId(IDfId value) |
void |
IDfGroup.setGroupNativeRoomId(IDfId value)
Sets the group native room id.
|
void |
IDfTypedObject.setId(java.lang.String attributeName,
IDfId value)
Sets the Object ID value of an attribute.
|
void |
IDfModuleDescriptor.setObjectId(IDfId objectId)
Deprecated.
The object is immutable. This method had no useful effect in previous versions.
|
void |
IDfProcess.setPackageSchemaId(java.lang.String packageName,
IDfId schemaId)
Creates a relation between an XML schema document and a package.
|
void |
IDfWorkflow.setParentId(IDfId parentId)
Set parent_id attribute of the workflow
|
void |
IDfRelation.setParentId(IDfId parent)
Sets the ID of the object that is the "parent" in the relationship.
|
void |
IDfAssembly.setParentId(IDfId parentObjectId)
Sets the parent_id attribute of the assembly object.
|
void |
IDfProcess.setPerformerAliasId(IDfId aliasId)
Defines the process's performer alias set object id.
|
void |
IDfWorkflow.setProcessId(IDfId processId)
Sets the process ID for the workflow.
|
void |
IDfAuditTrailManager.setRegisterEvents(IDfId objectId,
IDfList events)
Sets a list of events for the object.
|
void |
IDfTypedObject.setRepeatingId(java.lang.String attributeName,
int valueIndex,
IDfId value)
Sets a Object ID value of a repeating attribute.
|
void |
IDfPolicy.setSystemActions(int index,
IDfId value)
Set the attribute system_actions value at the specified index.
|
void |
IDfFormat.setTopicFormat(IDfId value) |
void |
IDfPolicy.setTypeOverrideId(int index,
IDfId value)
Set the attribute type_override_id value at the specified index.
|
void |
IDfPolicy.setUserActionId(int index,
IDfId value)
Set the attribute user_action_id value at the specified index.
|
void |
IDfPolicy.setUserCriteriaId(int index,
IDfId value)
Set the attribute user_criteria_id value at the specified index.
|
void |
IDfPolicy.setUserPostprocId(int index,
IDfId value)
Set the attribute user_postproc_id value at the specified index.
|
void |
IDfSysObjectRetention.swapRetainer(IDfId oldRetainerId,
IDfId newRetainerId)
Replace a dm_retainer attached to the object to a new one.
|
void |
IDfAuditTrailManager.unregisterAllEvents(IDfId objectId)
Unregisters all events for the object.
|
void |
IDfAuditTrailManager.unregisterEvent(IDfId objectId,
java.lang.String event)
Unregisters an event for the object.
|
void |
IDfAuditTrailManager.unregisterEventForObject(IDfId objectId,
java.lang.String event,
IDfId policyId,
java.lang.String stateName)
Unregisters an event for the object type.
|
void |
IDfAuditTrailManager.unregisterEventForType(java.lang.String typeName,
java.lang.String event,
java.lang.String controllingApp,
IDfId policyId,
java.lang.String stateName)
Unregisters an event for the object type.
|
void |
IDfAuditTrailManager.unregisterEvents(IDfId objectId,
IDfList events)
Unregisters a list of events for the object.
|
void |
IDfAuditTrailManager.unregisterEventsInFolder(IDfId folderId,
IDfList events)
Unregisters a list of events for all sysobjects under the folder.
|
void |
IDfSysObject.updatePart(IDfId containmentId,
java.lang.String versionLabel,
double orderNumber,
boolean useNodeVerLabel,
boolean followAssembly,
int copyChild)
Modifies a child dmr_containment attribute value.
|
void |
IDfSysObject.updatePartEx(IDfId containmentId,
java.lang.String versionLabel,
double orderNumber,
boolean useNodeVerLabel,
boolean followAssembly,
int copyChild,
java.lang.String containType,
java.lang.String containDesc) |
void |
IDfType.validateTypeAttrRulesWithValue(java.lang.String attrName,
IDfId policyId,
java.lang.String state,
java.lang.String value,
IDfList depAttrNameList,
IDfList depAttrValueListList,
int stopAfterNumOfErrors)
Deprecated.
|
void |
IDfType.validateTypeAttrRulesWithValues(java.lang.String attrName,
IDfId policyId,
java.lang.String state,
IDfList values,
IDfList depAttrNameList,
IDfList depAttrValueListList,
int stopAfterNumOfErrors)
Deprecated.
|
void |
IDfType.validateTypeObjRulesWithValues(IDfList attrNameList,
IDfId policyId,
java.lang.String state,
IDfList valueListList,
int stopAfterNumOfErrors)
Deprecated.
|
Constructor and Description |
---|
DfIdNotFoundException(IDfId objectId)
Constructs a new instance.
|
DfIdNotFoundException(IDfId objectId,
java.lang.String objectTypeDescription)
Constructs a new instance.
|
DfIdNotFoundException(IDfId objectId,
java.lang.String objectTypeDescription,
java.lang.Throwable cause)
Constructs a new instance.
|
DfIdNotFoundException(IDfId objectId,
java.lang.Throwable cause)
Constructs a new instance.
|
Modifier and Type | Method and Description |
---|---|
IDfId |
IDfAcsContentRequest.getObjectId()
Returns object id.
|
IDfId |
IDfAcsConfig.getServerConfigId()
Returns the ID of the Content Server config object for the ACS.
|
Modifier and Type | Method and Description |
---|---|
void |
IDfAcsConfig.setServerConfigId(IDfId serverConfigId)
Sets the ID of the Content Server config object for the ACS.
|
Modifier and Type | Method and Description |
---|---|
IDfId |
IDfResultEntry.getId(java.lang.String attrName)
Returns the object ID stored in a specific attribute.
|
IDfId |
IDfResultObjectManager.getObjectId(IDfResultEntry entry)
Gets the object ID of the object corresponding to the result.
|
IDfId |
IDfResultEntry.getRepeatingId(java.lang.String attrName,
int valueIndex)
Returns the object ID value stored in a repeating attribute, located at a specific index.
|
Modifier and Type | Method and Description |
---|---|
IDfLocationQueryScope |
IDfQueryBuilder.addLocationScope(java.lang.String source,
IDfId locationId,
boolean isDescend,
boolean isExcluded)
Adds a location scope.
|
int |
IDfResultEntry.findId(java.lang.String attrName,
IDfId value)
Searches through the values in a repeating attribute and returns the first index value that corresponds to the
specified object id value.
|
Modifier and Type | Class and Description |
---|---|
class |
DfId
A Documentum object identifier.
|
Modifier and Type | Method and Description |
---|---|
IDfId |
IDfValue.asId()
Returns the contents of a value object as an
IDfId interface. |
IDfId |
IDfList.getId(int index)
Fetches an instance of an IDfId object from the list at the specified index.
|
IDfId |
IDfProperties.getId(java.lang.String propertyName)
Returns an IDfId interface to which the specified property name is mapped to in
the object.
|
IDfId |
IDfChangeDescription.getObjectId()
Returns the object ID of the object affected by the change described
in this change description record.
|
Modifier and Type | Method and Description |
---|---|
int |
IDfList.appendId(IDfId value)
Appends an instance of an IDfId object to the list.
|
int |
IDfId.compareTo(IDfId dfid)
Returns -1, 0 or 1 if this IDfId is less than, equal to, or greater than
the IDfId passed as an argument.
|
int |
DfId.compareTo(IDfId id) |
int |
IDfList.findIdIndex(IDfId value)
Returns the index of the first occurrence of an IDfId object in the list.
|
void |
IDfList.insertId(int index,
IDfId value)
Inserts an instance of an IDfId object into the list at a specified index.
|
static DfException |
DfException.materializedLightObjectException(IDfId id) |
static DfException |
DfException.newAlreadyMaterializedException(IDfId objectId) |
static DfException |
DfException.newApiBadType(IDfId componentId,
java.lang.String typeName) |
static DfException |
DfException.newAspectMissingPropertyBag(java.lang.String aspectName,
IDfId objId,
java.lang.String typeName) |
static DfException |
DfException.newBadIdException(IDfId id) |
static DfException |
DfException.newCantExportDirtyObjectException(IDfId id) |
static DfException |
DfException.newInvalidTypeException(java.lang.String typeName,
IDfId objectId,
java.lang.String requiredTypeName) |
static DfException |
DfException.newMaterializationOptionMismatchException(IDfId objectId) |
void |
IDfProperties.putId(java.lang.String propertyName,
IDfId propertyValue)
Maps the specified property name to the specified IDfId interface property value.
|
void |
IDfList.setId(int index,
IDfId value)
Adds an instance of an IDfId interface into the list at a specified index.
|
Modifier and Type | Method and Description |
---|---|
IDfId |
IDfNodeRelationship.getChildId()
The object ID of the repository object corresponding to the child node
|
IDfId |
IDfMoveOperation.getDestinationFolderId()
Returns the docbase object Id of the destination folder for the move operation.
|
IDfId |
IDfMoveNode.getDestinationFolderId()
This is the folder where objects are being moved (linked).
|
IDfId |
IDfImportOperation.getDestinationFolderId()
Returns the docbase object Id of the destination folder for the copy operation.
|
IDfId |
IDfImportNode.getDestinationFolderId()
Returns the repository object ID of the destination folder for the copy operation.
|
IDfId |
IDfCopyOperation.getDestinationFolderId()
Returns the repository object ID of the destination folder for the copy operation.
|
IDfId |
IDfCopyNode.getDestinationFolderId()
Returns the repository object ID of the destination folder for this node.
|
IDfId |
IDfOperationNode.getId()
Returns a unique identifier for this node.
|
IDfId |
IDfImportNode.getNewObjectId()
Returns the new repository object ID for the IDfSysObject resulting from the check in.
|
IDfId |
IDfCopyNode.getNewObjectId()
Returns the new repository object ID for the IDfSysObject resulting from the copy.
|
IDfId |
IDfCheckinNode.getNewObjectId()
Returns the new repository object ID for the IDfSysObject resulting from the check in.
|
IDfId |
IDfPredictiveCachingNode.getObjectId()
Returns the repository object ID of the IDfSysObject for this node.
|
IDfId |
IDfMoveNode.getObjectId()
Returns the docbase object Id of the IDfSysObject for this node.
|
IDfId |
IDfImportNode.getObjectId()
Returns the repository object ID of the IDfSysObject for this node.
|
IDfId |
IDfExportNode.getObjectId()
Returns the repository object Id of the IDfSysObject for this node.
|
IDfId |
IDfDeleteNode.getObjectId()
Returns the repository object ID of the IDfSysObject for this node.
|
IDfId |
IDfCopyNode.getObjectId()
Returns the repository object ID of the IDfSysObject for this node.
|
IDfId |
IDfCheckoutNode.getObjectId()
Returns the repository object Id of the IDfSysObject for this node.
|
IDfId |
IDfCheckinNode.getObjectId()
Returns the original repository object ID for the IDfSysObject before check in.
|
IDfId |
IDfCancelCheckoutNode.getObjectId()
Returns the docbase object Id of the IDfSysObject for this node.
|
IDfId |
IDfXMLUtils.getObjectIdFromDRL(java.lang.String drl)
Returns the object id corresponding to the DRL.
|
IDfId |
IDfNodeRelationship.getParentId()
The object ID of the repository object corresponding to the parent node
|
IDfId |
IDfMoveOperation.getSourceFolderId()
Gets the source folder id for the move operation.
|
IDfId |
IDfMoveNode.getSourceFolderId()
This is the folder from which objects are being moved (unlinked).
|
IDfId |
IDfImportNode.getXMLApplicationID()
Returns the ID of the XML application, if one was set, that is applied to the document
upon import.
|
Modifier and Type | Method and Description |
---|---|
IDfOperationNode |
IDfOperationNodeFactory.newNode(IDfId id)
Creates a new node for the given object.
|
IDfNodeRelationship |
IDfOperationNodeFactory.newNodeRelationship(IDfId parentId,
IDfId childId,
java.lang.String relationType) |
void |
IDfMoveOperation.setDestinationFolderId(IDfId folderId)
Sets the docbase object Id for the destination folder for the move operation.
|
void |
IDfMoveNode.setDestinationFolderId(IDfId destFolderId)
Sets the docbase object Id of the destination folder for this node.
|
void |
IDfImportOperation.setDestinationFolderId(IDfId destinationFolderId)
Sets the docbase object Id for the destination folder for the copy operation.
|
void |
IDfImportNode.setDestinationFolderId(IDfId destinationFolderId)
Sets the repository object ID for the destination folder for the copy operation.
|
void |
IDfCopyOperation.setDestinationFolderId(IDfId folderId)
Sets the repository object ID for the destination folder for the copy operation.
|
void |
IDfCopyNode.setDestinationFolderId(IDfId destinationFolderId)
Sets the repository object ID of the destination folder for this node.
|
void |
IDfImportNode.setSharingParentId(IDfId parentId)
Set sharing parent id for lightweight object created by the operation.
|
void |
IDfMoveOperation.setSourceFolderId(IDfId sourceFolderId)
Sets the source folder id for the move operation.
|
void |
IDfMoveNode.setSourceFolderId(IDfId sourceFolderId)
Sets the docbase object Id of the source folder for this node.
|
void |
IDfImportNode.setXMLApplicationID(IDfId appId)
Sets the XML application ID for the document being imported.
|
Modifier and Type | Method and Description |
---|---|
void |
IDfCheckedOutObject.addSharedDocument(IDfId parentId)
Adds the object id of the parent that shares this checked out object.
|
IDfCheckedOutObject |
IDfClientRegistry.getCheckedOutObjectById(IDfId objectId)
Finds a checked-out file registry object based on object ID
|
IDfLocalObject |
IDfClientRegistry.getLocalObjectById(IDfId objectId)
Finds a local file registry object based on object ID
|
IDfViewedObject |
IDfClientRegistry.getViewedObjectById(IDfId objectId)
Finds a viewed file registry object based on object ID
|
void |
IDfCheckedOutObject.removeSharedDocument(IDfId parentId)
Removes the object id of the document that shares this checked out object.
|
Copyright 1994-2023 OpenText Corporation. All rights reserved.