Skip navigation links

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

E17274-04


oracle.stellent.ridc.convenience.usersecurity.impl
Class ServiceCallUtils

java.lang.Object
  extended by oracle.stellent.ridc.convenience.usersecurity.impl.ServiceCallUtils

All Implemented Interfaces:
IServiceCallUtils

public class ServiceCallUtils
extends Object
implements IServiceCallUtils

Field Summary
protected  ILog m_log
           

 

Constructor Summary
ServiceCallUtils()
           

 

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
 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
 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

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

m_log

protected ILog m_log

Constructor Detail

ServiceCallUtils

public ServiceCallUtils()

Method Detail

getUser

public String getUser(DataBinder binder)
get the username
Specified by:
getUser in interface IServiceCallUtils
Parameters:
binder -
Returns:
username or null

getDocInfo

public DataResultSet getDocInfo(DataBinder docBinder)
get the DataResultSet for DOC_INFO
Specified by:
getDocInfo in interface IServiceCallUtils
Parameters:
docBinder -
Returns:

getDocInfoRows

public List<DataObject> getDocInfoRows(DataBinder docBinder)
get the rows of the DOC_INFO resultset
Specified by:
getDocInfoRows in interface IServiceCallUtils
Parameters:
docBinder -
Returns:

getUserPermissions

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

getUserPermissions

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

getServerEnvironment

public 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
Specified by:
getServerEnvironment in interface IServiceCallUtils
Parameters:
client -
userContext -
Returns:

getServerEnvironment

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

getAliasMap

public 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
Specified by:
getAliasMap in interface IServiceCallUtils
Parameters:
client -
superuser -
Returns:
CachedDataBinder containing alias list

getAliasMap

public 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
Specified by:
getAliasMap in interface IServiceCallUtils
Parameters:
client -
superuser -
Returns:
CachedDataBinder containing alias list
Throws:
IdcClientException

Skip navigation links

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

E17274-04


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