|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A Recursion level defines which hierarchy level is relevant for a subscription on a collection.
An ISubscriptionConditionRecursionLevel is attached to an ISubscriptionCondition.
Parameters attached to an ISubscriptionConditionRecursionLevel:
- description with detailed information about the recursion level
- depth of the hierarchy level that is relevant for a subscription to a collection
- system ID associated with this recursion level
A recursion level defines the depth of a search for valid resources of
a subscription.
Example: Let document d and folder f be in a common folder
c, and let x be a document in folder f.

Let there also be a subscription for c and consider an event sent
for c/f/x. Now if the subscription condition has a recursion
level lower than "2" (which means that c on level 0 or c/d and
c/f on level "1" are checked), no notification is generated.
If the recursion level is greater than or equal to "2" (which means that
c/f/x is checked), a notification is generated.
Copyright (c) SAP AG
ISubscriptionCondition,
ISubscription| Method Summary | |
int |
getDepth()
Gets an int equivalent for this recursion level. |
java.lang.String |
getDescription()
Gets a display name for the condition's recursion level. |
java.lang.String |
getDescription(java.util.Locale locale)
Gets a display name for the condition's recursion level. |
java.lang.String |
getID()
Gets the unique ID of this ISubscriptionConditionRecursionLevel. |
| Methods inherited from interface java.lang.Comparable |
compareTo |
| Method Detail |
public java.lang.String getID()
ISubscriptionConditionRecursionLevel. String with the recursion levelpublic java.lang.String getDescription()
String with the recursion level's namepublic java.lang.String getDescription(java.util.Locale locale)
locale - a Locale to get the name forString with the recursion level's namepublic int getDepth()
int equivalent for this recursion level. int with the hierarchy depth for this level
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||