Uses of Interface
com.sapportals.wcm.service.IService

Packages that use IService
com.sap.ip.collaboration.gw.api.service.mail   
com.sap.netweaver.kmc.configresolver   
com.sap.netweaver.kmc.relateditems   
com.sapportals.wcm.repository.service Contains the repository service factory interface. 
com.sapportals.wcm.service Contains the service factory. 
com.sapportals.wcm.service.actioninbox Provides a service that handles notifications by saving them as action items. 
com.sapportals.wcm.service.applog Note: This service has been deprecated with NetWeaver 7.1. 
com.sapportals.wcm.service.cache Provides a caching service. 
com.sapportals.wcm.service.collaboration   
com.sapportals.wcm.service.ice Represents a service based on the W3C ICE protocol to distribute content to subscribers. 
com.sapportals.wcm.service.indexmanagement Provides a service for managing indexes. 
com.sapportals.wcm.service.landscape Provides a service for information on configured systems and logon credentials. 
com.sapportals.wcm.service.mimehandler Provides a service for managing information related to mime types. 
com.sapportals.wcm.service.notificator Provides a service for sending notifications. 
com.sapportals.wcm.service.objecttypehandler Provides a service to add arbitrary commands for resources. 
com.sapportals.wcm.service.pipeline Contains interfaces for transforming the layout and format of resources. 
com.sapportals.wcm.service.propertystructure Provides structuring information for properties. 
com.sapportals.wcm.service.quickpoll   
com.sapportals.wcm.service.relation Provides a service to persist relationships between relation operands. 
com.sapportals.wcm.service.resourcefilter   
com.sapportals.wcm.service.resourcelistfilter   
com.sapportals.wcm.service.resourceTypeRegistry Provides runtime information on resource types. 
com.sapportals.wcm.service.scheduler Provides a service that controls the execution of tasks. 
com.sapportals.wcm.service.taskqueue Provides interfaces to write or read tasks in a platform-wide queue and to monitor their status. 
com.sapportals.wcm.service.urimapper Provides a service that maps URIs to unique IDs. 
com.sapportals.wcm.service.urlgenerator Provides a service that returns URLs to access resources in the CM system. 
com.sapportals.wcm.service.xmlforms Provides interfaces for the creation of forms and XML documents. 
 

Uses of IService in com.sap.ip.collaboration.gw.api.service.mail
 

Subinterfaces of IService in com.sap.ip.collaboration.gw.api.service.mail
 interface ISendMailService
           
 

Uses of IService in com.sap.netweaver.kmc.configresolver
 

Subinterfaces of IService in com.sap.netweaver.kmc.configresolver
 interface IConfigResolverService
          Global service for registering ICustomConfigResolver instances with the Configuration Framework
 

Uses of IService in com.sap.netweaver.kmc.relateditems
 

Subinterfaces of IService in com.sap.netweaver.kmc.relateditems
 interface IRelatedItemsService
          Offers methods to retrieve a certain instance of an IResourceListFilter depending on the configuration information given.
 

Uses of IService in com.sapportals.wcm.repository.service
 

Methods in com.sapportals.wcm.repository.service that return IService
 IService IRepositoryServiceFactory.getService(String serviceID)
          Retrieves a global service by a given ID.
 

Uses of IService in com.sapportals.wcm.service
 

Classes in com.sapportals.wcm.service that implement IService
 class AbstractService
          The abstract base class for global Services.
 

Methods in com.sapportals.wcm.service that return IService
 IService ServiceFactory.getService(String type)
           
 IService IServiceFactory.getService(String type)
          Returns a instance for a given service type identifier
 

Methods in com.sapportals.wcm.service with parameters of type IService
 void ServiceFactory.releaseService(IService service)
           
 void IServiceFactory.releaseService(IService service)
          Releases the service instance.
 

Uses of IService in com.sapportals.wcm.service.actioninbox
 

Subinterfaces of IService in com.sapportals.wcm.service.actioninbox
 interface IActionInboxService
          The IActionInboxService stores IActionInboxNotificationss grouped by IActionInboxCategory as IActionInboxItems into IActionInboxItemCategorys.
 interface IActionInboxServiceCleanable
           
 

Uses of IService in com.sapportals.wcm.service.applog
 

Subinterfaces of IService in com.sapportals.wcm.service.applog
 interface IAppLogService
          Deprecated. As of NetWeaver 7.1, replaced by the SAP Logging API.
 

Uses of IService in com.sapportals.wcm.service.cache
 

Subinterfaces of IService in com.sapportals.wcm.service.cache
 interface ICacheService
          Provides a service to create caches.
 

Uses of IService in com.sapportals.wcm.service.collaboration
 

Subinterfaces of IService in com.sapportals.wcm.service.collaboration
 interface ICollaborationService
          The interface ICollaborationService offers methods to work with the CollaborationService.
 

Uses of IService in com.sapportals.wcm.service.ice
 

Subinterfaces of IService in com.sapportals.wcm.service.ice
 interface IICEService
          This is the entry point to the ICE service (Content Exchange Service) and provides methods to access the configuration of the syndicator and subscriber parts as well as their corresponding background tasks (scheduler jobs).
 

Uses of IService in com.sapportals.wcm.service.indexmanagement
 

Subinterfaces of IService in com.sapportals.wcm.service.indexmanagement
 interface IIndexService
          Manages the indexes of the content management system.
 

Uses of IService in com.sapportals.wcm.service.landscape
 

Subinterfaces of IService in com.sapportals.wcm.service.landscape
 interface ILandscapeService
          Main entry point to retrieve the ISystemFactory and check the cluster mode.
 

Uses of IService in com.sapportals.wcm.service.mimehandler
 

Subinterfaces of IService in com.sapportals.wcm.service.mimehandler
 interface IExtendedMimeHandlerService
          TODO Auto-generated type
 interface IMimeHandlerService
          This service provides informations about mime types.
 

Uses of IService in com.sapportals.wcm.service.notificator
 

Subinterfaces of IService in com.sapportals.wcm.service.notificator
 interface INotificatorService
          Interface to the notification service.
 

Uses of IService in com.sapportals.wcm.service.objecttypehandler
 

Subinterfaces of IService in com.sapportals.wcm.service.objecttypehandler
 interface IObjectTypeHandlerService
           
 

Uses of IService in com.sapportals.wcm.service.pipeline
 

Subinterfaces of IService in com.sapportals.wcm.service.pipeline
 interface IPipelineService
          Interface for the WCM pipeline service.
 interface IXsltPipelineService
          The XSLT-Pipeline is a specialized version of the pipeline.
 

Uses of IService in com.sapportals.wcm.service.propertystructure
 

Subinterfaces of IService in com.sapportals.wcm.service.propertystructure
 interface IPropertyStructureService
          Provides structure information for rendering property dialogs.
 

Uses of IService in com.sapportals.wcm.service.quickpoll
 

Subinterfaces of IService in com.sapportals.wcm.service.quickpoll
 interface IQPService
          The interface IQPService offers methods to work with the QPService.
 

Uses of IService in com.sapportals.wcm.service.relation
 

Subinterfaces of IService in com.sapportals.wcm.service.relation
 interface IRelationService
          A service to store IRelation s between two objects.
 

Uses of IService in com.sapportals.wcm.service.resourcefilter
 

Subinterfaces of IService in com.sapportals.wcm.service.resourcefilter
 interface IResourceFilterService
          A service which filters resources using the resource filters defined in the configuration framework in the plugin /cm/services/resource_filters.
 

Uses of IService in com.sapportals.wcm.service.resourcelistfilter
 

Subinterfaces of IService in com.sapportals.wcm.service.resourcelistfilter
 interface IResourceListFilterService
          Offers methods to retrieve a certain instance of an IResourceListFilter depending on the configuration information given.
 

Uses of IService in com.sapportals.wcm.service.resourceTypeRegistry
 

Subinterfaces of IService in com.sapportals.wcm.service.resourceTypeRegistry
 interface IResourceTypeRegistryService
           Provides a service to register properties such as language-dependent short descriptions or links to icons for resource types.
 

Uses of IService in com.sapportals.wcm.service.scheduler
 

Subinterfaces of IService in com.sapportals.wcm.service.scheduler
 interface ISchedulerService
          The scheduler service for the WCM.
 

Uses of IService in com.sapportals.wcm.service.taskqueue
 

Subinterfaces of IService in com.sapportals.wcm.service.taskqueue
 interface ITaskQueueService
          The task queue is a base service for clustered systems.
 

Uses of IService in com.sapportals.wcm.service.urimapper
 

Subinterfaces of IService in com.sapportals.wcm.service.urimapper
 interface IUriMapperService
          Maps arbitrary length resource IDs (URIs and RIDs) to fixed length shorter ID strings and vice versa.
 interface IUriMapperService2
          Extends IUriMapper with a set of methods that pass in the ResourceContext XXX: internal use only
 

Uses of IService in com.sapportals.wcm.service.urlgenerator
 

Subinterfaces of IService in com.sapportals.wcm.service.urlgenerator
 interface IURLGeneratorService
          Offers methods to get relative or absolute URIs pointing to certain resources of the CM system like iViews or repositories.
 

Uses of IService in com.sapportals.wcm.service.xmlforms
 

Subinterfaces of IService in com.sapportals.wcm.service.xmlforms
 interface IXFService
          Copyright 2004 SAP AG
 interface IXMLFormsService
          Deprecated. use IXFService, IXFProject and IXFTransformation instead
 



Copyright 2014 SAP AG Complete Copyright Notice