org.eclipse.stardust.engine.api.runtime
Interface HistoricalEventDescription

All Superinterfaces:
Serializable
All Known Subinterfaces:
HistoricalEventDescriptionDelegation, HistoricalEventDescriptionStateChange

public interface HistoricalEventDescription
extends Serializable

Description object for an historical event.

Author:
Stephan.Born

Method Summary
 Serializable getItem(int idx)
          Getter which allows to retrieve concrete aspects for this historical event.
 

Method Detail

getItem

Serializable getItem(int idx)
Getter which allows to retrieve concrete aspects for this historical event. Valid values for idx are defined in subclasses, e.g. HistoricalEventDescriptionDelegation.FROM_PERFORMER_IDX or HistoricalEventDescriptionStateChange.FROM_STATE_IDX.

Parameters:
idx - Index for historical event description aspect.
Returns:
Historical event description aspect.
See Also:
HistoricalEventDescriptionDelegation, HistoricalEventDescriptionStateChange


Copyright © 2017 Eclipse Stardust. All Rights Reserved.