com.sapportals.wcm.rendering.base

Interface IFactoryInfoProvider

All Known Implementing Classes:
AbstractFactory, CollectionRendererFactory, ComponentFactory, LayoutControllerFactory, PersistenceFactory, PropertyRendererFactory, ResourceRendererFactory, StatusFactory, UICommandFactory

Deprecated. As of NetWeaver 7.1

public interface IFactoryInfoProvider

Since:
EP6, SP2 CP Factories used in the FlexUI-process should implement this interface, so the "Rendering Information" can show the current configuration of the factory.

Nested Class Summary
static class IFactoryInfoProvider.MappingInformation
          Deprecated. As of NetWeaver 7.1
 
Method Summary
 String getFactoryName()
          Deprecated. As of NetWeaver 7.1
 long getLastReloadTime()
          Deprecated. As of NetWeaver 7.1
 List getMappings(Locale locale)
          Deprecated. As of NetWeaver 7.1
 Status getStatus()
          Deprecated. As of NetWeaver 7.1
 

Method Detail

getFactoryName

String getFactoryName()
Deprecated. As of NetWeaver 7.1

Returns:
a human-readable name of the factory, must not be null

getMappings

List getMappings(Locale locale)
Deprecated. As of NetWeaver 7.1

Parameters:
locale - defines the language to use, if the factory offers translated information, must not be null
Returns:
a list that must only contain IFactoryInfoProvider.MappingInformation, must not be null

getStatus

Status getStatus()
Deprecated. As of NetWeaver 7.1

Returns:
the aggregated status of the factory. If, e.g., there have been errors creating a class defined in the config, the factory should return Status.ERROR

getLastReloadTime

long getLastReloadTime()
Deprecated. As of NetWeaver 7.1

Returns:
the time of the last reload of the config by this factory. Expects a format such as returned by System.currentTimeMillis(). An implementing class might also return -1 to indicate, that no information is available.
Access Rights

This class can be accessed from:


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


Copyright 2011 SAP AG Complete Copyright Notice