|
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.AbstractIndexItem
public abstract class AbstractIndexItem
Extend this class to represent the textual data of a workspace item for the purposes of indexing
| Constructor Summary | |
|---|---|
AbstractIndexItem()
|
|
| Method Summary | |
|---|---|
abstract AbstractIndexItem[] |
getChildren()
Currently not supported |
abstract String |
getDescription()
Returns the item description |
abstract ItemInfo |
getItemInfo()
Returns an ItemInfo object for this item |
abstract String |
getName()
Returns the item name |
abstract String[] |
getTexts()
Returns the item textual content in an array; |
abstract String |
getType()
Returns the string representation of the item type defined by a custom implementation for the purposes of indexing return The item type |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractIndexItem()
| Method Detail |
|---|
public abstract String getName()
throws WorkspacesRuntimeException
WorkspacesRuntimeException
public abstract String getDescription()
throws WorkspacesRuntimeException
WorkspacesRuntimeException
public abstract String[] getTexts()
throws WorkspacesRuntimeException
WorkspacesRuntimeException
public abstract AbstractIndexItem[] getChildren()
throws WorkspacesRuntimeException
WorkspacesRuntimeExceptionpublic abstract ItemInfo getItemInfo()
public abstract String getType()
|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||