Uses of Class
com.sap.workspaces.indexing.ItemInfo

Packages that use ItemInfo
com.sap.workspaces.indexing Enables you to prepare workspace content for indexing by search engines 
com.sap.workspaces.module.extension Enables you to implement various extension services for custom modules, such as responding to the module lifecycle events, controlling their runtime behavior, adding links, calculating space usage, and more. 
 

Uses of ItemInfo in com.sap.workspaces.indexing
 

Methods in com.sap.workspaces.indexing that return ItemInfo
static ItemInfo ItemInfo.create()
          Create a new instance of ItemInfo
static ItemInfo ItemInfo.create(IIdentifier identifier)
          Create a new instance of ItemInfo, based on the specified parameters
static ItemInfo ItemInfo.create(IIdentifier identifier, String pageID)
          Create a new instance of ItemInfo, based on the specified parameters
static ItemInfo ItemInfo.create(IIdentifier identifier, String pageID, String moduleID)
          Create a new instance of ItemInfo, based on the specified parameters
static ItemInfo ItemInfo.create(ItemInfo other)
          Create a new instance of ItemInfo from another ItemInfo
static ItemInfo ItemInfoHelper.createItemInfoFromIndexingURL(String indexingURL)
          Parses the specified URL and converts it into an ItemInfo:
If the URL starts with 'workspaces' prefix, the prefix is ignored.
static ItemInfo ItemInfoHelper.createModuleItemInfo(IModuleContext moduleContext)
          Creates an ItemInfo object of the module instance.
abstract  ItemInfo AbstractIndexItem.getItemInfo()
          Returns an ItemInfo object for this item
 

Methods in com.sap.workspaces.indexing with parameters of type ItemInfo
static ItemInfo ItemInfo.create(ItemInfo other)
          Create a new instance of ItemInfo from another ItemInfo
static String ItemInfoHelper.createResourceIndexingURL(ItemInfo itemInfo, String resourceID, Map resourceParams)
          Creates the URL for indexing of the specified module resource related to the specified ItemInfo.
static String ItemInfoHelper.getIndexingURL(ItemInfo itemInfo)
          Creates the URL of the specified InfoItem for indexing.
 

Constructors in com.sap.workspaces.indexing with parameters of type ItemInfo
ItemInfo(ItemInfo other)
           
 

Uses of ItemInfo in com.sap.workspaces.module.extension
 

Methods in com.sap.workspaces.module.extension with parameters of type ItemInfo
abstract  AbstractIndexItem AbstractModuleIndexData.getIndexItem(IModuleContext moduleContext, ItemInfo itemInfo)
          Provides the module data for indexing; invoked, for example, when the module content has changed.
 



Copyright 2011 SAP AG Complete Copyright Notice