|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | 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 | |
java.util.Collection |
getAllServices()
Deprecated. As of EP 5.0 SP5 |
java.util.Properties |
getConfig()
Deprecated. As of EP 5.0 SP5, replaced by getConfiguration() |
IConfiguration |
getConfiguration()
Returns the configuration data of this repository manager. |
java.lang.String |
getDescription()
Returns the description of this manager. |
IResourceEventBroker |
getEventBroker()
Returns a reference to this repsitory's event broker |
java.lang.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. |
java.lang.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(java.lang.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(java.lang.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 manageResourceException - Exception raised in failure situation
public IPropertySearchManager getPropertySearchManager(IResource resource)
throws ResourceException
resource - The resource to manageResourceException - Exception raised in failure situationpublic java.lang.String getPrefix()
public java.util.Properties getConfig()
getConfiguration()
public IConfiguration getConfiguration()
public java.lang.String getID()
public java.lang.String getDescription()
public IResourceEventBroker getEventBroker()
public java.util.Collection getAllServices()
throws ResourceException
ResourceException -
public IRepositoryService getService(java.lang.String type)
throws ResourceException
type - TBD: Description of the incoming method parameterResourceException -
public boolean isServiceAvailable(java.lang.String type)
throws ResourceException
type - TBD: Description of the incoming method parameterResourceException - public ISupportedOptionSet getSupportedOptions(IResource resource)
resource - TBD: Description of the incoming method parameterpublic NameInfo getNameInfo()
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||