|
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.ItemInfo
public class ItemInfo
Serves as a unique identifier for an a workspace item for the purposes of indexing
| Field Summary | |
|---|---|
static Map |
EMPTY_MODULE_RESOURCE_PARAMTERS
|
| Constructor Summary | |
|---|---|
protected |
ItemInfo()
|
protected |
ItemInfo(IIdentifier identifier)
|
protected |
ItemInfo(IIdentifier identifier,
String pageID)
|
protected |
ItemInfo(IIdentifier identifier,
String pageID,
String moduleID)
|
protected |
ItemInfo(ItemInfo other)
|
| Method Summary | |
|---|---|
static ItemInfo |
create()
Create a new instance of ItemInfo |
static ItemInfo |
create(IIdentifier identifier)
Create a new instance of ItemInfo, based on the specified parameters |
static ItemInfo |
create(IIdentifier identifier,
String pageID)
Create a new instance of ItemInfo, based on the specified parameters |
static ItemInfo |
create(IIdentifier identifier,
String pageID,
String moduleID)
Create a new instance of ItemInfo, based on the specified parameters |
static ItemInfo |
create(ItemInfo other)
Create a new instance of ItemInfo from another ItemInfo |
String |
getModuleID()
Returns the ID of the module instance |
String |
getPageID()
Returns the ID of the page |
IIdentifier |
getWorkspaceIdentifier()
Returns the identifier of the workspace. |
void |
setModuleID(String moduleID)
Defines the ID of the module instance |
void |
setPageID(String pageID)
Defines the page ID |
void |
setWorkspaceIdentifier(IIdentifier identifier)
Defines the identifier of the workspace |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Map EMPTY_MODULE_RESOURCE_PARAMTERS
| Constructor Detail |
|---|
protected ItemInfo(ItemInfo other)
protected ItemInfo(IIdentifier identifier,
String pageID,
String moduleID)
protected ItemInfo(IIdentifier identifier,
String pageID)
protected ItemInfo(IIdentifier identifier)
protected ItemInfo()
| Method Detail |
|---|
public static ItemInfo create(ItemInfo other)
other - the source ItemInfo
public static ItemInfo create(IIdentifier identifier,
String pageID,
String moduleID)
identifier - the workspace identifierpageID - the page IDmoduleID - the module ID
public static ItemInfo create(IIdentifier identifier,
String pageID)
identifier - the workspace identifierpageID - the page ID
public static ItemInfo create(IIdentifier identifier)
identifier - the workspace identifier
public static ItemInfo create()
public IIdentifier getWorkspaceIdentifier()
public void setWorkspaceIdentifier(IIdentifier identifier)
the - workspace identifierpublic String getPageID()
public void setPageID(String pageID)
the - page IDpublic String getModuleID()
public void setModuleID(String moduleID)
the - module IDpublic String toString()
toString in class Object
|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||