|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | 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 java.lang.String |
SERVICE_ID
The identifier of this service. |
| Method Summary | |
java.lang.String |
getConstantID(RID rid)
Maps a given RID onto a constant unique ID. |
java.lang.String |
getConstantID(URI uri)
Deprecated. as of NW04. |
java.lang.String[] |
getConstantIDs(IRidList ridList)
Maps a list of RIDs to a list of constant unique IDs. |
java.lang.String |
getCreateConstantID(RID rid)
Maps a given URI onto a constant unique ID. |
java.lang.String |
getCreateConstantID(URI uri)
Deprecated. as of NW04. |
java.lang.String |
getCreateVariableID(RID rid)
Maps a given RID onto a variable unique ID. |
java.lang.String |
getCreateVariableID(URI uri)
Deprecated. as of NW04. |
RID |
getRIDFromConstantID(java.lang.String constantID)
Maps a given constant ID onto the matching RID. |
RID |
getRIDFromVariableID(java.lang.String variableID)
Maps a given variable ID onto the matching RID. |
URI |
getUriFromConstantID(java.lang.String constantID)
Deprecated. as of NW04. |
URI |
getUriFromVariableID(java.lang.String variableID)
Deprecated. as of NW04. |
java.lang.String |
getVariableID(RID rid)
Maps a given RID onto a variable unique ID. |
java.lang.String |
getVariableID(URI uri)
Deprecated. as of NW04. |
java.lang.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 java.lang.String SERVICE_ID
| Method Detail |
public java.lang.String getConstantID(RID rid)
throws WcmException
null is returned.rid - to mapWcmException - Exception raised in failure situation
public java.lang.String getConstantID(URI uri)
throws WcmException
null is returned.uri - to mapWcmException - Exception raised in failure situation
public java.lang.String[] getConstantIDs(IRidList ridList)
throws WcmException
null entry.ridList - List of RIDs
public java.lang.String getCreateConstantID(RID rid)
throws WcmException
rid - to mapWcmException - Exception raised in failure situation
public java.lang.String getCreateConstantID(URI uri)
throws WcmException
uri - to mapWcmException - Exception raised in failure situation
public URI getUriFromConstantID(java.lang.String constantID)
throws WcmException
constantID - TBD: Description of the incoming method parameterWcmException - Exception raised in failure situation
public RID getRIDFromConstantID(java.lang.String constantID)
throws WcmException
constantID - TBD: Description of the incoming method parameterWcmException - Exception raised in failure situation
public java.lang.String getVariableID(URI uri)
throws WcmException
null is returned.uri - to mapWcmException - Exception raised in failure situation
public java.lang.String getVariableID(RID rid)
throws WcmException
null is returned.rid - to mapWcmException - Exception raised in failure situation
public java.lang.String getCreateVariableID(URI uri)
throws WcmException
uri - to mapWcmException - Exception raised in failure situation
public java.lang.String getCreateVariableID(RID rid)
throws WcmException
rid - to mapWcmException - Exception raised in failure situation
public URI getUriFromVariableID(java.lang.String variableID)
throws WcmException
variableID - WcmException - Exception raised in failure situation
public RID getRIDFromVariableID(java.lang.String variableID)
throws WcmException
variableID - WcmException - Exception raised in failure situation
public java.lang.String[] getVariableIDs(IRidList ridList)
throws WcmException
null entry.ridList - List of RIDs
public void removeMultipleIDs(URI id)
throws WcmException
id: - exact URI and descendants to removeWcmException - Exception raised in failure situation
public void removeMultipleIDs(RID id)
throws WcmException
id: - exact RID and descendants to removeWcmException - Exception raised in failure situation
public boolean removeSingleID(URI id)
throws WcmException
id: - exact URI to remove mapping for.true if a mapping was removed.WcmException - Exception raised in failure situation
public boolean removeSingleID(RID id)
throws WcmException
id: - exact RID to remove mapping for.true if a mapping was removed.WcmException - Exception raised in failure situation
public void renameMultipleIDs(URI fromId,
URI toId)
throws WcmException
fromId: - exact URI and descendants to rename.toId: - new URI to rename to.WcmException - Exception raised in failure situation
public void renameMultipleIDs(RID fromId,
RID toId)
throws WcmException
fromId: - exact RID and descendants to rename.toId: - new RID to rename to.WcmException - Exception raised in failure situation
public boolean renameSingleID(URI fromId,
URI toId)
throws WcmException
fromId: - exact URI to rename.toId: - new URI to rename to.true if a mapping was renamed.WcmException - Exception raised in failure situation
public boolean renameSingleID(RID fromId,
RID toId)
throws WcmException
fromId: - exact RID to rename.toId: - new RID to rename to.true if a mapping was renamed.WcmException - Exception raised in failure situation
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||