com.sapportals.wcm.service.propertystructure

Interface IStructuredGroupItem


public interface IStructuredGroupItem

Item inside a structured group or property structure. IStructuredGroupItems can be ordered in a IStructuredGroupItemList.


Method Summary
 IStructuredGroup getAsStructuredGroup()
          Gets the item as a IStructuredGroup.
 IStructuredProperty getAsStructuredProperty()
          Gets the item as a IStructuredProperty.
 boolean isStructuredGroup()
          Checks if the item is a IStructuredGroup.
 boolean isStructuredProperty()
          Checks if the item is a IStructuredProperty.
 

Method Detail

isStructuredGroup

boolean isStructuredGroup()
                          throws PropertyStructureServiceException
Checks if the item is a IStructuredGroup.

Returns:
true if the item is a structured group
Throws:
PropertyStructureServiceException

isStructuredProperty

boolean isStructuredProperty()
                             throws PropertyStructureServiceException
Checks if the item is a IStructuredProperty.

Returns:
true if the item is a structure property
Throws:
PropertyStructureServiceException

getAsStructuredGroup

IStructuredGroup getAsStructuredGroup()
                                      throws PropertyStructureServiceException
Gets the item as a IStructuredGroup.

Returns:
item as structured group or null if item is no structured group
Throws:
PropertyStructureServiceException

getAsStructuredProperty

IStructuredProperty getAsStructuredProperty()
                                            throws PropertyStructureServiceException
Gets the item as a IStructuredProperty.

Returns:
item as structure property or null if item is no structure property
Throws:
PropertyStructureServiceException
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