Package | Description |
---|---|
com.documentum.com |
Provides an interface for accessing the DFC through OLE/COM.
|
com.documentum.fc.client |
Provides classes and interfaces for managing sessions and manipulating data in the repository. |
Modifier and Type | Method and Description |
---|---|
IDfClient |
IDfClientX.getLocalClient()
Factory method for an
IDfClient object. |
IDfClient |
DfClientX.getLocalClient() |
IDfClient |
IDfClientX.getLocalClient32()
Returns a DFC local client object that will call into DMCL32.dll for
backward compatibility with pre-4.0 Documentum servers.
|
IDfClient |
DfClientX.getLocalClient32() |
Modifier and Type | Interface and Description |
---|---|
interface |
IDfAdminClient
An extension of
IDfClient that is useful for administrative programs. |
Modifier and Type | Class and Description |
---|---|
class |
DfClient
An implementation of the IDfClient interface for use in a basic Java environment.
|
Modifier and Type | Method and Description |
---|---|
IDfClient |
IDfSession.getClient()
Returns the DFC client object from which this session was obtained.
|
static IDfClient |
DfClient.getInstance()
Returns the
IDfClient interface for a singleton instance of DfClient. |
static IDfClient |
DfClient.getLocalClient()
Returns the
IDfClient interface for a singleton instance of DfClient. |
static IDfClient |
DfClient.getLocalClient32()
Deprecated.
Please use
DfClient.getLocalClient() instead |
static IDfClient |
DfClient.getLocalClientEx()
Returns the
IDfClient interface for a singleton instance of DfClient. |
Copyright 1994-2023 OpenText Corporation. All rights reserved.