Interface PersistedCollectionHolder

All Superinterfaces:
wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, wt.facade.persistedcollection._PersistedCollectionHolder, NetFactor, ObjectMappable, Persistable, Serializable
All Known Subinterfaces:
wt.facade.persistedcollection._PersistedCollectableHolder, wt.facade.persistedcollection._PersistedCollectableNestedHolder, wt.facade.persistedcollection._PersistedCollectionNestedHolder, PersistedCollectableHolder, PersistedCollectableNestedHolder, PersistedCollectionNestedHolder
All Known Implementing Classes:
_AbstractWorkPackage, com.ptc.windchill.wadm.cdrl._CDRLBasePackage, com.ptc.windchill.wadm.cdrl._ContractPackage, wt.facade.persistedcollection._ManagedCollection, com.ptc.windchill.wp.rep._ReplicationPackage, wt.facade.persistedcollection._SimpleNestedCollection, com.ptc.windchill.wp.tdp._TechnicalDataPackage, com.ptc.windchill.wp._WorkPackage, AbstractWorkPackage, CDRLBasePackage, ContractPackage, ManagedCollection, ReplicationPackage, SimpleNestedCollection, TechnicalDataPackage, WorkPackage

@GenAsPersistable(properties=@GeneratedProperty(name="collectionInfo",type=wt.facade.persistedcollection.PersistedCollectionInfo.class,constraints=@PropertyConstraints(changeable=VIA_OTHER_MEANS,required=true))) public interface PersistedCollectionHolder extends wt.facade.persistedcollection._PersistedCollectionHolder
Basic interface for a non-nested persisted collection holder. A PersistedCollectionHolder is an object that contains, or "holds" a persisted collection of Persistable objects. All PersistedCollectionHolder objects inherit a PersistedCollectionInfo cookie.

Supported API: true

Extendable: false