com.sap.workspaces.module.extension

Class AbstractModuleIndexData

java.lang.Object
  extended by com.sap.workspaces.module.extension.AbstractModuleIndexData
All Implemented Interfaces:
IWorkspacesService

public abstract class AbstractModuleIndexData
extends Object
implements IWorkspacesService

Extend this class to enable indexing of the module data

Since:
1.1

Constructor Summary
AbstractModuleIndexData()
           
 
Method Summary
abstract  AbstractIndexItem getIndexItem(IModuleContext moduleContext, ItemInfo itemInfo)
          Provides the module data for indexing; invoked, for example, when the module content has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractModuleIndexData

public AbstractModuleIndexData()
Method Detail

getIndexItem

public abstract AbstractIndexItem getIndexItem(IModuleContext moduleContext,
                                               ItemInfo itemInfo)
Provides the module data for indexing; invoked, for example, when the module content has changed.

Parameters:
moduleContext - the module context
itemInfo - the module identifier for the purposes of indexing
Returns:
The module data for the purposes of indexing


Copyright 2011 SAP AG Complete Copyright Notice