Package wt.vc.wip
Interface WIPChangeDelegate
public interface WIPChangeDelegate
Interface to check whether checked out copy has been Changed.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionbooleanhasChanged(Workable object) Checks whether the checked out copy has changed.
-
Method Details
-
hasChanged
Checks whether the checked out copy has changed. Makes use of a delegate to do the same.
Supported API: true- Parameters:
object- Object to check if it has been changed.- Returns:
- boolean
- Throws:
WTException
-