|
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 IRidIdService
| Field Summary | |
|---|---|
static long |
EMPTY_SET
|
static int |
EVENT_PRIORITY_POST_HANDLING
|
static int |
EVENT_PRIORITY_PRE_HANDLING
|
static long |
INVALID_ID
|
static String |
SERVICE_ID
|
| Method Summary | |
|---|---|
long |
createDeepIdSetFromRid(RID rid)
|
long |
createIdForRid(RID rid)
Create a new numeric ID or lookup an existing numeric ID for a given RID. |
long |
createIdSetFromRids(IRidList ridList)
|
long[] |
createIdsForRids(IRidList ridList)
Create or lookup an array of numeric IDs for a given list of RIDs. |
long |
getIdForRid(RID rid)
Lookup a numeric ID for a given RID. |
long[] |
getIdsForIdSet(long setId)
|
long[] |
getIdsForRids(IRidList ridList)
Lookup an array of numeric IDs for a given list of RIDs. |
RID |
getRidForId(long id)
Lookup an existing numeric ID for a given RID. |
IRidList |
getRidListForIdSet(long setId)
|
RID[] |
getRidsForIds(long[] ids)
Lookup an array of RIDs for a given array of numeric IDs. |
long |
getSetIdFromResourceContext(IResourceContext resourceContext)
Retrieve the setId from the resource context. |
void |
registerForGarbageCollection(String table,
String column)
|
void |
removeIdSet(long setId)
|
| Methods inherited from interface com.sapportals.wcm.crt.component.IStartable |
|---|
start, stop |
| Methods inherited from interface com.sapportals.wcm.crt.component.IConfigurable |
|---|
configure |
| Field Detail |
|---|
static final String SERVICE_ID
static final long INVALID_ID
static final long EMPTY_SET
static final int EVENT_PRIORITY_PRE_HANDLING
static final int EVENT_PRIORITY_POST_HANDLING
| Method Detail |
|---|
long createIdForRid(RID rid)
throws WcmException
rid - The RID that an ID is requested for.
WcmException
long[] createIdsForRids(IRidList ridList)
throws WcmException
ridList - The list of RIDs that IDs are requested for.
WcmException
long getIdForRid(RID rid)
throws WcmException
rid - The RID that an ID is requested for.
WcmException
long[] getIdsForRids(IRidList ridList)
throws WcmException
ridList - The list of RIDs that IDs are requested for.
WcmException
RID getRidForId(long id)
throws WcmException
id - The numeric ID that a RID is requested for.
WcmException
RID[] getRidsForIds(long[] ids)
throws WcmException
ids - The array of numeric IDs that RIDs are requested for.
WcmException
long createDeepIdSetFromRid(RID rid)
throws WcmException
rid - A RID that identifies the root node of
WcmException
long createIdSetFromRids(IRidList ridList)
throws WcmException
WcmException
IRidList getRidListForIdSet(long setId)
throws WcmException
WcmException
long[] getIdsForIdSet(long setId)
throws WcmException
WcmException
void removeIdSet(long setId)
throws WcmException
WcmExceptionlong getSetIdFromResourceContext(IResourceContext resourceContext)
void registerForGarbageCollection(String table,
String column)
| 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 | |||||||||