|
SAP NetWeaver 7.30 Enterprise Portal (SP07) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IOBNObject
The base interface that all OBN semantic objects implement.
This interface defines basic semantic object capabilities, such as saving and removing the object from the PCD,
and getting and setting standard OBN semantic attributes.
| Method Summary | |
|---|---|
String |
getDescription(Locale locale)
Gets the description of the OBN object for the specified locale. |
String |
getObjectUrl()
Gets the PCD address (URL) of the OBN object. |
String |
getPathName()
Gets the path of the OBN object in the PCD. |
String |
getTechnicalName()
Gets the ID of the OBN object in the PCD. |
String |
getTitle(Locale locale)
Gets the title of the OBN object for the specified locale. |
void |
remove(com.sap.security.api.IPrincipal user)
Deletes the OBN object from the PCD. |
void |
save()
Updates the OBN object in the PCD. |
void |
setDescription(String description,
Locale locale)
Sets the description of the OBN object for the specified locale. |
void |
setTitle(String title,
Locale locale)
Sets the title of the OBN object for the specified locale. |
| Method Detail |
|---|
String getTitle(Locale locale)
locale - a locale for the object's title
void setTitle(String title,
Locale locale)
title - the new title for the objectlocale - the title's localeString getDescription(Locale locale)
locale - a locale for the object's description
void setDescription(String description,
Locale locale)
description - the new description for the objectlocale - the description's localeString getPathName()
String getTechnicalName()
String getObjectUrl()
void save()
throws OBNException
OBNException
void remove(com.sap.security.api.IPrincipal user)
throws OBNException
user - the user to use when accessing the PCD
OBNException - if an error occurs| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/navigation/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP07) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||