Uses of Interface
com.documentum.fc.client.IDfSessionManager
Packages that use IDfSessionManager
Package
Description
Provides classes and interfaces, related to distributed content transfer.
Provides classes and interfaces for constructing and running search queries against
multiple content repositories as well as external information sources (optional).
This package contains interfaces to provide search services filters.
-
Uses of IDfSessionManager in com.documentum.fc.client
Methods in com.documentum.fc.client that return IDfSessionManagerModifier and TypeMethodDescriptionDfService.getSessionManager()
Gets the session manager.IDfService.getSessionManager()
Allows a service to obtain the its session manager handle.IDfSession.getSessionManager()
Returns the session manager that manages the current session.IDfTypedObject.getSessionManager()
Returns the session manager associated with this object.DfClient.newSessionManager()
IDfClient.newSessionManager()
Factory method that constructs a newIDfSessionManager
object for managing sessions and transactions with one or more repositories.Methods in com.documentum.fc.client with parameters of type IDfSessionManagerModifier and TypeMethodDescriptionDfClient.newModule
(String hostingDocbase, String moduleName, IDfSessionManager sessionMgr) IDfClient.newModule
(String hostingDocbase, String moduleName, IDfSessionManager sessionMgr) Factory method that constructs and instantiates the specified Module.DfClient.newSearchService
(IDfSessionManager sessionManager) DfClient.newSearchService
(IDfSessionManager sessionManager, String defaultMetadataDocbase) IDfClient.newSearchService
(IDfSessionManager sessionManager) Deprecated.Replaced by newSearchService(IDfSessionManager, String)IDfClient.newSearchService
(IDfSessionManager sessionManager, String defaultMetadataDocbase) Factory method to create a new instance of the search service.DfClient.newService
(String name, IDfSessionManager sessionMgr) IDfClient.newService
(String name, IDfSessionManager sessionMgr) Factory method that constructs and instantiates the specified business object service.void
DfService.setSessionManager
(IDfSessionManager sessionManager) Called by the runtime environment during service creation to associate a session manager with this service instance.void
IDfTypedObject.setSessionManager
(IDfSessionManager sessMgr) Associates a session manager with this object. -
Uses of IDfSessionManager in com.documentum.fc.client.acs
Methods in com.documentum.fc.client.acs with parameters of type IDfSessionManagerModifier and TypeMethodDescriptionIDfAcsClient.getAcsData
(IDfSessionManager sessionManager, String docbaseName, String networkLocationIdentifier) Returns anIDfEnumeration
object that lists allAcsData
objects for a given repository. -
Uses of IDfSessionManager in com.documentum.fc.client.search
Methods in com.documentum.fc.client.search that return IDfSessionManagerModifier and TypeMethodDescriptionIDfSearchMetadataManager.getSessionMgr()
Provides access to an internal instance of the Session Manager.Methods in com.documentum.fc.client.search with parameters of type IDfSessionManagerModifier and TypeMethodDescriptionboolean
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. -
Uses of IDfSessionManager in com.documentum.fc.client.search.filter
Methods in com.documentum.fc.client.search.filter that return IDfSessionManagerModifier and TypeMethodDescriptionIDfContext.getSessionManager()
Get a session manager containing the credentials for all the sources.