Uses of Class
org.eclipse.lyo.core.trs.ChangeLog
Packages that use ChangeLog
Package
Description
-
Uses of ChangeLog in org.eclipse.lyo.core.trs
Methods in org.eclipse.lyo.core.trs that return ChangeLogMethods in org.eclipse.lyo.core.trs with parameters of type ChangeLog -
Uses of ChangeLog in org.eclipse.lyo.oslc4j.trs.server
Methods in org.eclipse.lyo.oslc4j.trs.server that return ChangeLogModifier and TypeMethodDescriptionInmemPagedTrs.getChangeLog
(Integer pageId) PagedTrs.getChangeLog
(Integer page) Get a ChangeLog pageInmemPagedTrs.getChangeLogLast()
PagedTrs.getChangeLogLast()
-
Uses of ChangeLog in org.eclipse.lyo.trs.client.handlers
Methods in org.eclipse.lyo.trs.client.handlers with parameters of type ChangeLogModifier and TypeMethodDescriptionboolean
ConcurrentTrsProviderHandler.fetchRemoteChangeLogs
(ChangeLog currentChangeLog, List<ChangeLog> changeLogs) Request the pages of the change log from the TRS provider sequentially through the traversal of the paging information until the last processed change event is found.Method parameters in org.eclipse.lyo.trs.client.handlers with type arguments of type ChangeLogModifier and TypeMethodDescriptionboolean
ConcurrentTrsProviderHandler.fetchRemoteChangeLogs
(ChangeLog currentChangeLog, List<ChangeLog> changeLogs) Request the pages of the change log from the TRS provider sequentially through the traversal of the paging information until the last processed change event is found. -
Uses of ChangeLog in org.eclipse.lyo.trs.client.util
Methods in org.eclipse.lyo.trs.client.util that return ChangeLogModifier and TypeMethodDescriptionITrackedResourceClient.fetchRemoteChangeLog
(URI changeLogURl) Retrieve the change log from the trs provider using the changeLogURI argument return a change log pojo accordinglyTrackedResourceClient.fetchRemoteChangeLog
(URI changeLogURl) Methods in org.eclipse.lyo.trs.client.util with parameters of type ChangeLogModifier and TypeMethodDescriptionstatic boolean
ProviderUtil.changeLogContainsEvent
(URI syncPointUri, ChangeLog changeLog) returns true if the change log pojo contains the change event with the given uri and false otherwiseMethod parameters in org.eclipse.lyo.trs.client.util with type arguments of type ChangeLogModifier and TypeMethodDescriptionstatic List<ChangeEvent>
ProviderUtil.optimizedChangesList
(List<ChangeLog> changeLogs, URI lastProcessedChangeEventUri) 1. create an ordered list of change events from the list of change logs given as an argument 2.