com.sap.netweaver.bc.rf.mi

Class AbstractSubManager

java.lang.Object
  extended by com.sap.netweaver.bc.rf.mi.AbstractSubManager
All Implemented Interfaces:
ISubManager

public abstract class AbstractSubManager
extends Object
implements ISubManager

Abstract class implementing a repository sub manager.


Field Summary
protected  IManager repositoryManager
           
 
Constructor Summary
protected AbstractSubManager(IManager repositoryManager)
          Construct object of class AbstractSubManager.
 
Method Summary
protected  SecurityChecker getSecurityChecker()
          Returns a helper class for authorizing operations on resources by a repository manager implementation.
protected  void shutDown()
          Will be called by the framework prior to shutting down the repository manager.
protected  void startUp()
          Will be called by the framework after the repository manager has been started.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

repositoryManager

protected final IManager repositoryManager
Constructor Detail

AbstractSubManager

protected AbstractSubManager(IManager repositoryManager)
Construct object of class AbstractSubManager.

Parameters:
repositoryManager - repository manager
Method Detail

startUp

protected void startUp()
                throws BaseException
Will be called by the framework after the repository manager has been started. Can optionally be overwritten in sub manager implementation. This default implementation does nothing.

Throws:
BaseException - Exception raised in failure situation

shutDown

protected void shutDown()
Will be called by the framework prior to shutting down the repository manager. Can optionally be overwritten in sub manager implementation. This default implementation does nothing.


getSecurityChecker

protected SecurityChecker getSecurityChecker()
                                      throws ResourceException
Returns a helper class for authorizing operations on resources by a repository manager implementation.

Returns:
a helper class for authorizing operations on resources.
Throws:
ResourceException
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2014 SAP AG Complete Copyright Notice