|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IUriMapperService2
Extends IUriMapper with a set of methods that pass in the ResourceContext XXX: internal use only
| Field Summary |
|---|
| Fields inherited from interface com.sapportals.wcm.service.urimapper.IUriMapperService |
|---|
SERVICE_ID |
| Method Summary | |
|---|---|
String |
getConstantID(RID rid,
IResourceContext context)
Maps a given RID onto a constant unique ID. |
String[] |
getConstantIDs(IRidList ridList,
IResourceContext context)
Maps a list of RIDs to a list of constant unique IDs. |
String |
getCreateConstantID(RID rid,
IResourceContext context)
Maps a given RID onto a constant unique ID. |
String[] |
getCreateConstantIDs(IRidList rids,
IResourceContext context)
Maps a given set of RIDs onto a set of constant unique IDs. |
String |
getCreateVariableID(RID rid,
IResourceContext context)
Maps a given RID onto a variable unique ID. |
RID |
getGuidRIDFromRID(RID rid,
IResourceContext context)
Maps a given GUID RID onto the matching RID. |
RID |
getRIDFromConstantID(String constantID,
IResourceContext context)
Maps a given constant ID onto the matching RID. |
RID |
getRIDFromGuidRID(RID rid,
IResourceContext context)
Maps a given GUID RID onto the matching RID. |
RID |
getRIDFromVariableID(String variableID,
IResourceContext context)
Maps a given variable ID onto the matching RID. |
String |
getVariableID(RID rid,
IResourceContext context)
Maps a given RID onto a variable unique ID. |
String[] |
getVariableIDs(IRidList ridList,
IResourceContext context)
Maps a list of RIDs to a list of variable unique IDs. |
void |
removeMultipleIDs(RID id,
IResourceContext context)
Remove mapping for the given RID and all descendants, e.g. id/*. |
boolean |
removeSingleID(RID id,
IResourceContext context)
Remove mapping for the given RID. |
void |
renameMultipleIDs(RID fromId,
RID toId,
IResourceContext context)
Rename mapping for the given RID and all descendants, e.g. id/*. |
boolean |
renameSingleID(RID fromId,
RID toId,
IResourceContext context)
Rename mapping for the given RID. |
| Methods inherited from interface com.sapportals.wcm.service.urimapper.IUriMapperService |
|---|
forceSingleIDMapping, forceSingleIDMapping, getConstantID, getConstantID, getConstantIDs, getCreateConstantID, getCreateConstantID, getCreateConstantIDs, getCreateVariableID, getCreateVariableID, getGuidRIDFromRID, getRIDFromConstantID, getRIDFromGuidRID, getRIDFromVariableID, getUriFromConstantID, getUriFromVariableID, getVariableID, getVariableID, getVariableIDs, removeMultipleIDs, removeMultipleIDs, removeSingleID, removeSingleID, renameMultipleIDs, renameMultipleIDs, renameSingleID, renameSingleID |
| Methods inherited from interface com.sapportals.wcm.service.IService |
|---|
getDescription, getDescription, getID |
| Method Detail |
|---|
String getConstantID(RID rid,
IResourceContext context)
throws WcmException
null is returned.
rid - to map
WcmException - Exception raised in failure situation
String[] getConstantIDs(IRidList ridList,
IResourceContext context)
throws WcmException
null entry.
ridList - List of RIDs
WcmException
String getCreateConstantID(RID rid,
IResourceContext context)
throws WcmException
rid - to map
WcmException - Exception raised in failure situation
String[] getCreateConstantIDs(IRidList rids,
IResourceContext context)
throws WcmException
rids - List of RIDs
WcmException - Exception raised in failure situation
RID getRIDFromConstantID(String constantID,
IResourceContext context)
throws WcmException
constantID - constant ID to be matched.
WcmException - Exception raised in failure situation
RID getGuidRIDFromRID(RID rid,
IResourceContext context)
throws WcmException
rid - GUID RID to be matched
WcmException - Exception raised in failure situation
RID getRIDFromGuidRID(RID rid,
IResourceContext context)
throws WcmException
rid - guid rid
WcmException - Exception raised in failure situation
String getVariableID(RID rid,
IResourceContext context)
throws WcmException
null is returned.
rid - to map
WcmException - Exception raised in failure situation
String getCreateVariableID(RID rid,
IResourceContext context)
throws WcmException
rid - to map
WcmException - Exception raised in failure situation
RID getRIDFromVariableID(String variableID,
IResourceContext context)
throws WcmException
variableID -
WcmException - Exception raised in failure situation
String[] getVariableIDs(IRidList ridList,
IResourceContext context)
throws WcmException
null entry.
ridList - List of RIDs
WcmException
void removeMultipleIDs(RID id,
IResourceContext context)
throws WcmException
id - exact RID and descendants to remove
WcmException - Exception raised in failure situation
boolean removeSingleID(RID id,
IResourceContext context)
throws WcmException
id - exact RID to remove mapping for.
true if a mapping was removed.
WcmException - Exception raised in failure situation
void renameMultipleIDs(RID fromId,
RID toId,
IResourceContext context)
throws WcmException
fromId - exact RID and descendants to rename.toId - new RID to rename to.
WcmException - Exception raised in failure situation
boolean renameSingleID(RID fromId,
RID toId,
IResourceContext context)
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| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||