|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IAppProperty | |
| com.sapportals.wcm.repository.service.appproperties | Contains classes and interfaces to persist information related to resources on the database. |
| Uses of IAppProperty in com.sapportals.wcm.repository.service.appproperties |
| Classes in com.sapportals.wcm.repository.service.appproperties that implement IAppProperty | |
class |
AppProperty
An application-defined property of a resource object in any repository. |
| Methods in com.sapportals.wcm.repository.service.appproperties that return IAppProperty | |
IAppProperty |
IResourceAppPropertyMap.get(RID rid)
Get a property from the map |
IAppProperty |
IAppPropertyIterator.next()
Returns the next property in the map |
IAppProperty |
IAppPropertyMap.get(IPropertyName propertyName)
Get a property from the map |
IAppProperty |
IApplicationProperties.getProperty(IPropertyName propertyName,
RID resourceID,
java.lang.String userID,
IResourceContext context)
Returns the personalized property for the specified resource and user ID. |
IAppProperty |
IApplicationProperties.getProperty(IPropertyName propertyName,
RID resourceID,
IResourceContext context)
Returns the property for the specified resource identifier and name. |
IAppProperty |
IApplicationProperties.getProperty(IPropertyName propertyName,
IResource resource,
java.lang.String userID)
|
IAppProperty |
IApplicationProperties.getProperty(IPropertyName propertyName,
IResource resource)
|
IAppProperty |
IApplicationProperties.getProperty(IPropertyName propertyName,
RID resourceID,
java.lang.String userID)
Deprecated. as of NW04. Use method with resource context parameter |
IAppProperty |
IApplicationProperties.getProperty(IPropertyName propertyName,
RID resourceID)
Deprecated. as of NW04. Use method with resource context parameter |
| Methods in com.sapportals.wcm.repository.service.appproperties with parameters of type IAppProperty | |
void |
IApplicationProperties.setProperty(IAppProperty property,
RID resourceID,
IResourceContext context)
Stores the property for the specified RID in some persistent storage. |
void |
IApplicationProperties.setProperty(IAppProperty property,
IResource resource)
|
void |
IApplicationProperties.setProperty(IAppProperty property,
RID resourceID)
Deprecated. as of NW04. Use method with resource context parameter |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||