|
|||||||||
| 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 (c) SAP Portals Europe GmbH 2001
| Method Summary | |
com.sapportals.wcm.crt.configuration.IConfiguration |
getConfiguration()
Returns the configuration data of this repository manager. |
java.lang.String |
getDescription()
Returns the description of this manager. |
com.sapportals.wcm.repository.manager.IResourceEventBroker |
getEventBroker()
Returns a reference to this repsitory's event broker |
java.lang.String |
getID()
Returns the manager id |
com.sapportals.wcm.repository.manager.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. |
com.sapportals.wcm.repository.manager.IPropertySearchManager |
getPropertySearchManager(IResource resource)
Get a reference to the property search manager for the repository |
com.sapportals.wcm.repository.manager.ISecurityManager |
getSecurityManager(IResource resource)
Get a reference to the security manager for the repository |
com.sapportals.wcm.repository.manager.ISupportedOptionSet |
getSupportedOptions(IResource resource)
Returns a set of supported operations. |
| Method Detail |
public com.sapportals.wcm.crt.configuration.IConfiguration getConfiguration()
public java.lang.String getDescription()
public com.sapportals.wcm.repository.manager.IResourceEventBroker getEventBroker()
public java.lang.String getID()
public com.sapportals.wcm.repository.manager.NameInfo getNameInfo()
public java.lang.String getPrefix()
public com.sapportals.wcm.repository.manager.IPropertySearchManager getPropertySearchManager(IResource resource)
throws com.sapportals.wcm.repository.ResourceException
resource - The resource to managecom.sapportals.wcm.repository.ResourceException - Exception raised in failure situation
public com.sapportals.wcm.repository.manager.ISecurityManager getSecurityManager(IResource resource)
throws com.sapportals.wcm.repository.ResourceException
resource - The resource to managecom.sapportals.wcm.repository.ResourceException - Exception raised in failure situationpublic com.sapportals.wcm.repository.manager.ISupportedOptionSet getSupportedOptions(IResource resource)
resource - TBD: Description of the incoming method parameter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||