com.sap.portal.feeds

Interface ICustomAttributes


public interface ICustomAttributes

Represents the custom attributes of a feed entry.
Custom attributes are the additional attributes of the entry that are not exposed by the IFeedEntry API.


Method Summary
 ICustomAttribute getCustomAttribute(String key)
          Returns the custom attribute according to the provided key if it exists; otherwise returns null.
 Set<String> getCustomAttributeKeys()
          Returns the keys of the custom attributes.
 

Method Detail

getCustomAttributeKeys

Set<String> getCustomAttributeKeys()
Returns the keys of the custom attributes.

Returns:
The keys of the custom attributes.

getCustomAttribute

ICustomAttribute getCustomAttribute(String key)
Returns the custom attribute according to the provided key if it exists; otherwise returns null.

Parameters:
key - the custom attribute key
Returns:
The custom attribute according to the provided key


Copyright 2013 SAP AG Complete Copyright Notice