Package | Description |
---|---|
com.documentum.fc.client |
Provides classes and interfaces for managing sessions and manipulating data in the repository. |
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 | Method and Description |
---|---|
static DfAuthenticationException |
DfAuthenticationException.newAuthFailException(com.documentum.fc.client.impl.docbase.IDocbaseSpec docbaseSpec,
java.lang.String username) |
Modifier and Type | Method and Description |
---|---|
void |
IDfSessionManager.authenticate(java.lang.String docbase)
Takes the repository name as an argument and throws an exception on bad user credentials.
|
IDfSession |
IDfSessionManager.getSession(java.lang.String docbase)
To get the session handle a service implementation should call the
getSession method. |
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. |
Modifier and Type | Method and Description |
---|---|
IDfObjectPath |
IDfLocationQueryScope.getLocationPath()
Gets the location path.
|
Copyright 1994-2023 OpenText Corporation. All rights reserved.