public interface TimelineAggregator
TimelineAggregator
is an OSGi-service providing creation of Timeline
s for the given
resource. The service can be obtained from the OSGi service registry via the interface.Modifier and Type | Method and Description |
---|---|
Timeline |
createTimeline(Resource resource)
Create a
Timeline for the given resource . |
java.util.Map<java.lang.String,TimelineEventType> |
getTypes()
Returns a collection of all known
TimelineEventType s. |
java.util.Map<java.lang.String,TimelineEventType> getTypes()
TimelineEventType
s. The types are provided by the TimelineEventProvider
s registered.Map
of TimelineEventType
s and their keys (names) - or an empty map if no providers are
registered."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"