|
SAP NetWeaver 7.30 Enterprise Portal (SP03) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.portal.navigation.CacheAction
public class CacheAction
Represents a generic cache action that can be performed on a cache. Each cache implementation can define a number of such actions.
| Field Summary | |
|---|---|
static CacheAction |
CLEAR_CACHE
Deprecated. Clear cache action |
static CacheAction |
SYNCH_CACHE
Deprecated. Sync cache action |
static CacheAction |
UNSUPPORTED
Deprecated. An un-supported action |
| Method Summary | |
|---|---|
boolean |
equals(Object arg0)
Deprecated. Compares values for equality |
int |
hashCode()
Deprecated. Returns a hash code value for the object |
static CacheAction |
parseAction(String actionStr)
Deprecated. Returns the specific action retrieved according to the actionStr |
static CacheAction |
parseType(String cacheActionName)
Deprecated. Returns the specific action retrieved according to the cacheActionName |
String |
toString()
Deprecated. Returns a string representation of the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final CacheAction UNSUPPORTED
public static final CacheAction CLEAR_CACHE
public static final CacheAction SYNCH_CACHE
| Method Detail |
|---|
public boolean equals(Object arg0)
equals in class Objectpublic String toString()
toString in class Objectpublic static CacheAction parseType(String cacheActionName)
cacheActionName - - the action to be returned
public static CacheAction parseAction(String actionStr)
actionStr - - the action to be returned
public int hashCode()
hashCode in class Object| 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 | |||||||||