Interface IServiceCallUtils

All Known Implementing Classes:
ServiceCallUtils

@Concealed public interface IServiceCallUtils
  • Method Details

    • getUser

      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

      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