com.sapportals.wcm.crt.component

Interface IComponentInfo

All Known Subinterfaces:
IComponentManager.IComponentInformation
All Known Implementing Classes:
AbstractContentFilterManager, AbstractContentFilterManager2, AbstractFilterManager, AbstractManager, AbstractNamespaceFilterManager, AbstractNamespaceFilterManagerEnums, AbstractPropertyFilterManager, AbstractRepositoryService, AbstractRidFilterManager, AbstractService, AbstractUriFilterManager, ServerCollection, ServerProxy, WastebasketService

public interface IComponentInfo

Information about the component such as name, description, etc.

Copyright (c) SAP AG 2001-2003


Method Summary
 String getDescription(Locale locale)
          Returns a description of the components purpose or null .
 String getName()
          Returns the component's human-readable name or null .
 Properties getProperties()
          Returns some arbitrary properties with information about the component or null .
 

Method Detail

getName

String getName()
Returns the component's human-readable name or null .

Returns:
the component's human-readable name or null .

getDescription

String getDescription(Locale locale)
Returns a description of the components purpose or null .

Parameters:
locale - Selects the language of the description text - can be null .
Returns:
a description of the components purpose or null .

getProperties

Properties getProperties()
Returns some arbitrary properties with information about the component or null .

Returns:
some arbitrary properties with information about the component or null .
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