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.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.client.search.filter |
This package contains interfaces to provide search services filters.
|
Modifier and Type | Method and Description |
---|---|
IDfSessionManager |
IDfTypedObject.getSessionManager()
Returns the session manager associated with this object.
|
IDfSessionManager |
IDfSession.getSessionManager()
Returns the session manager that manages the current session.
|
IDfSessionManager |
IDfService.getSessionManager()
Allows a service to obtain the its session manager handle.
|
IDfSessionManager |
DfService.getSessionManager()
Gets the session manager.
|
IDfSessionManager |
IDfClient.newSessionManager()
Factory method that constructs a new
IDfSessionManager object for managing sessions and transactions
with one or more repositories. |
IDfSessionManager |
DfClient.newSessionManager() |
Modifier and Type | Method and Description |
---|---|
IDfModule |
IDfClient.newModule(java.lang.String hostingDocbase,
java.lang.String moduleName,
IDfSessionManager sessionMgr)
Factory method that constructs and instantiates the specified Module.
|
IDfModule |
DfClient.newModule(java.lang.String hostingDocbase,
java.lang.String moduleName,
IDfSessionManager sessionMgr) |
IDfSearchService |
IDfClient.newSearchService(IDfSessionManager sessionManager)
Deprecated.
Replaced by newSearchService(IDfSessionManager, String)
|
IDfSearchService |
DfClient.newSearchService(IDfSessionManager sessionManager) |
IDfSearchService |
IDfClient.newSearchService(IDfSessionManager sessionManager,
java.lang.String defaultMetadataDocbase)
Factory method to create a new instance of the search service.
|
IDfSearchService |
DfClient.newSearchService(IDfSessionManager sessionManager,
java.lang.String defaultMetadataDocbase) |
IDfService |
IDfClient.newService(java.lang.String name,
IDfSessionManager sessionMgr)
Factory method that constructs and instantiates the specified business object service.
|
IDfService |
DfClient.newService(java.lang.String name,
IDfSessionManager sessionMgr) |
void |
IDfTypedObject.setSessionManager(IDfSessionManager sessMgr)
Associates a session manager with this object.
|
void |
DfService.setSessionManager(IDfSessionManager sessionManager)
Called by the runtime environment during service creation to
associate a session manager with this service instance.
|
Modifier and Type | Method and Description |
---|---|
IDfEnumeration |
IDfAcsClient.getAcsData(IDfSessionManager sessionManager,
java.lang.String docbaseName,
java.lang.String networkLocationIdentifier)
Returns an
IDfEnumeration object that lists all
AcsData objects for a given repository. |
Modifier and Type | Method and Description |
---|---|
IDfSessionManager |
IDfSearchMetadataManager.getSessionMgr()
Provides access to an internal instance of the Session Manager.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IDfSearchSource.areMetadataWildcardsSupported(IDfSessionManager sessionManager)
Indicates if wildcards in metadata searches can be used with this source.
|
boolean |
IDfSearchSource.isFacetSupported(IDfSessionManager sessionManager)
Indicates if the source supports facets.
|
boolean |
IDfSearchSource.isRangeAccessSupported(IDfSessionManager sessionManager)
Indicates if the source supports range access.
|
Modifier and Type | Method and Description |
---|---|
IDfSessionManager |
IDfContext.getSessionManager()
Get a session manager containing the credentials for all the sources.
|
Copyright 1994-2023 OpenText Corporation. All rights reserved.