Package | Description |
---|---|
com.documentum.fc.client |
Provides classes and interfaces for managing sessions and manipulating data in the repository. |
Modifier and Type | Class and Description |
---|---|
class |
DfAuthenticationException
Signals a problem with authentication of an identity.
|
class |
DfDborNotFoundException
This exception is used to indicate that the DBOR was not found
|
class |
DfDocbrokerException |
class |
DfIdentityException
This exception is thrown when a specific docbase does not have an identity.
|
class |
DfIOException
Signals that an I/O exception of some sort has occurred while communicating with the docbase.
|
class |
DfNoServersException |
class |
DfPrincipalException
An exception that signals a problem with principal authentication.
|
class |
DfServiceInstantiationException
This exception is thrown when a Business Object Service is not properly configured in DBOR (Documentum Business
Object registry) and the Java class cannot be instantiated.
|
class |
DfServiceNotFoundException
This exception is thrown when a Business Object Service is not configured in DBOR (Documentum Business Object
registry).
|
Modifier and Type | Method and Description |
---|---|
static DfServiceException |
DfServiceException.convertToServiceException(java.lang.Exception e) |
static DfServiceException |
DfServiceException.newDuplicateIdentityException(java.lang.String docbaseName,
java.lang.String userName) |
static DfServiceException |
DfServiceException.newNoDocbrokersException() |
Modifier and Type | Method and Description |
---|---|
void |
IDfSessionManager.abortTransaction()
Rolls back any repository activities on the repository since the transaction was started.
|
void |
IDfSessionManager.authenticate(java.lang.String docbase)
Takes the repository name as an argument and throws an exception on bad user credentials.
|
void |
IDfSessionManager.beginTransaction()
Starts a new "managed" transaction (repository transaction).
|
void |
IDfService.cleanupResources()
Provides to the service client an opportunity to release some
service specific resources before the Java garbage collector will
collect the object.
|
void |
DfService.cleanupResources()
Deprecated.
|
void |
IDfSessionManager.commitTransaction()
Commits all changes to the repositories currently accessed.
|
void |
IDfSessionManager.endClientControl()
Deprecated.
No longer needed
|
IDfEnumeration |
IDfDbor.getAll()
Get a list of all services (service based and type based) in DBOR.
|
IDfSession |
IDfSessionManager.getSession(java.lang.String docbase)
To get the session handle a service implementation should call the
getSession method. |
IDfSession |
IDfService.getSession(java.lang.String docbase)
Returns a previously established "managed"
IDfSession
object. |
IDfSession |
DfService.getSession(java.lang.String docbaseName)
Obtains a handle to a Docbase session.
|
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) |
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) |
IDfSession |
IDfSessionManager.newSession(java.lang.String docbase)
To get a new instance of a DFC session,
newSession retrieves a new session for the given repository. |
void |
IDfDbor.register(IDfDborEntry entry)
Adds either a "service" or a "type" entry to DBOR.
|
void |
IDfService.releaseSession(IDfSession session)
Releases the "managed" session back to the session pool.
|
void |
DfService.releaseSession(IDfSession session)
Releases a handle to a Docbase session.
|
void |
IDfSessionManager.setIdentity(java.lang.String docbase,
IDfLoginInfo identity)
Sets the identity for "manual" user authentication.
|
void |
IDfDbor.unregister(java.lang.String name)
To remove a service method
unregisterService can be used. |
void |
IDfDborEntry.validate()
Validate data
|
Copyright 1994-2023 OpenText Corporation. All rights reserved.