Package wt.vc.wip

Interface WIPChangeDelegate


public interface WIPChangeDelegate
Interface to check whether checked out copy has been Changed.

Supported API: true

Extendable: true
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks whether the checked out copy has changed.
  • Method Details

    • hasChanged

      boolean hasChanged(Workable object) throws WTException
      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