|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Maps arbitrary length resource IDs (URIs and RIDs) to fixed length shorter ID strings and vice versa.
| Field Summary | |
static String |
SERVICE_ID
The identifier of this service. |
| Method Summary | |
String |
getConstantID(RID rid)
Maps a given RID onto a constant unique ID. |
String |
getConstantID(URI uri)
Deprecated. as of NW04. |
String[] |
getConstantIDs(IRidList ridList)
Maps a list of RIDs to a list of constant unique IDs. |
String |
getCreateConstantID(RID rid)
Maps a given URI onto a constant unique ID. |
String |
getCreateConstantID(URI uri)
Deprecated. as of NW04. |
String |
getCreateVariableID(RID rid)
Maps a given RID onto a variable unique ID. |
String |
getCreateVariableID(URI uri)
Deprecated. as of NW04. |
RID |
getGuidRIDFromRID(RID rid)
Maps a given GUID RID onto the matching RID. |
RID |
getRIDFromConstantID(String constantID)
Maps a given constant ID onto the matching RID. |
RID |
getRIDFromGuidRID(RID rid)
Maps a given GUID RID onto the matching RID. |
RID |
getRIDFromVariableID(String variableID)
Maps a given variable ID onto the matching RID. |
URI |
getUriFromConstantID(String constantID)
Deprecated. as of NW04. |
URI |
getUriFromVariableID(String variableID)
Deprecated. as of NW04. |
String |
getVariableID(RID rid)
Maps a given RID onto a variable unique ID. |
String |
getVariableID(URI uri)
Deprecated. as of NW04. |
String[] |
getVariableIDs(IRidList ridList)
Maps a list of RIDs to a list of variable unique IDs. |
void |
removeMultipleIDs(RID id)
Remove mapping for the given RID and all descendants, e.g. id/*. |
void |
removeMultipleIDs(URI id)
Deprecated. as of NW04. |
boolean |
removeSingleID(RID id)
Remove mapping for the given RID. |
boolean |
removeSingleID(URI id)
Deprecated. as of NW04. |
void |
renameMultipleIDs(RID fromId,
RID toId)
Rename mapping for the given RID and all descendants, e.g. id/*. |
void |
renameMultipleIDs(URI fromId,
URI toId)
Deprecated. as of NW04. |
boolean |
renameSingleID(RID fromId,
RID toId)
Rename mapping for the given RID. |
boolean |
renameSingleID(URI fromId,
URI toId)
Deprecated. as of NW04. |
| Methods inherited from interface com.sapportals.wcm.service.IService |
getDescription, getDescription, getID |
| Field Detail |
public static final String SERVICE_ID
| Method Detail |
public String getConstantID(RID rid)
throws WcmException
null is returned.
rid - to map
WcmException - Exception raised in failure situation
public String getConstantID(URI uri)
throws WcmException
null is returned.
uri - to map
WcmException - Exception raised in failure situation
public String[] getConstantIDs(IRidList ridList)
throws WcmException
null entry.
ridList - List of RIDs
WcmException
public String getCreateConstantID(RID rid)
throws WcmException
rid - to map
WcmException - Exception raised in failure situation
public String getCreateConstantID(URI uri)
throws WcmException
uri - to map
WcmException - Exception raised in failure situation
public URI getUriFromConstantID(String constantID)
throws WcmException
constantID - TBD: Description of the incoming method parameter
WcmException - Exception raised in failure situation
public RID getRIDFromConstantID(String constantID)
throws WcmException
constantID - TBD: Description of the incoming method parameter
WcmException - Exception raised in failure situation
public RID getGuidRIDFromRID(RID rid)
throws WcmException
rid - rid
WcmException - Exception raised in failure situation
public RID getRIDFromGuidRID(RID rid)
throws WcmException
rid - guid rid
WcmException - Exception raised in failure situation
public String getVariableID(URI uri)
throws WcmException
null is returned.
uri - to map
WcmException - Exception raised in failure situation
public String getVariableID(RID rid)
throws WcmException
null is returned.
rid - to map
WcmException - Exception raised in failure situation
public String getCreateVariableID(URI uri)
throws WcmException
uri - to map
WcmException - Exception raised in failure situation
public String getCreateVariableID(RID rid)
throws WcmException
rid - to map
WcmException - Exception raised in failure situation
public URI getUriFromVariableID(String variableID)
throws WcmException
variableID -
WcmException - Exception raised in failure situation
public RID getRIDFromVariableID(String variableID)
throws WcmException
variableID -
WcmException - Exception raised in failure situation
public String[] getVariableIDs(IRidList ridList)
throws WcmException
null entry.
ridList - List of RIDs
WcmException
public void removeMultipleIDs(URI id)
throws WcmException
WcmException - Exception raised in failure situation
public void removeMultipleIDs(RID id)
throws WcmException
WcmException - Exception raised in failure situation
public boolean removeSingleID(URI id)
throws WcmException
true if a mapping was removed.
WcmException - Exception raised in failure situation
public boolean removeSingleID(RID id)
throws WcmException
true if a mapping was removed.
WcmException - Exception raised in failure situation
public void renameMultipleIDs(URI fromId,
URI toId)
throws WcmException
WcmException - Exception raised in failure situation
public void renameMultipleIDs(RID fromId,
RID toId)
throws WcmException
WcmException - Exception raised in failure situation
public boolean renameSingleID(URI fromId,
URI toId)
throws WcmException
true if a mapping was renamed.
WcmException - Exception raised in failure situation
public boolean renameSingleID(RID fromId,
RID toId)
throws WcmException
true if a mapping was renamed.
WcmException - Exception raised in failure situation
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||