Uses of Class
com.documentum.fc.client.DfServiceException
Packages that use DfServiceException
-
Uses of DfServiceException in com.documentum.fc.client
Subclasses of DfServiceException in com.documentum.fc.clientModifier and TypeClassDescriptionclassSignals a problem with authentication of an identity.classThis exception is used to indicate that the DBOR was not foundclassclassThis exception is thrown when a specific docbase does not have an identity.classSignals that an I/O exception of some sort has occurred while communicating with the docbase.classclassAn exception that signals a problem with principal authentication.classThis 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.classThis exception is thrown when a Business Object Service is not configured in DBOR (Documentum Business Object registry).Methods in com.documentum.fc.client that return DfServiceExceptionModifier and TypeMethodDescriptionstatic DfServiceExceptionDfServiceException.convertToServiceException(Exception e) static DfServiceExceptionDfServiceException.newDuplicateIdentityException(String docbaseName, String userName) static DfServiceExceptionDfServiceException.newNoDocbrokersException()Methods in com.documentum.fc.client that throw DfServiceExceptionModifier and TypeMethodDescriptionvoidIDfSessionManager.abortTransaction()Rolls back any repository activities on the repository since the transaction was started.voidIDfSessionManager.authenticate(String docbase) Takes the repository name as an argument and throws an exception on bad user credentials.voidIDfSessionManager.beginTransaction()Starts a new "managed" transaction (repository transaction).voidDfService.cleanupResources()Deprecated.voidIDfService.cleanupResources()Provides to the service client an opportunity to release some service specific resources before the Java garbage collector will collect the object.voidIDfSessionManager.commitTransaction()Commits all changes to the repositories currently accessed.voidIDfSessionManager.endClientControl()Deprecated.No longer neededIDfDbor.getAll()Get a list of all services (service based and type based) in DBOR.DfService.getSession(String docbaseName) Obtains a handle to a Docbase session.IDfService.getSession(String docbase) Returns a previously established "managed"IDfSessionobject.IDfSessionManager.getSession(String docbase) To get the session handle a service implementation should call thegetSessionmethod.DfClient.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.newService(String name, IDfSessionManager sessionMgr) IDfClient.newService(String name, IDfSessionManager sessionMgr) Factory method that constructs and instantiates the specified business object service.IDfSessionManager.newSession(String docbase) To get a new instance of a DFC session,newSessionretrieves a new session for the given repository.voidIDfDbor.register(IDfDborEntry entry) Adds either a "service" or a "type" entry to DBOR.voidDfService.releaseSession(IDfSession session) Releases a handle to a Docbase session.voidIDfService.releaseSession(IDfSession session) Releases the "managed" session back to the session pool.voidIDfSessionManager.setIdentity(String docbase, IDfLoginInfo identity) Sets the identity for "manual" user authentication.voidIDfDbor.unregister(String name) To remove a service methodunregisterServicecan be used.voidIDfDborEntry.validate()Validate data