Interface IPObjectNotificationData

All Superinterfaces:
INotificationData

public interface IPObjectNotificationData extends INotificationData
Version:
$Revision$ $Date$
Author:
Jiri Banszel, Polarion Software
  • Method Details

    • getTargetObject

      IPObject getTargetObject()
      Target is the object, to which the event is related. Typically this is the changed object, but in some cases (like linking objects), this can be a different object. The target object should be used for determining the notification targets.

      The INotificationData.getProject() method MUST always return the project of target URI object.
    • getBefore

      IPObject getBefore()
    • getAfter

      IPObject getAfter()
    • getChange

      IChange getChange()
      Returns:
      the change between before and after
    • isCreate

      boolean isCreate()
      Since:
      3.6.0
    • isUpdate

      boolean isUpdate()
      Since:
      3.6.0
    • isDelete

      boolean isDelete()
      Since:
      3.6.0