|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The InUseDelegate can be used to determine if a given iteration is undergoing
change. Typically, a user is not interested in other people's work-in-progress.
This delegate can be used by ConfigSpecs to filter out such iterations.
Supported API: true
Extendable: false
Method Summary | |
boolean |
iterationIsInUse(Iterated iterationToCheck)
Returns true if the given iteration is undergoing change by any individual. |
boolean |
iterationIsInUseByPrincipal(Iterated iterationToCheck,
WTPrincipal principal)
Returns true if the given iteration is undergoing change by the specified individual. |
Method Detail |
public boolean iterationIsInUse(Iterated iterationToCheck) throws WTException
iterationToCheck
-
WTException
public boolean iterationIsInUseByPrincipal(Iterated iterationToCheck, WTPrincipal principal) throws WTException
iterationToCheck
- principal
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |