|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IService | |
| 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 | Provides logging functions for services and applications using the framework. |
| com.sapportals.wcm.service.cache | Provides a caching service. |
| com.sapportals.wcm.service.crawler | Provides a service that crawls repositories to obtain references to resources. |
| 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.relation | Provides a service to persist relationships between relation operands. |
| 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.sapportals.wcm.repository.service |
| Methods in com.sapportals.wcm.repository.service that return IService | |
IService |
IRepositoryServiceFactory.getService(java.lang.String serviceID)
Returns the instance of a service. |
| 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(java.lang.String type)
|
IService |
IServiceFactory.getService(java.lang.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. |
| Uses of IService in com.sapportals.wcm.service.applog |
| Subinterfaces of IService in com.sapportals.wcm.service.applog | |
interface |
IAppLogService
TBD: Description of the interface. |
| 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.crawler |
| Subinterfaces of IService in com.sapportals.wcm.service.crawler | |
interface |
ICrawlerService
Deprecated. as of NW04. The crawler service was replaced by the xcrawler service com.sapportals.wcm.service.xcrawler |
| 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 |
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.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.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. |
| 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
|
interface |
IXMLFormsService
Deprecated. use IXFService, IXFProject and IXFTransformation instead |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||