com.sapportals.wcm.rfadapter

Class CollectionDataPack

java.lang.Object
  extended by com.sapportals.wcm.rfadapter.DataPack
      extended by com.sapportals.wcm.rfadapter.CollectionDataPack

public final class CollectionDataPack
extends DataPack


Constructor Summary
CollectionDataPack(String name, IPropertyMap properties)
           
 
Method Summary
 DataPack add(IProperty property)
          creates a new DataPack object that is a 1:1 copy of this instance but with the given parameter as additional property.
 DataPack modify(IProperty property)
          creates a new DataPack object that is a 1:1 copy of this instance but with the given parameter as additional or modified property.
 
Methods inherited from class com.sapportals.wcm.rfadapter.DataPack
addProperty, generateDisplayNameProperty, modifyProperty, name, properties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionDataPack

public CollectionDataPack(String name,
                          IPropertyMap properties)
Method Detail

modify

public DataPack modify(IProperty property)
Description copied from class: DataPack
creates a new DataPack object that is a 1:1 copy of this instance but with the given parameter as additional or modified property. If the property is null, all values will be equal.

Specified by:
modify in class DataPack
Parameters:
property - the property to modify for the new datapack, might be null
Returns:
a new DataPack object

add

public DataPack add(IProperty property)
Description copied from class: DataPack
creates a new DataPack object that is a 1:1 copy of this instance but with the given parameter as additional property. If the property is null, all values will be equal.

Specified by:
add in class DataPack
Parameters:
property - the property to add for the new datapack, might be null
Returns:
a new DataPack object
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 2014 SAP AG Complete Copyright Notice