|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
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 |
public ISecurityManager getSecurityManager(IResource resource)
throws ResourceException
resource - The resource to manage
ResourceException - Exception raised in failure situation
public IPropertySearchManager getPropertySearchManager(IResource resource)
throws ResourceException
resource - The resource to manage
ResourceException - Exception raised in failure situationpublic String getPrefix()
public Properties getConfig()
getConfiguration()
public IConfiguration getConfiguration()
public String getID()
public String getDescription()
public IResourceEventBroker getEventBroker()
public Collection getAllServices()
throws ResourceException
ResourceException
public IRepositoryService getService(String type)
throws ResourceException
type - TBD: Description of the incoming method parameter
ResourceException
public boolean isServiceAvailable(String type)
throws ResourceException
type - TBD: Description of the incoming method parameter
ResourceExceptionpublic ISupportedOptionSet getSupportedOptions(IResource resource)
resource - TBD: Description of the incoming method parameter
public NameInfo getNameInfo()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||