Package wt.impact

Interface IteratedImpactor

All Superinterfaces:
wt.impact._Impact, wt.impact._Impactor, wt.impact._IteratedImpact, wt.impact._IteratedImpactor, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, Impact, Impactor, IteratedImpact, NetFactor, ObjectMappable, Persistable, Serializable
All Known Implementing Classes:
_ChangeActivity2, _WTChangeActivity2, ChangeActivity2, WTChangeActivity2

@GenAsPersistable(interfaces={IteratedImpact.class,Impactor.class}) public interface IteratedImpactor extends wt.impact._IteratedImpactor
Interface required for an object to participate in an impact association as the impactor. This interface can only be used for Iterated objects and indicates that impact associations should be copied-forward automatically when new versions of the object are created. If automatic copy-forward is not desired for an Iterated object then it should simply implement the Impactor interface instead of this one.

Supported API: true

Extendable: false