|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface INavigationCacheManager
| Field Summary | |
|---|---|
static String |
KEY
Deprecated. The key for retrieving an instance of this service. |
| Method Summary | |
|---|---|
String[] |
applyCacheAction(String cacheID,
CacheAction cacheAction,
boolean cluster)
Deprecated. Applies a cache action for the specified cache IDs, locally or cluster wide. |
String[] |
applyCacheAction(String cacheID,
CacheAction cacheAction,
String[] entryIDs,
boolean recursive,
boolean cluster)
Deprecated. Applies a cache action to specific cache entries for a specified cache ID, locally or cluster wide. |
String[] |
getAllCacheIDs()
Deprecated. Retrieves an array of all navigation cache IDs |
CacheConfigurator |
getCacheConfigurator(String cacheID)
Deprecated. Return a configurator for a specified cache ID |
boolean |
setCacheConfigurator(CacheConfigurator configurator)
Deprecated. Sets a connector configuration according to cache configurator |
String[] |
setCacheEnable(boolean enable)
Deprecated. Enables/Disables all navigation caches |
| Field Detail |
|---|
static final String KEY
| Method Detail |
|---|
CacheConfigurator getCacheConfigurator(String cacheID)
cacheID - - The cacheID for which to get the configurator
boolean setCacheConfigurator(CacheConfigurator configurator)
configurator - - The configurator according to which configure the cache
String[] getAllCacheIDs()
String[] setCacheEnable(boolean enable)
enable - - if true enables all caches
String[] applyCacheAction(String cacheID,
CacheAction cacheAction,
boolean cluster)
cacheID - navigation cache ID for which you want to apply the actioncacheAction - an int representing the cache action. Available cache actions are in class CacheActioncluster - Defines whether to apply action on cache locally or cluster wide. If true then applies action cluster wide.
String[] applyCacheAction(String cacheID,
CacheAction cacheAction,
String[] entryIDs,
boolean recursive,
boolean cluster)
cacheID - Cache ID for which to apply the cache action.cacheAction - An int representing the cache action. Available cache actions are in class CacheActionentryIDs - Entry IDs to apply the action on.recursive - Defines whether to apply action recursively. If true applies recursivlycluster - Defines whether to apply action on cache entries locally or cluster wide. If true then apply action cluster wide
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-RUNTIME
|
[sap.com] tc/ep/navigation/api
|
api
|
EP-PIN
|
|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||