abstract class IncomingTimelineItem

This class is used to store information about the conversion of a timeline item.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract suspend fun gropiusTimelineItem(imsProject: IMSProject, service: SyncDataService, timelineItemConversionInformation: TimelineItemConversionInformation?, issue: Issue): Pair<List<TimelineItem>, TimelineItemConversionInformation>

This function converts the timeline item to a gropius timeline item.

Link copied to clipboard
abstract suspend fun identification(): String

This function returns the identification of the timeline item.