public final class RIDPersister extends Object
RID objects to very short hexadecimal integer representations.
Does not encode or decode the given objects.| Modifier and Type | Class and Description |
|---|---|
static class |
RIDPersister.RIDRetriever
Deprecated.
As of NetWeaver 7.1
|
| Constructor and Description |
|---|
RIDPersister()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
getMap()
Deprecated.
As of NetWeaver 7.1
|
String |
map(RID rid)
Deprecated.
As of NetWeaver 7.1
|
public String map(RID rid)
RID object to a hexadecimal integer representation.
If the same RID has been provided before, the same String object
will be returned.rid - the object to get the mapping for, must not be nullRID has been mapped to.public Map getMap()
RID objects and their mappings as
they have been created via the map(RID rid) method.
Example:
1. Map the RID "/documents" and get the String "1" as return value.
2. Use the Map instance returned here and call 'map.get("1")'. The method
will return the RID "/documents".
RIDPersister.RIDRetriever to read out
this map. null| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com]
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
Copyright 2017 SAP AG Complete Copyright Notice