Uses of Interface
com.documentum.operations.IDfXMLDocType
Packages that use IDfXMLDocType
Package
Description
Provides an interface for accessing the DFC through OLE/COM.
Provides interfaces to common high-level client functionality,
such as functionality for checking in and checking out documents,
and checking out all the documents in a virtual document.
-
Uses of IDfXMLDocType in com.documentum.com
Methods in com.documentum.com that return IDfXMLDocTypeModifier and TypeMethodDescriptionDfClientX.getXMLDocType()
IDfClientX.getXMLDocType()
Factory method that contructs a newIDfXMLDocType
object. -
Uses of IDfXMLDocType in com.documentum.operations
Methods in com.documentum.operations that return IDfXMLDocTypeModifier and TypeMethodDescriptionIDfXMLUtils.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.Methods in com.documentum.operations with parameters of type IDfXMLDocTypeModifier and TypeMethodDescriptionIDfXMLUtils.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.