|
Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1.1) E17274-02 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IdcClientException in oracle.stellent.ridc |
|---|
| Methods in oracle.stellent.ridc that throw IdcClientException | |
|---|---|
IdcClient |
IdcClientProvider.createClient(IdcClientManager clientManager, java.lang.String url)Create an IdcClient using the given URL |
IdcClient |
IdcClientManager.createClient(java.lang.String url)Create a new client instance based on the given URL. |
void |
IdcClient.initialize()Initialize the client. |
ServiceResponse |
IdcClient.sendRequest(IdcContext userContext, DataBinder dataBinder)Execute the request; sends the request to the Content Server and reads the response. |
| Uses of IdcClientException in oracle.stellent.ridc.config |
|---|
| Subclasses of IdcClientException in oracle.stellent.ridc.config | |
|---|---|
class |
ConfigurationExceptionErrors while reading or writing the serialized configuration information. |
| Methods in oracle.stellent.ridc.config that throw IdcClientException | |
|---|---|
IdcClientManager |
ConfigurationSerializer.readConfiguration(java.io.InputStream stream)Read a list of configuration into a new IdcClientManager from an XML stream |
| Uses of IdcClientException in oracle.stellent.ridc.convenience.monitor |
|---|
| Methods in oracle.stellent.ridc.convenience.monitor that throw IdcClientException | |
|---|---|
protected java.lang.String[] |
ContentHistoryWatcher.IdcPollingThread.getCurrentDateWhereClause(DataObject documentEvent) |
java.text.DateFormat |
ContentHistoryWatcher.getOdbcDateFormat() |
protected java.text.DateFormat |
ContentHistoryWatcher.initializeDateFormat(IdcContext context) |
| Uses of IdcClientException in oracle.stellent.ridc.convenience.usersecurity |
|---|
| Methods in oracle.stellent.ridc.convenience.usersecurity that throw IdcClientException | |
|---|---|
int |
IUserSecurityCache.getAccessLevelForDocument(CacheId id, DataObject docInfo, ITrace trace)Get the user's access level for a document. |
CachedDataBinder |
IServiceCallUtils.getAliasMap(IdcClient client, IdcContext superuser, ITrace trace)Get the Alias list from the Content Server. |
CacheId |
IUserSecurityCache.getCacheIdForUser(IdcContext userContext, ITrace trace)Get the CacheId. |
CachedDataBinder |
IServiceCallUtils.getServerEnvironment(IdcClient client, IdcContext userContext, ITrace trace)Get the environment information of the content server Interesting localdata are UseCollaboration, and UseAccounts |
CachedDataBinder |
IServiceCallUtils.getUserPermissions(IdcClient client, IdcContext userContext, ITrace trace)Get the user's permissions from Content Server |
boolean |
IUserSecurityCache.isAdmin(CacheId id, DataObject docInfo, IUserSecurityCache.AdminType adminType, ITrace trace)Returns the Admin flag for the specific admin type. |
java.lang.Integer |
IAccessResolver.resolveAccessLevel(DataObject docInfo, DataBinder userBinder, ITrace trace)For a given document, determine the user's access level If the resolver determines that it doesn't want to participate in the access level calculation, it returns null |
| Uses of IdcClientException in oracle.stellent.ridc.convenience.usersecurity.impl |
|---|
| Methods in oracle.stellent.ridc.convenience.usersecurity.impl that throw IdcClientException | |
|---|---|
int |
UserSecurityGroupsCache.getAccessLevelForDocument(CacheId id, DataObject docInfo, ITrace trace)Get the user's access level for a document. |
CachedDataBinder |
ServiceCallUtils.getAliasMap(IdcClient client, IdcContext superuser, ITrace trace)Get the Alias list from the Content Server. |
CacheId |
UserSecurityGroupsCache.getCacheIdForUser(IdcContext userContext, ITrace trace)Get the CacheId. |
DataBinder |
UserSecurityGroupsCache.getPermissions(CacheId id, ITrace trace)Get the permissions for a user |
CachedDataBinder |
ServiceCallUtils.getServerEnvironment(IdcClient client, IdcContext userContext, ITrace trace)Get the environment information of the content server Interesting localdata are UseCollaboration, and UseAccounts |
protected DataBinder |
CSEnvCache.getServerEnvironmentBinder(ITrace trace)Get the server Environment Binder |
CachedDataBinder |
ServiceCallUtils.getUserPermissions(IdcClient client, IdcContext userContext, ITrace trace)Get the user's permissions from Content Server |
boolean |
AclListInfo.isAclListChecked(ITrace trace) |
boolean |
UserSecurityGroupsCache.isAdmin(CacheId id, DataObject docInfo, IUserSecurityCache.AdminType adminType, ITrace trace)Returns the Admin flag for the specific admin type. |
boolean |
CSEnvCache.isCollaborationModel(ITrace trace)Check to see if the server is using Collaboration for Acl Security |
boolean |
CSEnvCache.isInSpecialAuthGroups(java.lang.String dSecurityGroup, ITrace trace)Check to see if dSecurityGroup is covered by ACL |
boolean |
AliasCache.isUserInAlias(java.lang.String userName, java.lang.String aliasName, ITrace trace)return true if userName is in the aliasName list |
boolean |
CSEnvCache.isUsing11gDefaultAcl(ITrace trace)Check to see which default ACL algorithm to use |
boolean |
CSEnvCache.isUsingAccounts(ITrace trace)Check to see if the server is using Accounts security |
boolean |
CSEnvCache.isUsingAcl(ITrace trace)Check to see if the server is using Acl security |
boolean |
CSEnvCache.isUsingAclRoles(ITrace trace)Check to see if server is using the RoleEntityACL feature |
java.lang.Integer |
AccessResolverSecurityGroups.resolveAccessLevel(DataObject docInfo, DataBinder userBinder, ITrace trace) |
java.lang.Integer |
AccessResolverAccounts.resolveAccessLevel(DataObject docInfo, DataBinder userBinder, ITrace trace)Get the user's access level for this document. |
java.lang.Integer |
AccessResolverAcl.resolveAccessLevel(DataObject docInfo, DataBinder userBinder, ITrace trace) |
| Constructors in oracle.stellent.ridc.convenience.usersecurity.impl that throw IdcClientException | |
|---|---|
AclListInfo(CSEnvCache envCache, DataObject docInfo, ITrace trace)Determines if there is any information to be used in this list. |
|
| Uses of IdcClientException in oracle.stellent.ridc.protocol |
|---|
| Subclasses of IdcClientException in oracle.stellent.ridc.protocol | |
|---|---|
class |
ProtocolExceptionErrors in the protocol layer. |
class |
ServiceExceptionExceptions that occur when processing service requests. |
| Methods in oracle.stellent.ridc.protocol that throw IdcClientException | |
|---|---|
DataBinder |
ServiceResponse.getResponseAsBinder()Convert the response stream to a data binder |
DataBinder |
ServiceResponse.getResponseAsBinder(boolean checkErrors)Convert the response stream to a data binder |
| Uses of IdcClientException in oracle.stellent.ridc.protocol.http |
|---|
| Subclasses of IdcClientException in oracle.stellent.ridc.protocol.http | |
|---|---|
class |
HttpProtocolExceptionExceptions in the IdcHttpProtocol implementation |
| Uses of IdcClientException in oracle.stellent.ridc.protocol.intradoc.socket |
|---|
| Subclasses of IdcClientException in oracle.stellent.ridc.protocol.intradoc.socket | |
|---|---|
class |
SSLProtocolExceptionExceptions specific to SSL configuration and setup |
| Uses of IdcClientException in oracle.stellent.ridc.protocol.jaxws |
|---|
| Methods in oracle.stellent.ridc.protocol.jaxws that throw IdcClientException | |
|---|---|
IdcClient |
JaxWSClientProvider.createClient(IdcClientManager clientManager, java.lang.String url) |
void |
JaxWSClient.initialize() |
|
Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1.1) E17274-02 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||