public interface IServiceCallUtils
Modifier and Type | Method and Description |
---|---|
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
|
String getUser(DataBinder binder)
binder
-DataResultSet getDocInfo(DataBinder docBinder)
docBinder
-List<DataObject> getDocInfoRows(DataBinder docBinder)
docBinder
-CachedDataBinder getUserPermissions(IdcClient client, IdcContext userContext)
client
-userContext
-CachedDataBinder getUserPermissions(IdcClient client, IdcContext userContext, ITrace trace) throws IdcClientException
client
-userContext
-trace
-IdcClientException
CachedDataBinder getServerEnvironment(IdcClient client, IdcContext userContext)
client
-userContext
-CachedDataBinder getServerEnvironment(IdcClient client, IdcContext userContext, ITrace trace) throws IdcClientException
client
-userContext
-trace
-IdcClientException
CachedDataBinder getAliasMap(IdcClient client, IdcContext superuser)
client
-superuser
-CachedDataBinder getAliasMap(IdcClient client, IdcContext superuser, ITrace trace) throws IdcClientException
client
-superuser
-IdcClientException