Class ServiceFactory

java.lang.Object
com.appiancorp.suiteapi.common.ServiceFactory

@Deprecated public class ServiceFactory extends Object
Deprecated.
  • Constructor Details

    • ServiceFactory

      public ServiceFactory()
      Deprecated.
  • Method Details

    • getAdministratorUser

      public static User getAdministratorUser()
      Deprecated.
      Retrieves the user that is the system administrator. This method can be used to consume a service as the administrator, but should obviously be used sparingly for security reasons.
      Returns:
      a user who is the system administrator
    • getUser

      public static User getUser(String userName_)
      Deprecated.
      Creates a user object whose username is the given name. This object can then be used to obtain a ServiceContext.
      Parameters:
      userName_ - the username to use
      Returns:
      a User with the given username
    • getLeaderMessageService

      @Deprecated public static LeaderMessageService getLeaderMessageService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_)
      Deprecated.
      the Leader Message channel and code will be removed in a future release.
      Gets an instance of the LeaderMessageService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a LeaderMessageService
    • getPageNavigationService

      @Deprecated public static PageNavigationService getPageNavigationService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_)
      Deprecated.
      The Portal functionality will be removed in a future release.
      Gets an instance of the PageNavigationService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a PageNavigationService
    • getFolderService

      public static FolderService getFolderService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_)
      Deprecated.
      Gets an instance of the FolderService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a FolderService
    • getDocumentService

      public static DocumentService getDocumentService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_)
      Deprecated.
      Gets an instance of the DocumentService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a DocumentService
    • getPageService

      @Deprecated public static PageService getPageService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_)
      Deprecated.
      The Portal functionality will be removed in a future release.
      Gets an instance of the PageService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a PageService
    • getCollabAdministrationService

      public static AdministrationService getCollabAdministrationService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      Gets an instance of the AdministrationService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a AdministrationService
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getCollabCommunityService

      public static CommunityService getCollabCommunityService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      Gets an instance of the CommunityService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a CommunityService
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getDiscussionBodyService

      @Deprecated public static DiscussionBodyService getDiscussionBodyService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      Gets an instance of the DiscussionBodyService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a DiscussionBodyService
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getDiscussionMetadataConvenienceService

      @Deprecated public static DiscussionMetadataConvenienceService getDiscussionMetadataConvenienceService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      Gets an instance of the DiscussionMetadataConvenienceService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a DiscussionMetadataConvenienceService
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getDiscussionMetadataCoreService

      @Deprecated public static DiscussionMetadataCoreService getDiscussionMetadataCoreService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      Gets an instance of the DiscussionMetadataCoreService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a DiscussionMetadataCoreService
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getPersonalizationSearchService

      public static PersonalizationSearchService getPersonalizationSearchService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getGroupService

      public static GroupService getGroupService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      Gets an instance of the GroupService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a GroupService
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getGroupTypeService

      public static GroupTypeService getGroupTypeService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      Gets an instance of the GroupTypeService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a GroupTypeService
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getKnowledgeCenterService

      public static KnowledgeCenterService getKnowledgeCenterService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      Gets an instance of the KnowledgeCenterService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a KnowledgeCenterService
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getPortalAdministrationService

      @Deprecated public static AdministrationService getPortalAdministrationService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      The Portal functionality will be removed in a future release.
      Gets an instance of the AdministrationService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a AdministrationService
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getPortalNotificationService

      public static PortalNotificationService getPortalNotificationService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      Gets an instance of the PortalNotificationService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a PortalNotificationService
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getNotificationService

      public static NotificationService getNotificationService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      Gets an instance of the NotificationService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a NotificationService
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getPortletService

      @Deprecated public static PortletService getPortletService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      The Portal functionality will be removed in a future release.
      Gets an instance of the PortletService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a PortletService
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getProcessAdministrationService

      public static ProcessAdministrationService getProcessAdministrationService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      Gets an instance of the ProcessAdministrationService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a ProcessAdministrationService
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getProcessDesignService

      public static ProcessDesignService getProcessDesignService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      Gets an instance of the ProcessDesignService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a ProcessDesignService
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getProcessExecutionService

      public static ProcessExecutionService getProcessExecutionService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      Gets an instance of the ProcessExecutionService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a ProcessExecutionService
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getExceptionHandlerService

      public static ExceptionHandlerService getExceptionHandlerService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      Gets an instance of the ExceptionHandlerService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a ExceptionHandlerService
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getReportingService

      public static ReportingService getReportingService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      Gets an instance of the ReportingService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a ReportingService
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getStatisticsService

      public static StatisticsService getStatisticsService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      Gets an instance of the StatisticsService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a StatisticsService
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getSyncronizationService

      public static SynchronizationService getSyncronizationService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      Gets an instance of the SynchronizationService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a SynchronizationService
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getUserProfileService

      public static UserProfileService getUserProfileService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      Gets an instance of the UserProfileService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a UserProfileService
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getGroupMessageService

      @Deprecated public static GroupMessageService getGroupMessageService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      the Group Message channel and code will be removed in a future release.
      Gets an instance of the GroupMessageService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a GroupMessageService
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getService

      public static Object getService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_, String serviceName_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      Gets an instance of the service referenced by serviceName_.
      Parameters:
      sc_ - a context with which to obtain the service
      serviceName_ - one of the XXX_SERVICE constants
      Returns:
      an instance of the service bound to serviceName_ whose context is sc_.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getUserService

      public static UserService getUserService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      Gets an instance of the UserService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a UserService
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getLinksService

      public static LinksService getLinksService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      Gets an instance of the LinksService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a LinksService
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getExpressionService

      public static ExpressionService getExpressionService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      Gets an instance of the ExpressionService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a ExpressionService
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getNoteContentsService

      public static NotesContentService getNoteContentsService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      Gets an instance of the NotesContentService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a NotesContentService
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getAdministrationConsoleService

      @Deprecated public static AdministrationService getAdministrationConsoleService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      This service pertains to the legacy admin console, which will be replaced by the Appian Administration Console over the coming releases.
      Gets an instance of the AdministrationService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a AdministrationService
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getCollabAdministrationService

      @Deprecated public static AdministrationService getCollabAdministrationService(javax.servlet.http.HttpServlet s_, javax.servlet.http.HttpSession hs_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getCollabAdministrationService( ServiceContext sc_ )
      Gets an instance of AdministrationService whose context is determined by the given session.
      Parameters:
      s_ - the servlet from which this request is made. The old ASL supported a mode in which each servlet could have its own ASL configuration.
      hs_ - the session of the user making the request. This session is used to forge a context under which the service is obtained.
      Returns:
      a AdministrationService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getCollabAdministrationService

      @Deprecated public static AdministrationService getCollabAdministrationService(User u_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getCollabAdministrationService( ServiceContext sc_ )
      Gets an instance of AdministrationService whose context is determined by the given session.
      Parameters:
      u_ - the user making the request.
      Returns:
      a AdministrationService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getCollabCommunityService

      @Deprecated public static CommunityService getCollabCommunityService(javax.servlet.http.HttpServlet s_, javax.servlet.http.HttpSession hs_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getCollabCommunityService( ServiceContext sc_ )
      Gets an instance of CommunityService whose context is determined by the given session.
      Parameters:
      s_ - the servlet from which this request is made. The old ASL supported a mode in which each servlet could have its own ASL configuration.
      hs_ - the session of the user making the request. This session is used to forge a context under which the service is obtained.
      Returns:
      a CommunityService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getCommunityService

      @Deprecated public static CommunityService getCommunityService(User u_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getCommunityService( ServiceContext sc_ )
      Gets an instance of CommunityService whose context is determined by the given session.
      Parameters:
      u_ - the user making the request.
      Returns:
      a CommunityService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getCommunityService

      public static CommunityService getCommunityService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      Gets an instance of the CommunityService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a CommunityService
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getDiscussionBodyService

      @Deprecated public static DiscussionBodyService getDiscussionBodyService(javax.servlet.http.HttpServlet s_, javax.servlet.http.HttpSession hs_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getDiscussionBodyService( ServiceContext sc_ )
      Gets an instance of DiscussionBodyService whose context is determined by the given session.
      Parameters:
      s_ - the servlet from which this request is made. The old ASL supported a mode in which each servlet could have its own ASL configuration.
      hs_ - the session of the user making the request. This session is used to forge a context under which the service is obtained.
      Returns:
      a DiscussionBodyService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getDiscussionBodyService

      @Deprecated public static DiscussionBodyService getDiscussionBodyService(User u_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getDiscussionBodyService( ServiceContext sc_ )
      Gets an instance of DiscussionBodyService whose context is determined by the given session.
      Parameters:
      u_ - the user making the request.
      Returns:
      a DiscussionBodyService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getDiscussionMetadataConvenienceService

      @Deprecated public static DiscussionMetadataConvenienceService getDiscussionMetadataConvenienceService(javax.servlet.http.HttpServlet s_, javax.servlet.http.HttpSession hs_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getDiscussionMetadataConvenienceService( ServiceContext sc_ )
      Gets an instance of DiscussionMetadataConvenienceService whose context is determined by the given session.
      Parameters:
      s_ - the servlet from which this request is made. The old ASL supported a mode in which each servlet could have its own ASL configuration.
      hs_ - the session of the user making the request. This session is used to forge a context under which the service is obtained.
      Returns:
      a DiscussionMetadataConvenienceService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getDiscussionMetadataConvenienceService

      @Deprecated public static DiscussionMetadataConvenienceService getDiscussionMetadataConvenienceService(User u_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getDiscussionMetadataConvenienceService( ServiceContext sc_ )
      Gets an instance of DiscussionMetadataConvenienceService whose context is determined by the given session.
      Parameters:
      u_ - the user making the request.
      Returns:
      a DiscussionMetadataConvenienceService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getDiscussionMetadataCoreService

      @Deprecated public static DiscussionMetadataCoreService getDiscussionMetadataCoreService(javax.servlet.http.HttpServlet s_, javax.servlet.http.HttpSession hs_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getDiscussionMetadataCoreService( ServiceContext sc_ )
      Gets an instance of DiscussionMetadataCoreService whose context is determined by the given session.
      Parameters:
      s_ - the servlet from which this request is made. The old ASL supported a mode in which each servlet could have its own ASL configuration.
      hs_ - the session of the user making the request. This session is used to forge a context under which the service is obtained.
      Returns:
      a DiscussionMetadataCoreService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getDiscussionMetadataCoreService

      @Deprecated public static DiscussionMetadataCoreService getDiscussionMetadataCoreService(User u_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getDiscussionMetadataCoreService( ServiceContext sc_ )
      Gets an instance of DiscussionMetadataCoreService whose context is determined by the given session.
      Parameters:
      u_ - the user making the request.
      Returns:
      a DiscussionMetadataCoreService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getDiscussionPortletService

      @Deprecated public static DiscussionPortletService getDiscussionPortletService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_)
      Deprecated.
      The Portal functionality will be removed in a future release.
      Gets an instance of the DiscussionPortletService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a DiscussionPortletService
    • getMiniMetadataService

      public static MiniMetadataService getMiniMetadataService(com.appiancorp.asl3.servicefw.connect.ServiceContext sc_)
      Deprecated.
      Gets an instance of the MiniMetadataService.
      Parameters:
      sc_ - a context with which to obtain the service
      Returns:
      a MiniMetadataService
    • getDocumentService

      @Deprecated public static DocumentService getDocumentService(javax.servlet.http.HttpServlet s_, javax.servlet.http.HttpSession hs_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getDocumentService( ServiceContext sc_ )
      Gets an instance of DocumentService whose context is determined by the given session.
      Parameters:
      s_ - the servlet from which this request is made. The old ASL supported a mode in which each servlet could have its own ASL configuration.
      hs_ - the session of the user making the request. This session is used to forge a context under which the service is obtained.
      Returns:
      a DocumentService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getDocumentService

      @Deprecated public static DocumentService getDocumentService(User u_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getDocumentService( ServiceContext sc_ )
      Gets an instance of DocumentService whose context is determined by the given session.
      Parameters:
      u_ - the user making the request.
      Returns:
      a DocumentService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getFolderService

      @Deprecated public static FolderService getFolderService(javax.servlet.http.HttpServlet s_, javax.servlet.http.HttpSession hs_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getFolderService( ServiceContext sc_ )
      Gets an instance of FolderService whose context is determined by the given session.
      Parameters:
      s_ - the servlet from which this request is made. The old ASL supported a mode in which each servlet could have its own ASL configuration.
      hs_ - the session of the user making the request. This session is used to forge a context under which the service is obtained.
      Returns:
      a FolderService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getFolderService

      @Deprecated public static FolderService getFolderService(User u_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getFolderService( ServiceContext sc_ )
      Gets an instance of FolderService whose context is determined by the given session.
      Parameters:
      u_ - the user making the request.
      Returns:
      a FolderService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getGroupService

      @Deprecated public static GroupService getGroupService(javax.servlet.http.HttpServlet s_, javax.servlet.http.HttpSession hs_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getGroupService( ServiceContext sc_ )
      Gets an instance of GroupService whose context is determined by the given session.
      Parameters:
      s_ - the servlet from which this request is made. The old ASL supported a mode in which each servlet could have its own ASL configuration.
      hs_ - the session of the user making the request. This session is used to forge a context under which the service is obtained.
      Returns:
      a GroupService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getGroupService

      @Deprecated public static GroupService getGroupService(User u_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getGroupService( ServiceContext sc_ )
      Gets an instance of GroupService whose context is determined by the given session.
      Parameters:
      u_ - the user making the request.
      Returns:
      a GroupService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getGroupTypeService

      @Deprecated public static GroupTypeService getGroupTypeService(javax.servlet.http.HttpServlet s_, javax.servlet.http.HttpSession hs_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getGroupTypeService( ServiceContext sc_ )
      Gets an instance of GroupTypeService whose context is determined by the given session.
      Parameters:
      s_ - the servlet from which this request is made. The old ASL supported a mode in which each servlet could have its own ASL configuration.
      hs_ - the session of the user making the request. This session is used to forge a context under which the service is obtained.
      Returns:
      a GroupTypeService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getGroupTypeService

      @Deprecated public static GroupTypeService getGroupTypeService(User u_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getGroupTypeService( ServiceContext sc_ )
      Gets an instance of GroupTypeService whose context is determined by the given session.
      Parameters:
      u_ - the user making the request.
      Returns:
      a GroupTypeService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getKnowledgeCenterService

      @Deprecated public static KnowledgeCenterService getKnowledgeCenterService(javax.servlet.http.HttpServlet s_, javax.servlet.http.HttpSession hs_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getKnowledgeCenterService( ServiceContext sc_ )
      Gets an instance of KnowledgeCenterService whose context is determined by the given session.
      Parameters:
      s_ - the servlet from which this request is made. The old ASL supported a mode in which each servlet could have its own ASL configuration.
      hs_ - the session of the user making the request. This session is used to forge a context under which the service is obtained.
      Returns:
      a KnowledgeCenterService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getKnowledgeCenterService

      @Deprecated public static KnowledgeCenterService getKnowledgeCenterService(User u_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getKnowledgeCenterService( ServiceContext sc_ )
      Gets an instance of KnowledgeCenterService whose context is determined by the given session.
      Parameters:
      u_ - the user making the request.
      Returns:
      a KnowledgeCenterService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getPageNavigationService

      @Deprecated public static PageNavigationService getPageNavigationService(javax.servlet.http.HttpServlet s_, javax.servlet.http.HttpSession hs_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getPageNavigationService( ServiceContext sc_ )
      Gets an instance of PageNavigationService whose context is determined by the given session.
      Parameters:
      s_ - the servlet from which this request is made. The old ASL supported a mode in which each servlet could have its own ASL configuration.
      hs_ - the session of the user making the request. This session is used to forge a context under which the service is obtained.
      Returns:
      a PageNavigationService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getPageNavigationService

      @Deprecated public static PageNavigationService getPageNavigationService(User u_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getPageNavigationService( ServiceContext sc_ )
      Gets an instance of PageNavigationService whose context is determined by the given session.
      Parameters:
      u_ - the user making the request.
      Returns:
      a PageNavigationService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getPageService

      @Deprecated public static PageService getPageService(javax.servlet.http.HttpServlet s_, javax.servlet.http.HttpSession hs_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getPageService( ServiceContext sc_ )
      Gets an instance of PageService whose context is determined by the given session.
      Parameters:
      s_ - the servlet from which this request is made. The old ASL supported a mode in which each servlet could have its own ASL configuration.
      hs_ - the session of the user making the request. This session is used to forge a context under which the service is obtained.
      Returns:
      a PageService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getPageService

      @Deprecated public static PageService getPageService(User u_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getPageService( ServiceContext sc_ )
      Gets an instance of PageService whose context is determined by the given session.
      Parameters:
      u_ - the user making the request.
      Returns:
      a PageService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getPortalAdministrationService

      @Deprecated public static AdministrationService getPortalAdministrationService(javax.servlet.http.HttpServlet s_, javax.servlet.http.HttpSession hs_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getPortalAdministrationService( ServiceContext sc_ )
      Gets an instance of AdministrationService whose context is determined by the given session.
      Parameters:
      s_ - the servlet from which this request is made. The old ASL supported a mode in which each servlet could have its own ASL configuration.
      hs_ - the session of the user making the request. This session is used to forge a context under which the service is obtained.
      Returns:
      a AdministrationService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getPortalAdministrationService

      @Deprecated public static AdministrationService getPortalAdministrationService(User u_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getPortalAdministrationService( ServiceContext sc_ )
      Gets an instance of AdministrationService whose context is determined by the given session.
      Parameters:
      u_ - the user making the request.
      Returns:
      a AdministrationService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getPortalNotificationService

      @Deprecated public static PortalNotificationService getPortalNotificationService(javax.servlet.http.HttpServlet s_, javax.servlet.http.HttpSession hs_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getPortalNotificationService( ServiceContext sc_ )
      Gets an instance of PortalNotificationService whose context is determined by the given session.
      Parameters:
      s_ - the servlet from which this request is made. The old ASL supported a mode in which each servlet could have its own ASL configuration.
      hs_ - the session of the user making the request. This session is used to forge a context under which the service is obtained.
      Returns:
      a PortalNotificationService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getPortalNotificationService

      @Deprecated public static PortalNotificationService getPortalNotificationService(User u_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getPortalNotificationService( ServiceContext sc_ )
      Gets an instance of PortalNotificationService whose context is determined by the given session.
      Parameters:
      u_ - the user making the request.
      Returns:
      a PortalNotificationService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getPortletService

      @Deprecated public static PortletService getPortletService(javax.servlet.http.HttpServlet s_, javax.servlet.http.HttpSession hs_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getPortletService( ServiceContext sc_ )
      Gets an instance of PortletService whose context is determined by the given session.
      Parameters:
      s_ - the servlet from which this request is made. The old ASL supported a mode in which each servlet could have its own ASL configuration.
      hs_ - the session of the user making the request. This session is used to forge a context under which the service is obtained.
      Returns:
      a PortletService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getPortletService

      @Deprecated public static PortletService getPortletService(User u_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getPortletService( ServiceContext sc_ )
      Gets an instance of PortletService whose context is determined by the given session.
      Parameters:
      u_ - the user making the request.
      Returns:
      a PortletService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getProcessAdministrationService

      @Deprecated public static ProcessAdministrationService getProcessAdministrationService(javax.servlet.http.HttpServlet s_, javax.servlet.http.HttpSession hs_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getProcessAdministrationService( ServiceContext sc_ )
      Gets an instance of ProcessAdministrationService whose context is determined by the given session.
      Parameters:
      s_ - the servlet from which this request is made. The old ASL supported a mode in which each servlet could have its own ASL configuration.
      hs_ - the session of the user making the request. This session is used to forge a context under which the service is obtained.
      Returns:
      a ProcessAdministrationService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getProcessAdministrationService

      @Deprecated public static ProcessAdministrationService getProcessAdministrationService(User u_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getProcessAdministrationService( ServiceContext sc_ )
      Gets an instance of ProcessAdministrationService whose context is determined by the given session.
      Parameters:
      u_ - the user making the request.
      Returns:
      a ProcessAdministrationService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getProcessDesignService

      @Deprecated public static ProcessDesignService getProcessDesignService(javax.servlet.http.HttpServlet s_, javax.servlet.http.HttpSession hs_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getProcessDesignService( ServiceContext sc_ )
      Gets an instance of ProcessDesignService whose context is determined by the given session.
      Parameters:
      s_ - the servlet from which this request is made. The old ASL supported a mode in which each servlet could have its own ASL configuration.
      hs_ - the session of the user making the request. This session is used to forge a context under which the service is obtained.
      Returns:
      a ProcessDesignService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getProcessDesignService

      @Deprecated public static ProcessDesignService getProcessDesignService(User u_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getProcessDesignService( ServiceContext sc_ )
      Gets an instance of ProcessDesignService whose context is determined by the given session.
      Parameters:
      u_ - the user making the request.
      Returns:
      a ProcessDesignService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getProcessExecutionService

      @Deprecated public static ProcessExecutionService getProcessExecutionService(javax.servlet.http.HttpServlet s_, javax.servlet.http.HttpSession hs_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getProcessExecutionService( ServiceContext sc_ )
      Gets an instance of ProcessExecutionService whose context is determined by the given session.
      Parameters:
      s_ - the servlet from which this request is made. The old ASL supported a mode in which each servlet could have its own ASL configuration.
      hs_ - the session of the user making the request. This session is used to forge a context under which the service is obtained.
      Returns:
      a ProcessExecutionService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getProcessExecutionService

      @Deprecated public static ProcessExecutionService getProcessExecutionService(User u_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getProcessExecutionService( ServiceContext sc_ )
      Gets an instance of ProcessExecutionService whose context is determined by the given session.
      Parameters:
      u_ - the user making the request.
      Returns:
      a ProcessExecutionService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getReportingService

      @Deprecated public static ReportingService getReportingService(javax.servlet.http.HttpServlet s_, javax.servlet.http.HttpSession hs_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getReportingService( ServiceContext sc_ )
      Gets an instance of ReportingService whose context is determined by the given session.
      Parameters:
      s_ - the servlet from which this request is made. The old ASL supported a mode in which each servlet could have its own ASL configuration.
      hs_ - the session of the user making the request. This session is used to forge a context under which the service is obtained.
      Returns:
      a ReportingService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getReportingService

      @Deprecated public static ReportingService getReportingService(User u_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getReportingService( ServiceContext sc_ )
      Gets an instance of ReportingService whose context is determined by the given session.
      Parameters:
      u_ - the user making the request.
      Returns:
      a ReportingService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getService

      @Deprecated public static Object getService(javax.servlet.http.HttpServlet s_, javax.servlet.http.HttpSession hs_, String serviceName_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getService( ServiceContext sc_, String serviceName_ )
      Gets an instance of the service referenced by serviceName_ whose context is determined by the given session.
      Parameters:
      s_ - the servlet from which this request is made. The old ASL supported a mode in which each servlet could have its own ASL configuration.
      hs_ - the session of the user making the request. This session is used to forge a context under which the service is obtained.
      serviceName_ - one of the XXX_SERVICE constants.
      Returns:
      an instance of the service referenced by serviceName_.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getService

      @Deprecated public static Object getService(User u_, String serviceName_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getService( ServiceContext sc_, String serviceName_ )
      Gets an instance of the service referenced by serviceName_ whose context is determined by the given user.
      Parameters:
      u_ - the user making the request.
      serviceName_ - one of the XXX_SERVICE constants.
      Returns:
      an instance of the service referenced by serviceName_.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getStatisticsService

      @Deprecated public static StatisticsService getStatisticsService(javax.servlet.http.HttpServlet s_, javax.servlet.http.HttpSession hs_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getStatisticsService( ServiceContext sc_ )
      Gets an instance of StatisticsService whose context is determined by the given session.
      Parameters:
      s_ - the servlet from which this request is made. The old ASL supported a mode in which each servlet could have its own ASL configuration.
      hs_ - the session of the user making the request. This session is used to forge a context under which the service is obtained.
      Returns:
      a StatisticsService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getStatisticsService

      @Deprecated public static StatisticsService getStatisticsService(User u_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getStatisticsService( ServiceContext sc_ )
      Gets an instance of StatisticsService whose context is determined by the given session.
      Parameters:
      u_ - the user making the request.
      Returns:
      a StatisticsService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getSynchronizationService

      @Deprecated public static SynchronizationService getSynchronizationService(User u_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getSynchronizationService( ServiceContext sc_ )
      Gets an instance of SynchronizationService whose context is determined by the given session.
      Parameters:
      u_ - the user making the request.
      Returns:
      a SynchronizationService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getSyncronizationService

      @Deprecated public static SynchronizationService getSyncronizationService(javax.servlet.http.HttpServlet s_, javax.servlet.http.HttpSession hs_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getSynchronizationService( ServiceContext sc_ )
      Gets an instance of SynchronizationService whose context is determined by the given session.
      Parameters:
      s_ - the servlet from which this request is made. The old ASL supported a mode in which each servlet could have its own ASL configuration.
      hs_ - the session of the user making the request. This session is used to forge a context under which the service is obtained.
      Returns:
      a SynchronizationService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getUserProfileService

      @Deprecated public static UserProfileService getUserProfileService(javax.servlet.http.HttpServlet s_, javax.servlet.http.HttpSession hs_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getUserProfileService( ServiceContext sc_ )
      Gets an instance of UserProfileService whose context is determined by the given session.
      Parameters:
      s_ - the servlet from which this request is made. The old ASL supported a mode in which each servlet could have its own ASL configuration.
      hs_ - the session of the user making the request. This session is used to forge a context under which the service is obtained.
      Returns:
      a UserProfileService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getUserProfileService

      @Deprecated public static UserProfileService getUserProfileService(User u_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getUserProfileService( ServiceContext sc_ )
      Gets an instance of UserProfileService whose context is determined by the given session.
      Parameters:
      u_ - the user making the request.
      Returns:
      a UserProfileService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getUserService

      @Deprecated public static UserService getUserService(javax.servlet.http.HttpServlet s_, javax.servlet.http.HttpSession hs_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getUserService( ServiceContext sc_ )
      Gets an instance of UserService whose context is determined by the given session.
      Parameters:
      s_ - the servlet from which this request is made. The old ASL supported a mode in which each servlet could have its own ASL configuration.
      hs_ - the session of the user making the request. This session is used to forge a context under which the service is obtained.
      Returns:
      a UserService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getUserService

      @Deprecated public static UserService getUserService(User u_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getUserService( ServiceContext sc_ )
      Gets an instance of UserService whose context is determined by the given session.
      Parameters:
      u_ - the user making the request.
      Returns:
      a UserService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getLinksService

      @Deprecated public static LinksService getLinksService(javax.servlet.http.HttpServlet s_, javax.servlet.http.HttpSession hs_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getLinksService( ServiceContext sc_ )
      Gets an instance of LinksService whose context is determined by the given session.
      Parameters:
      s_ - the servlet from which this request is made. The old ASL supported a mode in which each servlet could have its own ASL configuration.
      hs_ - the session of the user making the request. This session is used to forge a context under which the service is obtained.
      Returns:
      a LinksService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • getLinksService

      @Deprecated public static LinksService getLinksService(User u_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use getLinksService( ServiceContext sc_ )
      Gets an instance of LinksService whose context is determined by the given session.
      Parameters:
      u_ - the user making the request.
      Returns:
      a LinksService.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • releaseCollabAdministrationService

      @Deprecated public static void releaseCollabAdministrationService(Object serv_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use releaseService( Service s_ )
      Releases the given service. Services do not have to be released, but they should be, because future implementations may require the releasing of underlying resources.
      Parameters:
      serv_ - the service to release
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • releaseCommunityService

      @Deprecated public static void releaseCommunityService(Object serv_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use releaseService( Service s_ )
      Releases the given service. Services do not have to be released, but they should be, because future implementations may require the releasing of underlying resources.
      Parameters:
      serv_ - the service to release
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • releaseDiscussionBodyService

      @Deprecated public static void releaseDiscussionBodyService(Object serv_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use releaseService( Service s_ )
      Releases the given service. Services do not have to be released, but they should be, because future implementations may require the releasing of underlying resources.
      Parameters:
      serv_ - the service to release
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • releaseDiscussionMetadataConvenienceService

      @Deprecated public static void releaseDiscussionMetadataConvenienceService(Object serv_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use releaseService( Service s_ )
      Releases the given service. Services do not have to be released, but they should be, because future implementations may require the releasing of underlying resources.
      Parameters:
      serv_ - the service to release
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • releaseDiscussionMetadataCoreService

      @Deprecated public static void releaseDiscussionMetadataCoreService(Object serv_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use releaseService( Service s_ )
      Releases the given service. Services do not have to be released, but they should be, because future implementations may require the releasing of underlying resources.
      Parameters:
      serv_ - the service to release
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • releaseDocumentService

      @Deprecated public static void releaseDocumentService(Object serv_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use releaseService( Service s_ )
      Releases the given service. Services do not have to be released, but they should be, because future implementations may require the releasing of underlying resources.
      Parameters:
      serv_ - the service to release
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • releaseFolderService

      @Deprecated public static void releaseFolderService(Object serv_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use releaseService( Service s_ )
      Releases the given service. Services do not have to be released, but they should be, because future implementations may require the releasing of underlying resources.
      Parameters:
      serv_ - the service to release
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • releaseGroupService

      @Deprecated public static void releaseGroupService(Object serv_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use releaseService( Service s_ )
      Releases the given service. Services do not have to be released, but they should be, because future implementations may require the releasing of underlying resources.
      Parameters:
      serv_ - the service to release
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • releaseGroupTypeService

      @Deprecated public static void releaseGroupTypeService(Object serv_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use releaseService( Service s_ )
      Releases the given service. Services do not have to be released, but they should be, because future implementations may require the releasing of underlying resources.
      Parameters:
      serv_ - the service to release
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • releaseKnowledgeCenterService

      @Deprecated public static void releaseKnowledgeCenterService(Object serv_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use releaseService( Service s_ )
      Releases the given service. Services do not have to be released, but they should be, because future implementations may require the releasing of underlying resources.
      Parameters:
      serv_ - the service to release
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • releasePageNavigationService

      @Deprecated public static void releasePageNavigationService(Object serv_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use releaseService( Service s_ )
      Releases the given service. Services do not have to be released, but they should be, because future implementations may require the releasing of underlying resources.
      Parameters:
      serv_ - the service to release
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • releasePageService

      @Deprecated public static void releasePageService(Object serv_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use releaseService( Service s_ )
      Releases the given service. Services do not have to be released, but they should be, because future implementations may require the releasing of underlying resources.
      Parameters:
      serv_ - the service to release
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • releasePortalAdministrationService

      @Deprecated public static void releasePortalAdministrationService(Object serv_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use releaseService( Service s_ )
      Releases the given service. Services do not have to be released, but they should be, because future implementations may require the releasing of underlying resources.
      Parameters:
      serv_ - the service to release
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • releasePortalNotificationService

      @Deprecated public static void releasePortalNotificationService(Object serv_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use releaseService( Service s_ )
      Releases the given service. Services do not have to be released, but they should be, because future implementations may require the releasing of underlying resources.
      Parameters:
      serv_ - the service to release
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • releasePortletService

      @Deprecated public static void releasePortletService(Object serv_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use releaseService( Service s_ )
      Releases the given service. Services do not have to be released, but they should be, because future implementations may require the releasing of underlying resources.
      Parameters:
      serv_ - the service to release
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • releaseProcessDesignService

      @Deprecated public static void releaseProcessDesignService(Object serv_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use releaseService( Service s_ )
      Releases the given service. Services do not have to be released, but they should be, because future implementations may require the releasing of underlying resources.
      Parameters:
      serv_ - the service to release
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • releaseProcessExecutionService

      @Deprecated public static void releaseProcessExecutionService(Object serv_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use releaseService( Service s_ )
      Releases the given service. Services do not have to be released, but they should be, because future implementations may require the releasing of underlying resources.
      Parameters:
      serv_ - the service to release
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • releaseReportingService

      @Deprecated public static void releaseReportingService(Object serv_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use releaseService( Service s_ )
      Releases the given service. Services do not have to be released, but they should be, because future implementations may require the releasing of underlying resources.
      Parameters:
      serv_ - the service to release
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • releaseService

      @Deprecated public static void releaseService(javax.servlet.http.HttpServlet s_, String name_, Object serv_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use releaseService( Service s_ )
      Releases the given service. Services do not have to be released, but they should be, because future implementations may require the releasing of underlying resources.
      Parameters:
      s_ - the servlet from which the request is being made. The old ASL supported a mode in which each servlet could have its own ASL configuration.
      serv_ - the service to release
      name_ - one of the XXX_SERVICE constants indicating what king of service serv_ is.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • releaseService

      @Deprecated public static void releaseService(Object s_, String serviceName_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use releaseService( Service s_ )
      Releases the given service. Services do not have to be released, but they should be, because future implementations may require the releasing of underlying resources.
      Parameters:
      s_ - the service to release
      serviceName_ - one of the XXX_SERVICE constants indicating what king of service s_ is.
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • releaseService

      @Deprecated public static void releaseService(String name_, Object serv_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use releaseService( Service s_ )
      Releases the given service. Services do not have to be released, but they should be, because future implementations may require the releasing of underlying resources.
      Parameters:
      name_ - one of the XXX_SERVICE constants indicating what king of service serv_ is.
      serv_ - the service to release
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • releaseStatisticsService

      @Deprecated public static void releaseStatisticsService(Object serv_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use releaseService( Service s_ )
      Releases the given service. Services do not have to be released, but they should be, because future implementations may require the releasing of underlying resources.
      Parameters:
      serv_ - the service to release
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • releaseSynchronizationService

      @Deprecated public static void releaseSynchronizationService(Object serv_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use releaseService( Service s_ )
      Releases the given service. Services do not have to be released, but they should be, because future implementations may require the releasing of underlying resources.
      Parameters:
      serv_ - the service to release
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • releaseUserProfileService

      @Deprecated public static void releaseUserProfileService(Object serv_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use releaseService( Service s_ )
      Releases the given service. Services do not have to be released, but they should be, because future implementations may require the releasing of underlying resources.
      Parameters:
      serv_ - the service to release
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • releaseUserService

      @Deprecated public static void releaseUserService(Object serv_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use releaseService( Service s_ )
      Releases the given service. Services do not have to be released, but they should be, because future implementations may require the releasing of underlying resources.
      Parameters:
      serv_ - the service to release
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • releaseLinksService

      @Deprecated public static void releaseLinksService(Object serv_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use releaseService( Service s_ )
      Releases the given service. Services do not have to be released, but they should be, because future implementations may require the releasing of underlying resources.
      Parameters:
      serv_ - the service to release
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • releaseMetadataService

      @Deprecated public static void releaseMetadataService(Object serv_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      use releaseService( Service s_ )
      Releases the given service. Services do not have to be released, but they should be, because future implementations may require the releasing of underlying resources.
      Parameters:
      serv_ - the service to release
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • releaseService

      public static void releaseService(Object serv_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      Releases the given service. Services do not have to be released, but they should be, because future implementations may require the releasing of underlying resources.
      Parameters:
      serv_ - the service to release
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • releaseServices

      public static void releaseServices(Object[] ss_) throws com.appiancorp.asl3.servicefw.connect.ServiceException
      Deprecated.
      Releases each service in the given array. Services do not have to be released, but they should be, because future implementations may require the releasing of underlying resources.
      Parameters:
      ss_ - the services to release
      Throws:
      com.appiancorp.asl3.servicefw.connect.ServiceException
    • releaseServiceSafe

      public static void releaseServiceSafe(Object serv_)
      Deprecated.
      Releases the given service, trapping and logging any exceptions that are raised. This method is "safe" because it does not throw any unchecked exceptions. Services do not have to be released, but they should be, because future implementations may require the releasing of underlying resources.
      Parameters:
      serv_ - the service to release
    • releaseServicesSafe

      public static void releaseServicesSafe(Object[] ss_)
      Deprecated.
      Releases the given services, trapping and logging any exceptions that are raised. This method is "safe" because it does not throw any unchecked exceptions. Services do not have to be released, but they should be, because future implementations may require the releasing of underlying resources.
      Parameters:
      ss_ - the services to release