Uses of Class
com.polarion.platform.persistence.notifications.ChangeInfo
Packages that use ChangeInfo
-
Uses of ChangeInfo in com.polarion.platform.persistence.notifications
Methods in com.polarion.platform.persistence.notifications that return ChangeInfoModifier and TypeMethodDescriptionstatic ChangeInfo
ChangeInfo.create
(IPObject obj, String revision, String previousRevision, boolean before, boolean after) static ChangeInfo
ChangeInfo.create
(ChangeInfo change, IPObject obj, String beforeRev, String afterRev) INotificationCreator.IChangeNotification.getChange()
Methods in com.polarion.platform.persistence.notifications with parameters of type ChangeInfoModifier and TypeMethodDescriptionstatic ChangeInfo
ChangeInfo.create
(ChangeInfo change, IPObject obj, String beforeRev, String afterRev) INotificationCreator.createCreationAnnounces
(ChangeInfo change) INotificationCreator.createDeletionAnnounces
(ChangeInfo change) INotificationCreator.createModificationAnnounces
(ChangeInfo change)