Package | Description |
---|---|
com.documentum.com |
Provides an interface for accessing the DFC through OLE/COM.
|
com.documentum.operations |
Provides interfaces to common high-level client functionality,
such as functionality for checking in and checking out documents,
and checking out all the documents in a virtual document.
|
Modifier and Type | Method and Description |
---|---|
IDfXMLDocType |
IDfClientX.getXMLDocType()
Factory method that contructs a new
IDfXMLDocType object. |
IDfXMLDocType |
DfClientX.getXMLDocType() |
Modifier and Type | Method and Description |
---|---|
IDfXMLDocType |
IDfXMLUtils.getXMLDoctypeFromFile(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
IDfList |
IDfXMLUtils.getApplicationList(IDfXMLDocType doctype)
Returns a list strings containing object IDs and object names.
|
IDfList |
IDfXMLUtils.getApplicationList(IDfXMLDocType doctype,
IDfFile file)
Returns a list strings containing object IDs and object names.
|
IDfList |
IDfXMLUtils.getApplicationList(IDfXMLDocType doctype,
IDfFormat formatObj)
Returns a list strings containing object IDs and object names.
|
IDfList |
IDfXMLUtils.getApplicationList(IDfXMLDocType doctype,
IDfSysObject object)
Returns a list strings containing object IDs and object names.
|
IDfList |
IDfXMLUtils.getApplicationList(IDfXMLDocType doctype,
java.lang.String fileOrFormatName)
Returns a list strings containing object IDs and object names.
|
Copyright 1994-2023 OpenText Corporation. All rights reserved.