com.sapportals.wcm.repository.service.appproperties

Interface IResourceAppPropertyMap


public interface IResourceAppPropertyMap

A read-only map of application properties.

Copyright (c) SAP AG 2001-2004


Method Summary
 boolean containsProperty(com.sapportals.wcm.util.uri.RID rid)
          Returns true if the map contains the property
 IAppProperty get(com.sapportals.wcm.util.uri.RID rid)
          Get a property from the map
 boolean isEmpty()
          Returns true if the map is emptry
 IAppPropertyIterator iterator()
          Returns an iterator for the property map
 com.sapportals.wcm.util.uri.IRidSet keySet()
          Returns the set of RID keys
 int size()
          Returns the number of properties in the map
 

Method Detail

size

int size()
Returns the number of properties in the map

Returns:
The number of properties

isEmpty

boolean isEmpty()
Returns true if the map is emptry

Returns:
Boolean value

containsProperty

boolean containsProperty(com.sapportals.wcm.util.uri.RID rid)
Returns true if the map contains the property

Parameters:
rid - The resource identified
Returns:
true if the map contains the property

get

IAppProperty get(com.sapportals.wcm.util.uri.RID rid)
Get a property from the map

Parameters:
rid - The resource identified
Returns:
The property

iterator

IAppPropertyIterator iterator()
Returns an iterator for the property map

Returns:
The iterator

keySet

com.sapportals.wcm.util.uri.IRidSet keySet()
Returns the set of RID keys

Returns:
the set of RID keys
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2011 SAP AG Complete Copyright Notice