SAP NetWeaver '04

Uses of Interface
com.sapportals.wcm.repository.manager.IResourceEvent

Packages that use IResourceEvent
com.sap.netweaver.bc.rf.mi Contains repository framework manager interface.  
com.sapportals.wcm.repository.manager Contains interfaces for repository managers.  
com.sapportals.wcm.repository.service.discussion The Discussion Thread Repository Service is responsible for creating, deleting and keeping track of discussions.  
com.sapportals.wcm.repository.service.statemanagement Provides a service that keeps track of the status of resources.  
com.sapportals.wcm.repository.service.statemanagement.cm   
com.sapportals.wcm.repository.service.subscription Provides a service that creates and manages subscriptions for resources.  
com.sapportals.wcm.repository.service.timebasedpublish Provides a service that controls when resources in a repository are visible or hidden.  
com.sapportals.wcm.repository.service.timebasedpublish.wcm   
com.sapportals.wcm.service.indexmanagement Provides a service for managing indexes.  
com.sapportals.wcm.service.indexmanagement.retrieval.classification Provides functions for taxonomies and classification.  
 

Uses of IResourceEvent in com.sap.netweaver.bc.rf.mi
 

Methods in com.sap.netweaver.bc.rf.mi that return IResourceEvent
 IResourceEvent AbstractManager.sendEvent(IResource resource, int type, java.lang.String correlationId, java.lang.Object param)
          ResourceImpl will call this method to send the standard resource events
 

Uses of IResourceEvent in com.sapportals.wcm.repository.manager
 

Classes in com.sapportals.wcm.repository.manager that implement IResourceEvent
 class ResourceEvent
          Implements the events known for resources.
 

Methods in com.sapportals.wcm.repository.manager that return IResourceEvent
abstract  IResourceEvent AbstractResourceEventMapper.map(IResourceEvent event)
           
 IResourceEvent IResourceEventMapper.map(IResourceEvent event)
          Map an IResourceEvent to another IResourceEvent .
 

Methods in com.sapportals.wcm.repository.manager with parameters of type IResourceEvent
abstract  IResourceEvent AbstractResourceEventMapper.map(IResourceEvent event)
           
 IResourceEvent IResourceEventMapper.map(IResourceEvent event)
          Map an IResourceEvent to another IResourceEvent .
 

Uses of IResourceEvent in com.sapportals.wcm.repository.service.discussion
 

Subinterfaces of IResourceEvent in com.sapportals.wcm.repository.service.discussion
 interface IDiscussionEvent
          The interface IDiscussionEvent defines constants for all events that the discussion service uses when it creates or deletes different types of discussion objects.
 

Classes in com.sapportals.wcm.repository.service.discussion that implement IResourceEvent
 class DiscussionEvent
          
 

Uses of IResourceEvent in com.sapportals.wcm.repository.service.statemanagement
 

Subinterfaces of IResourceEvent in com.sapportals.wcm.repository.service.statemanagement
 interface IStatemanagementEvent
           
 

Uses of IResourceEvent in com.sapportals.wcm.repository.service.statemanagement.cm
 

Classes in com.sapportals.wcm.repository.service.statemanagement.cm that implement IResourceEvent
 class StatemanagementEvent
          The implementation of the IStatemanagementEvent which is send to inform about state changes.
 

Uses of IResourceEvent in com.sapportals.wcm.repository.service.subscription
 

Subinterfaces of IResourceEvent in com.sapportals.wcm.repository.service.subscription
 interface ISubscriptionConditionEvent
          Represents an event a user can subscribe to.
 

Methods in com.sapportals.wcm.repository.service.subscription with parameters of type IResourceEvent
 void ISubscriptionManager.raiseNotification(IResourceEvent event)
          Raises an event which then triggers a subscription notification.
 

Uses of IResourceEvent in com.sapportals.wcm.repository.service.timebasedpublish
 

Subinterfaces of IResourceEvent in com.sapportals.wcm.repository.service.timebasedpublish
 interface ITimebasedPublishEvent
          Defines different types of events that the time-based publishing service triggers to inform other services of changes in the visibility of resources.
 

Uses of IResourceEvent in com.sapportals.wcm.repository.service.timebasedpublish.wcm
 

Classes in com.sapportals.wcm.repository.service.timebasedpublish.wcm that implement IResourceEvent
 class TimebasedPublishEvent
          
 

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

Subinterfaces of IResourceEvent in com.sapportals.wcm.service.indexmanagement
 interface IIndexServiceEvent
          This event is send by the index management event mapper to the indexmanagement service if another service sent an event.
 

Classes in com.sapportals.wcm.service.indexmanagement that implement IResourceEvent
 class IndexServiceEvent
          This event is send by the event mapper if another service send an event.
 

Methods in com.sapportals.wcm.service.indexmanagement that return IResourceEvent
 IResourceEvent IndexServiceEvent.getOriginalEvent()
          Get the OriginalEvent attribute of the IndexServiceEvent object.
 IResourceEvent IIndexServiceEvent.getOriginalEvent()
          Get the OriginalEvent attribute of the IndexServiceEvent object.
 

Methods in com.sapportals.wcm.service.indexmanagement with parameters of type IResourceEvent
 void IIndex.indexDocuments(IResourceList resources, IResourceEvent resourceEvent)
          Puts a list of documents into the index.
 void IIndex.indexDocument(IResource resource, IResourceEvent resourceEvent)
          Puts a document into the index
It is recommended that you do not index documents manually using this method.
For repositories that send cm events, documents are indexed automatically when their content or their properties are changed.
For repositories that do not support eventing, for example, Web repositories, a delta index crawler should be scheduled for the index folders that need to be updated.
 void AbstractIndex.indexDocuments(IResourceList resources, IResourceEvent resourceEvent)
          Indexes a list of documents
 void AbstractIndex.indexDocument(IResource resource, IResourceEvent resourceEvent)
          Indexes a document
protected abstract  void AbstractIndex.internalIndexDocuments(IResourceList resources, IResourceEvent resourceEvent)
          Indexes a list of documents
 void ITaskQueueHandler.startIndexCrawler(IIndex index, RID startRid, IResourceEvent event)
          Runs an index crawl as a separate thread.
 void ITaskQueueHandler.startDeindexCrawler(IIndex index, RID startRid, IResourceEvent event, RID eventPreRid, RID eventNewRid, java.lang.String crawlerProfileId)
          Runs a deindex crawl as a separate thread.
 void ITaskQueueHandler.indexDocument(IIndex index, IResource document, IResourceEvent event)
          Indexes a document into an index.
 

Constructors in com.sapportals.wcm.service.indexmanagement with parameters of type IResourceEvent
IndexServiceEvent(int type, IResource resource, java.lang.Object param, IResourceEvent originalEvent)
          Construct object of class IndexServiceEvent.
 

Uses of IResourceEvent in com.sapportals.wcm.service.indexmanagement.retrieval.classification
 

Methods in com.sapportals.wcm.service.indexmanagement.retrieval.classification with parameters of type IResourceEvent
protected abstract  void AbstractClassificationIndex.internalIndexDocuments(IResourceList resources, java.lang.String taxonomyName, IRidList taxonomyClasses, IResourceEvent resourceEvent, boolean isSearchRelevant, boolean reindexMode, boolean sendLinkEvents)
          Indexes a list of documents (method for internal use)
protected  void AbstractClassificationIndex.internalIndexDocuments(IResourceList resources, IResourceEvent resourceEvent)
          indexes a list of documents (method for internal use)
 void ITaxonomyCollection.sendEventForLink(int eventType, RID taxonomyClassRid, RID targetRid, IResourceContext context, IResourceEvent originalEvent)
          Creates a link resource object and sends an event of the given event type
 


SAP NetWeaver '04

Copyright © 2004 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.