Interface IServiceCallUtils
- All Known Implementing Classes:
ServiceCallUtils
@Concealed
public interface IServiceCallUtils
-
Method Summary
Modifier and TypeMethodDescriptiongetAliasMap
(IdcClient client, IdcContext superuser) Deprecated.this method swallows IdcClientExceptionsgetAliasMap
(IdcClient client, IdcContext superuser, ITrace trace) Get the Alias list from the Content Server.getDocInfo
(DataBinder docBinder) get the DataResultSet for DOC_INFOgetDocInfoRows
(DataBinder docBinder) get the rows of the DOC_INFO resultsetgetServerEnvironment
(IdcClient client, IdcContext userContext) Deprecated.this method swallows IdcClientExceptionsgetServerEnvironment
(IdcClient client, IdcContext userContext, ITrace trace) Get the environment information of the content server Interesting localdata are UseCollaboration, and UseAccountsgetUser
(DataBinder binder) get the usernamegetUserPermissions
(IdcClient client, IdcContext userContext) Deprecated.this method swallows IdcClientExceptionsgetUserPermissions
(IdcClient client, IdcContext userContext, ITrace trace) Get the user's permissions from Content Server
-
Method Details
-
getUser
get the username- Parameters:
binder
-- Returns:
- username or null
-
getDocInfo
get the DataResultSet for DOC_INFO- Parameters:
docBinder
-- Returns:
-
getDocInfoRows
get the rows of the DOC_INFO resultset- Parameters:
docBinder
-- Returns:
-
getUserPermissions
Deprecated.this method swallows IdcClientExceptionsGet 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
Deprecated.this method swallows IdcClientExceptionsGet 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
Deprecated.this method swallows IdcClientExceptionsGet 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
-