com.sapportals.wcm.crt.component

Interface IConfigurable

All Known Subinterfaces:
IRidIdService
All Known Implementing Classes:
AbstractContentFilterManager, AbstractContentFilterManager2, AbstractFilterManager, AbstractManager, AbstractNamespaceFilterManager, AbstractNamespaceFilterManagerEnums, AbstractPropertyFilterManager, AbstractRepositoryService, AbstractRidFilterManager, AbstractService, AbstractUriFilterManager, WastebasketService

public interface IConfigurable

This interface must be implemented by components that need to be configured with parameters from the configuration data delivered by the configuration provider.

Copyright (c) SAP AG 2001-2002


Method Summary
 void configure(IConfiguration configuration)
          Passes the configuration data to the configurable.
 

Method Detail

configure

void configure(IConfiguration configuration)
               throws ConfigurationException
Passes the configuration data to the configurable. This method will by called by the CRT only once. It is called after construction and contextualization and before startup (if implemented).

Parameters:
configuration - the component's configuration data.
Throws:
ConfigurationException - Exception raised in failure situation
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