Package wt.impact

Interface IteratedImpacted

All Superinterfaces:
wt.impact._Impact, wt.impact._Impacted, wt.impact._IteratedImpact, wt.impact._IteratedImpacted, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, Impact, Impacted, IteratedImpact, NetFactor, ObjectMappable, Persistable, Serializable

@GenAsPersistable(interfaces={IteratedImpact.class,Impacted.class}) public interface IteratedImpacted extends wt.impact._IteratedImpacted
Interface required for an object to participate in an impact association as the impacted. 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 Impacted interface instead of this one.

Supported API: true

Extendable: false