Web Dynpro API Documentation

com.sap.tc.webdynpro.services.sal.repository.api
Class WDRepository

java.lang.Object
  |
  +--com.sap.tc.webdynpro.services.sal.repository.api.WDRepository

public abstract class WDRepository
extends java.lang.Object

The class provides access to IWDRepositoryFactory instances, which are the factories for runtime repository instances.


Constructor Summary
WDRepository()
           
 
Method Summary
static IWDRepositoryFactory getRepositoryFactory()
          Returns the factory for IWDRepository instances.
static IWDRepositoryFactory getRepositoryFactory(java.lang.String developmentComponentName)
          Return is the factory for IWDRepository instances.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WDRepository

public WDRepository()
Method Detail

getRepositoryFactory

public static IWDRepositoryFactory getRepositoryFactory()
Returns the factory for IWDRepository instances.
Returns:
the factory for IWDRepository instances

getRepositoryFactory

public static IWDRepositoryFactory getRepositoryFactory(java.lang.String developmentComponentName)
Return is the factory for IWDRepository instances. The objects of the repository are expected to be part of the development component specified by developmentComponentName.
Parameters:
developmentComponentName - the name of the development component
Returns:
the factory for IWDRepository instances

Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15