Skip navigation links

Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1)

E17274-03


oracle.stellent.ridc.convenience.usersecurity
Interface IServiceCallUtils

All Known Implementing Classes:
ServiceCallUtils

public interface IServiceCallUtils

Method Summary
 CachedDataBinder getAliasMap(IdcClient client, IdcContext superuser)
          Deprecated. this method swallows IdcClientExceptions
 CachedDataBinder getAliasMap(IdcClient client, IdcContext superuser, ITrace trace)
          Get the Alias list from the Content Server.
 DataResultSet getDocInfo(DataBinder docBinder)
          get the DataResultSet for DOC_INFO
 java.util.List<DataObject> getDocInfoRows(DataBinder docBinder)
          get the rows of the DOC_INFO resultset
 CachedDataBinder getServerEnvironment(IdcClient client, IdcContext userContext)
          Deprecated. this method swallows IdcClientExceptions
 CachedDataBinder getServerEnvironment(IdcClient client, IdcContext userContext, ITrace trace)
          Get the environment information of the content server Interesting localdata are UseCollaboration, and UseAccounts
 java.lang.String getUser(DataBinder binder)
          get the username
 CachedDataBinder getUserPermissions(IdcClient client, IdcContext userContext)
          Deprecated. this method swallows IdcClientExceptions
 CachedDataBinder getUserPermissions(IdcClient client, IdcContext userContext, ITrace trace)
          Get the user's permissions from Content Server

 

Method Detail

getUser

java.lang.String getUser(DataBinder binder)
get the username
Parameters:
binder -
Returns:
username or null

getDocInfo

DataResultSet getDocInfo(DataBinder docBinder)
get the DataResultSet for DOC_INFO
Parameters:
docBinder -
Returns:

getDocInfoRows

java.util.List<DataObject> getDocInfoRows(DataBinder docBinder)
get the rows of the DOC_INFO resultset
Parameters:
docBinder -
Returns:

getUserPermissions

CachedDataBinder getUserPermissions(IdcClient client,
                                    IdcContext userContext)
Deprecated. this method swallows IdcClientExceptions
Get the user's permissions from Content Server
Parameters:
client -
userContext -
Returns:
CachedDataBinder containing user permissions

getUserPermissions

CachedDataBinder getUserPermissions(IdcClient client,
                                    IdcContext userContext,
                                    ITrace trace)
                                    throws IdcClientException
Get the user's permissions from Content Server
Parameters:
client -
userContext -
trace -
Returns:
CachedDataBinder containing user permissions
Throws:
IdcClientException

getServerEnvironment

CachedDataBinder getServerEnvironment(IdcClient client,
                                      IdcContext userContext)
Deprecated. this method swallows IdcClientExceptions
Get the environment information of the content server Interesting localdata are UseCollaboration, and UseAccounts
Parameters:
client -
userContext -
Returns:

getServerEnvironment

CachedDataBinder getServerEnvironment(IdcClient client,
                                      IdcContext userContext,
                                      ITrace trace)
                                      throws IdcClientException
Get the environment information of the content server Interesting localdata are UseCollaboration, and UseAccounts
Parameters:
client -
userContext -
trace -
Returns:
CachedDataBinder containing user permissions
Throws:
IdcClientException

getAliasMap

CachedDataBinder getAliasMap(IdcClient client,
                             IdcContext superuser)
Deprecated. this method swallows IdcClientExceptions
Get the Alias list from the Content Server. Typically, you need to be sysadmin to get this list
Parameters:
client -
superuser -
Returns:
CachedDataBinder containing alias list

getAliasMap

CachedDataBinder getAliasMap(IdcClient client,
                             IdcContext superuser,
                             ITrace trace)
                             throws IdcClientException
Get the Alias list from the Content Server. Typically, you need to be sysadmin to get this list
Parameters:
client -
superuser -
Returns:
CachedDataBinder containing alias list
Throws:
IdcClientException

Skip navigation links

Oracle® WebCenter Content Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1)

E17274-03


Copyright © 2008, 2011, Oracle and/or its affiliates. All rights reserved.