|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IRepositoryManager
A repository manager implements the access to resources of a particular repository.
Copyright 2004 SAP AG
| Method Summary | |
|---|---|
Collection |
getAllServices()
Deprecated. As of EP 5.0 SP5 |
Properties |
getConfig()
Deprecated. As of EP 5.0 SP5, replaced by getConfiguration() |
IConfiguration |
getConfiguration()
Returns the configuration data of this repository manager. |
String |
getDescription()
Returns the description of this manager. |
IResourceEventBroker |
getEventBroker()
Returns a reference to this repsitory's event broker |
String |
getID()
Returns the manager id |
Object |
getInterface()
Returns a reference to the repository manager interface which can be used to do a cast to repository-specific interfaces. |
NameInfo |
getNameInfo()
Returns an object that contains information about the attributes of resource names supported by this repository manager. |
String |
getPrefix()
Returns the prefix config parameter. |
IPropertySearchManager |
getPropertySearchManager(IResource resource)
Get a reference to the property search manager for the repository |
ISecurityManager |
getSecurityManager(IResource resource)
Get a reference to the security manager for the repository |
IRepositoryService |
getService(String type)
Deprecated. As of EP 5.0 SP5, replaced by getService() method in IRepositoryServiceFactory |
ISupportedOptionSet |
getSupportedOptions(IResource resource)
Returns a set of supported operations. |
boolean |
isServiceAvailable(String type)
Deprecated. As of EP 5.0 SP5, replaced by getService() method in IRepositoryServiceFactory |
| Method Detail |
|---|
ISecurityManager getSecurityManager(IResource resource)
throws ResourceException
resource - The resource to manage
ResourceException - Exception raised in failure situation
IPropertySearchManager getPropertySearchManager(IResource resource)
throws ResourceException
resource - The resource to manage
ResourceException - Exception raised in failure situationString getPrefix()
Properties getConfig()
getConfiguration()
IConfiguration getConfiguration()
String getID()
String getDescription()
IResourceEventBroker getEventBroker()
Collection getAllServices()
throws ResourceException
ResourceException
IRepositoryService getService(String type)
throws ResourceException
type - TBD: Description of the incoming method parameter
ResourceException
boolean isServiceAvailable(String type)
throws ResourceException
type - TBD: Description of the incoming method parameter
ResourceExceptionISupportedOptionSet getSupportedOptions(IResource resource)
resource - TBD: Description of the incoming method parameter
NameInfo getNameInfo()
Object getInterface()
IRepositorySpecialInterface x = (IRepositorySpecialInterface)resource.getRepositoryManager().getInterface(); x.doSomething();
| Access Rights |
|---|
| 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/frwk
|
api
|
EP-KM-CM
|
|
SAP NetWeaver 7.30 SP01 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||