Package | Description |
---|---|
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.internal | |
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).
|
Modifier and Type | Interface and Description |
---|---|
interface |
IDfACL
Provides access to permission-related data stored in ACL objects.
|
interface |
IDfActivity
This interface provides functions to access objects of dm_activity type.
|
interface |
IDfAliasSet
Provides access to business policy aliasing-related data stored in dm_alias_set objects.
|
interface |
IDfAspectRelation
This interface provides access to permission-related data stored in ACL objects.
|
interface |
IDfAssembly
This class provides the functionality to interact with dm_assembly objects in the repository.
|
interface |
IDfAuditTrail |
interface |
IDfCollection
This interface provides access to collection objects.
|
interface |
IDfContainment
Provides the functionality to interact with dmr_containment objects in the repository.
|
interface |
IDfContentCollection |
interface |
IDfDocbaseMap
This interface provides information about the repositories known to a connection broker.
|
interface |
IDfDocument
Provides the functionality for the client to interact with "dm_document" objects in the respository.
|
interface |
IDfDumpRecord
Interface for getting and setting values for dm_dump_record objects.
|
interface |
IDfFolder
This interface provides access to folder-related data stored in folder objects.
|
interface |
IDfForeignKey |
interface |
IDfFormat
Provides access to format information.
|
interface |
IDfGroup
This interface provides access to group-related data stored in group objects.
|
interface |
IDfLoadRecord
Interface for getting and setting values for dm_load_record objects.
|
interface |
IDfLocation
This interface provides access to location properties.
|
interface |
IDfMethodObject |
interface |
IDfMountPoint
This interface provides access to mount point-related data stored in dm_mount_point objects.
|
interface |
IDfNote
This class provides the functionality for the client to interact with "dm_sysobject" objects in the repository.
|
interface |
IDfPackage
Interface definition for the type DmiPackage
Description: This object cannot be saved.
|
interface |
IDfPersistentObject
A Documentum object that has typed attributes and is persisted in a repository.
|
interface |
IDfPlugin
This interface provides access to plugin-related data stored in dm_plugin objects.
|
interface |
IDfPolicy
Interface for lifecycles.
|
interface |
IDfProcess
Methods you use to create and manipulate process objects, the objects that store workflow definitions in the
repository.
|
interface |
IDfQueueItem
This interface contains the functionality to retrieve information
from a dmi_queue_item object.
|
interface |
IDfRelation
Interface definition for the type dm_relation
Description:
|
interface |
IDfRelationType
Interface definition for the type dm_relation_type.
|
interface |
IDfRetainer
Provides access to dm_retainer objects, used for defining retention applied
to SysObjects.
|
interface |
IDfRouter
Deprecated.
|
interface |
IDfServerMap
Provides information about known Docbase Servers.
|
interface |
IDfSessionManagerConfig |
interface |
IDfStateExtension
Interface for policy state extensions.
|
interface |
IDfSysObject
This class provides the functionality for the client to interact with "dm_sysobject" objects in the repository.
|
interface |
IDfSysObjectStream
This class provides access to the any new public stream/content related api's for the IDfSysobject class.
|
interface |
IDfType
This interface provides access to type-related data stored in type objects.
|
interface |
IDfUser
This interface provides access to user-related data stored in user objects.
|
interface |
IDfWorkflow
This interface provides methods that allow you to create, start, and
manage a workflow.
|
interface |
IDfWorkflowAttachment
Interface definition for the type DmiWFAttachment.
|
interface |
IDfWorkitem
This interface contains the methods to manage work items, the runtime objects
that represent the tasks associated with activity instances in a workflow.
|
Modifier and Type | Method and Description |
---|---|
IDfTypedObject |
IDfDocbrokerClient.getAcsServerMap(java.lang.String docbaseName)
Returns information about the ACS servers that are known to the set of connection brokers
currently configured for this IDfDocbrokerClient instance.
|
IDfTypedObject |
IDfDocbrokerClient.getAcsServerMapFromSpecificDocbroker(java.lang.String docbaseName,
java.lang.String protocol,
java.lang.String hostName,
java.lang.String portNumber)
Returns information about the ACS servers that are known to a specific connection broker.
|
IDfTypedObject |
IDfSession.getClientConfig()
Returns an api config object.
|
IDfTypedObject |
IDfClient.getClientConfig()
Returns information about DFC.
|
IDfTypedObject |
DfClient.getClientConfig() |
IDfTypedObject |
IDfSession.getConnectionConfig()
Returns the connection config object for a repository session.
|
IDfTypedObject |
IDfSession.getDocbaseConfig()
Returns a docbase config object for a repository session.
|
IDfTypedObject |
IDfSession.getDocbrokerMap()
Returns information about the DocBrokers known to the DFC.
|
IDfTypedObject |
IDfDocbrokerClient.getDocbrokerMap()
Returns information about the connection brokers known to this IDfDocbrokerClient instance.
|
IDfTypedObject |
IDfClient.getDocbrokerMap()
Returns information about the connection brokers known to the DFC.
|
IDfTypedObject |
DfClient.getDocbrokerMap() |
IDfTypedObject |
IDfAdminClient.getFullDocbrokerMap()
Returns information about the connection brokers known to the DFC.
|
IDfTypedObject |
IDfAdminClient.getFullServerMap(java.lang.String docbaseName)
Returns information about the servers that are known to a connection broker.
|
IDfTypedObject |
IDfSession.getServerConfig()
Returns a server config object for a repository session.
|
IDfTypedObject |
IDfDocbaseMap.getServerMap(int index)
Returns information about Documentum servers for the repository at the specified index.
|
IDfTypedObject |
IDfSession.getServerMap(java.lang.String docbaseName)
Returns information about the servers that are known to a DocBroker.
|
IDfTypedObject |
IDfDocbrokerClient.getServerMap(java.lang.String docbaseName)
Returns information about the servers that are known to the set of connection brokers currently configured for this
IDfDocbrokerClient instance.
|
IDfTypedObject |
IDfClient.getServerMap(java.lang.String docbaseName)
Returns information about the servers that are known to a connection broker.
|
IDfTypedObject |
DfClient.getServerMap(java.lang.String docbaseName) |
IDfTypedObject |
IDfDocbaseMap.getServerMapByName(java.lang.String docbaseName)
Returns information about Documentum servers for the repository with the specified name.
|
IDfTypedObject |
IDfClient.getServerMapEx(java.lang.String docbaseName,
java.lang.String protocol,
java.lang.String hostName,
java.lang.String portNumber)
Returns information about the servers known to a connection broker.
|
IDfTypedObject |
DfClient.getServerMapEx(java.lang.String docbaseName,
java.lang.String protocol,
java.lang.String hostName,
java.lang.String portNumber) |
IDfTypedObject |
IDfDocbrokerClient.getServerMapFromSpecificDocbroker(java.lang.String docbaseName,
java.lang.String protocol,
java.lang.String hostName,
java.lang.String portNumber)
Returns information about the servers that are known to a specific connection broker.
|
IDfTypedObject |
IDfSession.getSessionConfig()
Returns the session config object for a repository session.
|
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.
|
IDfTypedObject |
IDfCollection.getTypedObject()
Returns a row in the collection as an
IDfTypedObject for later use. |
IDfTypedObject |
DfTypedObjectException.getTypedObject()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static DfTypedObjectException |
DfTypedObjectException.newBadAttrIndexException(IDfTypedObject object,
java.lang.String name,
int valueIndex) |
static DfTypedObjectException |
DfTypedObjectException.newBadAttrIndexException(IDfTypedObject object,
com.documentum.fc.client.impl.typeddata.ValueIndexException e) |
static DfTypedObjectException |
DfTypedObjectException.newBadAttrNameException(IDfTypedObject object,
com.documentum.fc.client.impl.typeddata.NoSuchAttributeException e) |
static DfTypedObjectException |
DfTypedObjectException.newBadAttrNameException(IDfTypedObject object,
java.lang.String name) |
static DfAttributeValueException |
DfAttributeValueException.newBadAttrValueException(IDfTypedObject object,
java.lang.String attributeName,
java.lang.String value,
java.lang.IllegalArgumentException cause) |
Modifier and Type | Interface and Description |
---|---|
interface |
IDfAcsConfig
This interface represents ACS configuration objects.
|
interface |
IDfBocsConfig
This interface represents BOCS configuration object.
|
interface |
IDfContentTransferConfig
Distributed transfer config object
|
interface |
IDfDmsConfig
Dms config object
|
interface |
IDfValidationDescriptor |
Modifier and Type | Interface and Description |
---|---|
interface |
com.documentum.fc.client.internal.IPersistentObjectInternal |
interface |
com.documentum.fc.client.internal.ITypedObjectInternal |
Modifier and Type | Interface and Description |
---|---|
interface |
IDfSearchResults
Represents the search results.
|
interface |
IDfSmartList
An IDfSmartList is the BOF object representing a saved search.
|
Copyright 1994-2023 OpenText Corporation. All rights reserved.