Package wt.vc.config
Class SessionEditedIterationInUseDelegate
java.lang.Object
wt.vc.config.SessionEditedIterationInUseDelegate
- All Implemented Interfaces:
Externalizable,Serializable,InUseDelegate
public class SessionEditedIterationInUseDelegate
extends Object
implements InUseDelegate, Externalizable
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionbooleaniterationIsInUse(Iterated iterationToCheck) Returns true if the given iteration is undergoing change by any individual.booleaniterationIsInUseByPrincipal(Iterated iterationToCheck, WTPrincipal principal) Returns true if the given iteration is undergoing change by the specified individual.
-
Method Details
-
iterationIsInUse
Returns true if the given iteration is undergoing change by any individual.
Supported API: true- Specified by:
iterationIsInUsein interfaceInUseDelegate- Parameters:
iterationToCheck-- Returns:
- boolean
- Throws:
WTException
-
iterationIsInUseByPrincipal
public boolean iterationIsInUseByPrincipal(Iterated iterationToCheck, WTPrincipal principal) throws WTException Returns true if the given iteration is undergoing change by the specified individual. A null principal value is defaulted to the current principal.
Supported API: true- Specified by:
iterationIsInUseByPrincipalin interfaceInUseDelegate- Parameters:
iterationToCheck-principal-- Returns:
- boolean
- Throws:
WTException
-