@Deprecated public class ServiceLocator extends java.lang.Object implements ServiceName
ServiceContext
. An instance
of ServiceContext should be created first by using one of the Factory methods provided
in WebServiceContextFactory
. import com.appiancorp.services.WebServiceContextFactory;
ServiceContext context = WebServiceContextFactory.getServiceContext( session );
ServiceContext is created for a specific for a user. WebServiceContextFactory provides multiple methods to generate ServiceContext. These methods are:
Once the ServiceContext object is created, the Service instance can be created by calling the following method.
ProcessExecutionService pes = ServiceLocator.getProcessExecutionService( context );
Note: Use of this class to obtain services for use in plug-ins is not supported. Instead, inject the
services you need by passing the *Service
classes as parameters to the smart service's
constructor.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ADMIN_USERNAME
Deprecated.
Use
ServiceContextFactory.ADMIN_USERNAME instead |
static java.lang.String |
ANONYMOUS_USERNAME
Deprecated.
This API is being phased out and will be removed in a future release.
|
ADMIN_CONSOLE_SERVICE, APPLICATION_SERVICE, BODY_SERVICE, CALENDAR_SERVICE, COLLAB_ADMINISTRATION_SERVICE, COLLAB_COMMUNITY_SERVICE, COLLAB_DOCUMENT_SERVICE, COLLAB_FOLDER_SERVICE, COLLAB_KNOWLEDGECENTER_SERVICE, COLLAB_REPORTING_SERVICE, COLLAB_SEARCH_SERVICE, COLLAB_STATISTICS_SERVICE, COLLAB_USER_SERVICE, CONTENT_SERVICE, CONTENT_STATISTICS_SERVICE, CONVENIENCE_SERVICE, DESIGN_EXPRESSION_SERVICE, DISCUSSION_PORTLET_SERVICE, EXECUTION_EXPRESSION_SERVICE, EXPRESSION_EVALUATION_SERVICE, EXPRESSION_SERVICE, FORUMS_SEARCH_SERVICE, GLOBALIZATION_SERVICE, GROUP_SERVICE, GROUPMESSAGE_SERVICE, GROUPTYPE_SERVICE, JMS_CONNECTION_FACTORY, LEADER_MESSAGE_SERVICE, LINKS_SERVICE, MESSAGE_PUBLISHER_SERVICE, METADATA_SERVICE, MINI_BODY_SERVICE, MINI_METADATA_SERVICE, NAV_SERVICE, NAVIGATION_SERVICE, NOTIFICATION_SERVICE, OBJECT_METADATA_ADMINISTRATION_SERVICE, OBJECT_METADATA_SERVICE, PAGE_SERVICE, PERSONALIZATION_SEARCH_SERVICE, PORTAL_ADMINISTRATION_SERVICE, PORTAL_NOTIFICATION_SERVICE, PORTLET_SERVICE, PROCESS_ADMINISTRATION_SERVICE, PROCESS_ANALYTICS2_SERVICE, PROCESS_DESIGN_SERVICE, PROCESS_EXCEPTION_HANDLER_SERVICE, PROCESS_EXECUTION_SERVICE, PROCESS_NOTES_CONTENT_SERVICE, PROCESS_PORT_SERVICE, SYNCHRONIZATION_SERVICE, TYPE_SERVICE, USER_SERVICE, USERPROFILE_SERVICE
Constructor and Description |
---|
ServiceLocator()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
addServices(java.lang.String serviceConfig)
Deprecated.
This API is being phased out and will be removed in a future release.
|
static AdministrationService |
getAdministrationConsoleService(ServiceContext sc_)
Deprecated.
This service pertains to the legacy admin console,
which will be replaced by the Appian Administration Console over the coming releases.
|
static ServiceContext |
getAdministratorServiceContext()
Deprecated.
Use
ServiceContextFactory.getAdministratorServiceContext() instead |
static User |
getAdministratorUser()
Deprecated.
Use
ServiceContextFactory.getAdministratorUser() instead |
static ServiceContext |
getAnonymousServiceContext()
Deprecated.
This API is being phased out and will be removed in a future release.
|
static User |
getAnonymousUser()
Deprecated.
This API is being phased out and will be removed in a future release.
|
static ApplicationService |
getApplicationService(ServiceContext sc)
Deprecated.
Use services injected by the Appian plug-in framework instead.
|
static CalendarService |
getCalendarService(ServiceContext sc_)
Deprecated.
Use services injected by the Appian plug-in framework instead.
|
static AdministrationService |
getCollabAdministrationService(ServiceContext sc_)
Deprecated.
Use the class
ContentService instead. |
static CommunityService |
getCollabCommunityService(ServiceContext sc_)
Deprecated.
Use the class
ContentService instead. |
static CollaborationSearchService |
getCollaborationSearchService(ServiceContext sc_)
Deprecated.
Use the class
ContentService instead. |
static CollaborationUserService |
getCollaborationUserService(ServiceContext sc_)
Deprecated.
Use the class
ContentService insteadad. |
static CommunityService |
getCommunityService(ServiceContext sc_)
Deprecated.
Use the class
ContentService insteadad. |
static com.appiancorp.kougar.driver.ConnectionManager |
getConnectionManager()
Deprecated.
This API is being phased out and will be removed in a future release.
|
static ContentService |
getContentService(ServiceContext sc_)
Deprecated.
Use services injected by the Appian plug-in framework instead.
|
static ContentStatisticsService |
getContentStatisticsService(ServiceContext sc_)
Deprecated.
Use services injected by the Appian plug-in framework instead.
|
static ExpressionService |
getDesignExpressionService(ServiceContext sc_)
Deprecated.
Use services injected by the Appian plug-in framework instead.
|
static DiscussionBodyService |
getDiscussionBodyService(ServiceContext sc_)
Deprecated.
The Discussion Forums functionality will be removed in a future release. Use the News feed
and related smart services to build applications with similar functionality.
|
static DiscussionMetadataConvenienceService |
getDiscussionMetadataConvenienceService(ServiceContext sc_)
Deprecated.
The Discussion Forums functionality will be removed in a future release. Use the News feed
and related smart services to build applications with similar functionality.
|
static DiscussionMetadataCoreService |
getDiscussionMetadataCoreService(ServiceContext sc_)
Deprecated.
The Discussion Forums functionality will be removed in a future release. Use the News feed
and related smart services to build applications with similar functionality.
|
static DiscussionPortletService |
getDiscussionPortletService(ServiceContext sc_)
Deprecated.
The Portal functionality will be removed in a future release.
|
static DocumentService |
getDocumentService(ServiceContext sc)
Deprecated.
Use the class
ContentService instead. |
static ExceptionHandlerService |
getExceptionHandlerService(ServiceContext sc_)
Deprecated.
Use services injected by the Appian plug-in framework instead.
|
static ExpressionService |
getExecutionExpressionService(ServiceContext sc_)
Deprecated.
Use services injected by the Appian plug-in framework instead.
|
static ExpressionService |
getExpressionService(ServiceContext sc_)
Deprecated.
Use getExecutionExpressionService or getDesignExpressionService
|
static FolderService |
getFolderService(ServiceContext sc)
Deprecated.
Use the class
ContentService instead. |
static ForumsSearchService |
getForumsSearchService(ServiceContext sc_)
Deprecated.
The Discussion Forums functionality will be removed in a future release. Use the News feed
and related smart services to build applications with similar functionality.
|
static GlobalizationService |
getGlobalizationService(ServiceContext sc_)
Deprecated.
Use services injected by the Appian plug-in framework instead.
|
static GroupMessageService |
getGroupMessageService(ServiceContext sc_)
Deprecated.
the Group Message channel and code will be removed in a future release.
|
static GroupService |
getGroupService(ServiceContext sc_)
Deprecated.
Use services injected by the Appian plug-in framework instead.
|
static GroupTypeService |
getGroupTypeService(ServiceContext sc_)
Deprecated.
Use services injected by the Appian plug-in framework instead.
|
static JmsConnectionFactory |
getJmsConnectionFactory()
Deprecated.
|
static JmsConnectionFactory |
getJmsConnectionFactory(ServiceContext sc)
Deprecated.
This API is being phased out and will be removed in a future release.
|
static KnowledgeCenterService |
getKnowledgeCenterService(ServiceContext sc_)
Deprecated.
Use the class
ContentService instead. |
static LeaderMessageService |
getLeaderMessageService(ServiceContext sc)
Deprecated.
the Group Message channel and code will be removed in a future release.
|
static LinksService |
getLinksService(ServiceContext sc_)
Deprecated.
The Portal functionality will be removed in a future release.
|
static MessagePublisherService |
getMessagePublisherService(ServiceContext sc_)
Deprecated.
Use services injected by the Appian plug-in framework instead.
|
static MiniBodyService |
getMiniBodyService(ServiceContext sc_)
Deprecated.
The Portal functionality will be removed in a future release.
|
static MiniMetadataService |
getMiniMetadataService(ServiceContext sc_)
Deprecated.
The Portal functionality will be removed in a future release.
|
static NavigationService |
getNavigationService(ServiceContext sc)
Deprecated.
The Portal functionality will be removed in a future release.
|
static NotesContentService |
getNoteContentsService(ServiceContext sc_)
Deprecated.
Use services injected by the Appian plug-in framework instead.
|
static NotificationService |
getNotificationService(ServiceContext sc_)
Deprecated.
The Notification functionality will be removed in a future release. Use the Tempo Interface for similar functionality.
|
static PageNavigationService |
getPageNavigationService(ServiceContext sc)
Deprecated.
The Portal functionality will be removed in a future release.
|
static PageService |
getPageService(ServiceContext sc_)
Deprecated.
The Portal functionality will be removed in a future release.
|
static PersonalizationSearchService |
getPersonalizationSearchService(ServiceContext sc_)
Deprecated.
Use services injected by the Appian plug-in framework instead.
|
static AdministrationService |
getPortalAdministrationService(ServiceContext sc_)
Deprecated.
The Portal functionality will be removed in a future release.
|
static PortalNotificationService |
getPortalNotificationService(ServiceContext sc_)
Deprecated.
The Portal functionality will be removed in a future release.
|
static PortletService |
getPortletService(ServiceContext sc_)
Deprecated.
The Portal functionality will be removed in a future release.
|
static com.appiancorp.naming.ServiceConnections |
getPrimary()
Deprecated.
This API is being phased out and will be removed in a future release.
|
static ProcessAdministrationService |
getProcessAdministrationService(ServiceContext sc_)
Deprecated.
Use services injected by the Appian plug-in framework instead.
|
static ProcessAnalyticsService |
getProcessAnalyticsService2(ServiceContext sc_)
Deprecated.
Use services injected by the Appian plug-in framework instead.
|
static ProcessDesignService |
getProcessDesignService(ServiceContext sc_)
Deprecated.
Use services injected by the Appian plug-in framework instead.
|
static ProcessExecutionService |
getProcessExecutionService(ServiceContext sc_)
Deprecated.
Use services injected by the Appian plug-in framework instead.
|
static ReportingService |
getReportingService(ServiceContext sc_)
Deprecated.
Use services injected by the Appian plug-in framework instead.
|
static java.lang.Object |
getService(ServiceContext ctx,
java.lang.String serviceName)
Deprecated.
Use one of the
get*Service methods instead. |
static java.lang.Object |
getService(java.lang.String serviceName)
Deprecated.
Use one of the
get*Service methods instead. |
static com.appiancorp.services.ServiceManager |
getServiceManager()
Deprecated.
This API is being phased out and will be removed in a future release.
|
static java.lang.String[] |
getServiceNames()
Deprecated.
This API is being phased out and will be removed in a future release.
|
static java.lang.Object[] |
getServicesAsArray(ServiceContext sc_,
java.lang.String[] serviceNames_)
Deprecated.
Use the
get*Service methods instead. |
static java.util.Map<java.lang.String,java.lang.Object> |
getServicesAsMap(ServiceContext sc_,
java.lang.String[] serviceNames_)
Deprecated.
Use the
get*Service methods instead. |
static StatisticsService |
getStatisticsService(ServiceContext sc_)
Deprecated.
Use services injected by the Appian plug-in framework instead.
|
static SynchronizationService |
getSyncronizationService(ServiceContext sc_)
Deprecated.
The Discussion Forums functionality will be removed in a future release. Use the News feed
and related smart services to build applications with similar functionality.
|
static TypeService |
getTypeService(ServiceContext sc_)
Deprecated.
Use services injected by the Appian plug-in framework instead.
|
static User |
getUser(java.lang.String userName_)
Deprecated.
Use
ServiceContextFactory.getUser() instead |
static UserProfileService |
getUserProfileService(ServiceContext sc_)
Deprecated.
Use services injected by the Appian plug-in framework instead.
|
static UserService |
getUserService(ServiceContext sc_)
Deprecated.
Use services injected by the Appian plug-in framework instead.
|
static void |
recreateConnections(java.lang.String kougarConfig)
Deprecated.
This API is being phased out and will be removed in a future release.
|
static void |
releaseService(com.appiancorp.services.ReleasableService serv_)
Deprecated.
This API is being phased out and will be removed in a future release.
|
static void |
releaseServiceSafe(com.appiancorp.services.ReleasableService serv_)
Deprecated.
This API is being phased out and will be removed in a future release.
|
static void |
reloadConnectionManagerConfiguration()
Deprecated.
This API is being phased out and will be removed in a future release.
|
static void |
reloadServiceManagerConfiguration()
Deprecated.
This API is being phased out and will be removed in a future release.
|
static void |
waitForExecutionServers()
Deprecated.
see waitForServers(), preferred, or waitForServers(List
|
static void |
waitForServer(java.lang.String id_)
Deprecated.
This API is being phased out and will be removed in a future release.
|
static void |
waitForServers()
Deprecated.
This API is being phased out and will be removed in a future release.
|
static void |
waitForServers(java.util.List<com.appiancorp.kougar.driver.KougarConnection> connections)
Deprecated.
This API is being phased out and will be removed in a future release.
|
@Deprecated public static final java.lang.String ADMIN_USERNAME
ServiceContextFactory.ADMIN_USERNAME
instead@Deprecated public static final java.lang.String ANONYMOUS_USERNAME
@Deprecated public static com.appiancorp.naming.ServiceConnections getPrimary()
@Deprecated public static void recreateConnections(java.lang.String kougarConfig)
@Deprecated public static void addServices(java.lang.String serviceConfig)
@Deprecated public static void reloadConnectionManagerConfiguration()
@Deprecated public static void reloadServiceManagerConfiguration()
@Deprecated public static User getAdministratorUser()
ServiceContextFactory.getAdministratorUser()
instead@Deprecated public static ServiceContext getAdministratorServiceContext()
ServiceContextFactory.getAdministratorServiceContext()
instead@Deprecated public static User getAnonymousUser()
@Deprecated public static ServiceContext getAnonymousServiceContext()
@Deprecated public static User getUser(java.lang.String userName_)
ServiceContextFactory.getUser()
insteadServiceContext
.userName_
- the username to useUser
with the given username@Deprecated public static com.appiancorp.kougar.driver.ConnectionManager getConnectionManager()
@Deprecated public static com.appiancorp.services.ServiceManager getServiceManager()
@Deprecated public static java.lang.Object getService(java.lang.String serviceName) throws ServiceException
get*Service
methods instead.serviceName_
using the service
context for an anonymous system administrator. Used for services that are not context-sensitive.
Because the Administrator user bypasses some authorization checks, this method should be used sparingly.serviceName_
- one of the X_SERVICE
constants defined in this classserviceName_
.ServiceException
@Deprecated public static java.lang.Object getService(ServiceContext ctx, java.lang.String serviceName) throws ServiceException
get*Service
methods instead.serviceName_
.sc_
- a context with which to obtain the serviceserviceName_
- one of the X_SERVICE
constants defined in this classserviceName_
whose context is
sc_
.ServiceException
@Deprecated public static java.util.Map<java.lang.String,java.lang.Object> getServicesAsMap(ServiceContext sc_, java.lang.String[] serviceNames_) throws ServiceException
get*Service
methods instead.sc_
- a context with which to obtain the servicesserviceNames_
- References to the services you want to retrieve. Valid values are the
X_SERVICE
constants defined in this class.ServiceException
@Deprecated public static java.lang.Object[] getServicesAsArray(ServiceContext sc_, java.lang.String[] serviceNames_) throws ServiceException
get*Service
methods instead.sc_
- a context with which to obtain the servicesserviceNames_
- References to the services you want to retrieve. Valid values are the
X_SERVICE
constants defined in this class.ServiceException
@Deprecated public static void releaseService(com.appiancorp.services.ReleasableService serv_) throws ServiceException
serv_
- the service to releaseServiceException
@Deprecated public static void releaseServiceSafe(com.appiancorp.services.ReleasableService serv_)
serv_
- the service to release@Deprecated public static java.lang.String[] getServiceNames()
@Deprecated public static void waitForServer(java.lang.String id_)
id_
- The name of a connection/service that is exposed by the server you want to restart@Deprecated public static void waitForServers()
@Deprecated public static void waitForServers(java.util.List<com.appiancorp.kougar.driver.KougarConnection> connections)
connections
- @Deprecated public static void waitForExecutionServers()
@Deprecated public static ApplicationService getApplicationService(ServiceContext sc) throws ServiceException
ApplicationService
.sc
- a context with which to obtain the serviceApplicationService
ServiceException
@Deprecated public static LeaderMessageService getLeaderMessageService(ServiceContext sc)
LeaderMessageService
.sc
- a context with which to obtain the serviceLeaderMessageService
@Deprecated public static PageNavigationService getPageNavigationService(ServiceContext sc)
PageNavigationService
.sc
- a context with which to obtain the servicePageNavigationService
@Deprecated public static NavigationService getNavigationService(ServiceContext sc)
NavigationService
.sc
- a context with which to obtain the serviceNavigationService
@Deprecated public static FolderService getFolderService(ServiceContext sc)
ContentService
instead.FolderService
.sc
- a context with which to obtain the serviceFolderService
@Deprecated public static DocumentService getDocumentService(ServiceContext sc)
ContentService
instead.DocumentService
.sc
- a context with which to obtain the serviceDocumentService
@Deprecated public static PageService getPageService(ServiceContext sc_)
PageService
.sc_
- a context with which to obtain the servicePageService
@Deprecated public static ProcessAnalyticsService getProcessAnalyticsService2(ServiceContext sc_) throws ServiceException
ProcessAnalyticsService
.sc_
- a context with which to obtain the serviceProcessAnalyticsService
ServiceException
@Deprecated public static CalendarService getCalendarService(ServiceContext sc_)
CalendarService
sc_
- a context with which to obtain the serviceCalendarService
@Deprecated public static AdministrationService getCollabAdministrationService(ServiceContext sc_) throws ServiceException
ContentService
instead.AdministrationService
.sc_
- a context with which to obtain the serviceAdministrationService
ServiceException
@Deprecated public static CommunityService getCollabCommunityService(ServiceContext sc_) throws ServiceException
ContentService
instead.CommunityService
.sc_
- a context with which to obtain the serviceCommunityService
ServiceException
@Deprecated public static DiscussionBodyService getDiscussionBodyService(ServiceContext sc_) throws ServiceException
DiscussionBodyService
.sc_
- a context with which to obtain the serviceDiscussionBodyService
ServiceException
@Deprecated public static DiscussionMetadataConvenienceService getDiscussionMetadataConvenienceService(ServiceContext sc_) throws ServiceException
DiscussionMetadataConvenienceService
.sc_
- a context with which to obtain the serviceDiscussionMetadataConvenienceService
ServiceException
@Deprecated public static DiscussionMetadataCoreService getDiscussionMetadataCoreService(ServiceContext sc_) throws ServiceException
DiscussionMetadataCoreService
.sc_
- a context with which to obtain the serviceDiscussionMetadataCoreService
ServiceException
@Deprecated public static ForumsSearchService getForumsSearchService(ServiceContext sc_) throws ServiceException
ForumsSearchService
sc_
- a context with which to obtain the serviceForumsSearchService
ServiceException
@Deprecated public static PersonalizationSearchService getPersonalizationSearchService(ServiceContext sc_) throws ServiceException
ServiceException
@Deprecated public static GroupService getGroupService(ServiceContext sc_) throws ServiceException
GroupService
.sc_
- a context with which to obtain the serviceGroupService
ServiceException
@Deprecated public static GlobalizationService getGlobalizationService(ServiceContext sc_) throws ServiceException
sc_
- a context with which to obtain the serviceGlobalizationService
ServiceException
@Deprecated public static GroupTypeService getGroupTypeService(ServiceContext sc_) throws ServiceException
GroupTypeService
.sc_
- a context with which to obtain the serviceGroupTypeService
ServiceException
@Deprecated public static KnowledgeCenterService getKnowledgeCenterService(ServiceContext sc_) throws ServiceException
ContentService
instead.KnowledgeCenterService
.sc_
- a context with which to obtain the serviceKnowledgeCenterService
ServiceException
@Deprecated public static AdministrationService getPortalAdministrationService(ServiceContext sc_) throws ServiceException
AdministrationService
.sc_
- a context with which to obtain the serviceAdministrationService
ServiceException
@Deprecated public static PortalNotificationService getPortalNotificationService(ServiceContext sc_) throws ServiceException
PortalNotificationService
.sc_
- a context with which to obtain the servicePortalNotificationService
ServiceException
@Deprecated public static NotificationService getNotificationService(ServiceContext sc_) throws ServiceException
NotificationService
.sc_
- a context with which to obtain the serviceNotificationService
ServiceException
@Deprecated public static PortletService getPortletService(ServiceContext sc_) throws ServiceException
PortletService
.sc_
- a context with which to obtain the servicePortletService
ServiceException
@Deprecated public static ProcessAdministrationService getProcessAdministrationService(ServiceContext sc_) throws ServiceException
ProcessAdministrationService
.sc_
- a context with which to obtain the serviceProcessAdministrationService
ServiceException
@Deprecated public static ProcessDesignService getProcessDesignService(ServiceContext sc_) throws ServiceException
ProcessDesignService
.sc_
- a context with which to obtain the serviceProcessDesignService
ServiceException
@Deprecated public static ProcessExecutionService getProcessExecutionService(ServiceContext sc_) throws ServiceException
ProcessExecutionService
.sc_
- a context with which to obtain the serviceProcessExecutionService
ServiceException
@Deprecated public static ExceptionHandlerService getExceptionHandlerService(ServiceContext sc_) throws ServiceException
ExceptionHandlerService
.sc_
- a context with which to obtain the serviceExceptionHandlerService
ServiceException
@Deprecated public static ReportingService getReportingService(ServiceContext sc_) throws ServiceException
ReportingService
.sc_
- a context with which to obtain the serviceReportingService
ServiceException
@Deprecated public static StatisticsService getStatisticsService(ServiceContext sc_) throws ServiceException
StatisticsService
.sc_
- a context with which to obtain the serviceStatisticsService
ServiceException
@Deprecated public static CollaborationSearchService getCollaborationSearchService(ServiceContext sc_) throws ServiceException
ContentService
instead.CollaborationSearchService
.sc_
- a context with which to obtain the serviceCollaborationSearchService
ServiceException
@Deprecated public static ContentService getContentService(ServiceContext sc_) throws ServiceException
ContentService
.sc_
- a context with which to obtain the serviceContentService
ServiceException
@Deprecated public static ContentStatisticsService getContentStatisticsService(ServiceContext sc_) throws ServiceException
ContentStatisticsService
.sc_
- a context with which to obtain the serviceContentService
ServiceException
@Deprecated public static SynchronizationService getSyncronizationService(ServiceContext sc_) throws ServiceException
SynchronizationService
.sc_
- a context with which to obtain the serviceSynchronizationService
ServiceException
@Deprecated public static UserProfileService getUserProfileService(ServiceContext sc_) throws ServiceException
UserProfileService
.sc_
- a context with which to obtain the serviceUserProfileService
ServiceException
@Deprecated public static GroupMessageService getGroupMessageService(ServiceContext sc_) throws ServiceException
GroupMessageService
.sc_
- a context with which to obtain the serviceGroupMessageService
ServiceException
@Deprecated public static UserService getUserService(ServiceContext sc_) throws ServiceException
UserService
.sc_
- a context with which to obtain the serviceUserService
ServiceException
@Deprecated public static LinksService getLinksService(ServiceContext sc_) throws ServiceException
LinksService
.sc_
- a context with which to obtain the serviceLinksService
ServiceException
@Deprecated public static ExpressionService getExpressionService(ServiceContext sc_) throws ServiceException
ExpressionService
.sc_
- a context with which to obtain the serviceExpressionService
ServiceException
@Deprecated public static ExpressionService getExecutionExpressionService(ServiceContext sc_) throws ServiceException
ExpressionService
.sc_
- a context with which to obtain the serviceExpressionService
ServiceException
@Deprecated public static ExpressionService getDesignExpressionService(ServiceContext sc_) throws ServiceException
ExpressionService
.sc_
- a context with which to obtain the serviceExpressionService
ServiceException
@Deprecated public static NotesContentService getNoteContentsService(ServiceContext sc_) throws ServiceException
NotesContentService
.sc_
- a context with which to obtain the serviceNotesContentService
ServiceException
@Deprecated public static TypeService getTypeService(ServiceContext sc_) throws ServiceException
TypeService
.sc_
- a context with which to obtain the serviceTypeService
ServiceException
@Deprecated public static AdministrationService getAdministrationConsoleService(ServiceContext sc_) throws ServiceException
AdministrationService
.sc_
- a context with which to obtain the serviceAdministrationService
ServiceException
@Deprecated public static CommunityService getCommunityService(ServiceContext sc_) throws ServiceException
ContentService
insteadad.CommunityService
.sc_
- a context with which to obtain the serviceCommunityService
ServiceException
@Deprecated public static DiscussionPortletService getDiscussionPortletService(ServiceContext sc_)
DiscussionPortletService
.sc_
- a context with which to obtain the serviceDiscussionPortletService
@Deprecated public static MiniMetadataService getMiniMetadataService(ServiceContext sc_)
MiniMetadataService
.sc_
- a context with which to obtain the serviceMiniMetadataService
@Deprecated public static MiniBodyService getMiniBodyService(ServiceContext sc_)
MiniBodyService
.sc_
- a context with which to obtain the serviceMiniBodyService
@Deprecated public static CollaborationUserService getCollaborationUserService(ServiceContext sc_)
ContentService
insteadad.CollaborationUserService
.sc_
- a context with which to obtain the serviceCollaborationUserService
@Deprecated public static MessagePublisherService getMessagePublisherService(ServiceContext sc_)
MessagePublisherService
.sc_
- a context with which to obtain the serviceMessagePublisherService
@Deprecated public static JmsConnectionFactory getJmsConnectionFactory(ServiceContext sc)
JmsConnectionFactory
.JmsConnectionFactory
@Deprecated public static JmsConnectionFactory getJmsConnectionFactory()
getJmsConnectionFactory(ServiceContext)
.Copyright © 2003-2024 Appian Corporation. All Rights Reserved.