|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.workspaces.indexing.ItemInfoHelper
public class ItemInfoHelper
A helper class for handling of the ItemInfo object
| Field Summary | |
|---|---|
static String |
INDEXING_URL_PREFIX
|
static String |
URL_SEPARATOR
|
| Constructor Summary | |
|---|---|
ItemInfoHelper()
|
|
| Method Summary | |
|---|---|
static ItemInfo |
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 |
createModuleItemInfo(IModuleContext moduleContext)
Creates an ItemInfo object of the module instance. |
static String |
createResourceIndexingURL(ItemInfo itemInfo,
String resourceID,
Map resourceParams)
Creates the URL for indexing of the specified module resource related to the specified ItemInfo. |
static String |
getIndexingURL(ItemInfo itemInfo)
Creates the URL of the specified InfoItem for indexing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String URL_SEPARATOR
public static final String INDEXING_URL_PREFIX
| Constructor Detail |
|---|
public ItemInfoHelper()
| Method Detail |
|---|
public static ItemInfo createModuleItemInfo(IModuleContext moduleContext)
moduleContext - the module context
public static String getIndexingURL(ItemInfo itemInfo)
itemInfo - the ItemInfo that contains the data for creating the URL
public static ItemInfo createItemInfoFromIndexingURL(String indexingURL)
indexingURL - string to parse.
public static String createResourceIndexingURL(ItemInfo itemInfo,
String resourceID,
Map resourceParams)
itemInfo - the ItemInfo that contains the data for creating the URLresourceID - the ID of the resource for which to create the URLresourceParams - the parameters of the resource
|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||