Class PersistedCollectionDelegateData

java.lang.Object
wt.facade.persistedcollection.PersistedCollectionDelegateData
All Implemented Interfaces:
Serializable

public final class PersistedCollectionDelegateData extends Object implements Serializable
Class used to pass data to and from methods in PersistedCollectionDelegate.

Supported API: true

Extendable: false
See Also:
  • Method Details

    • getCollectionMap

      public WTKeyedMap getCollectionMap()
      Get a map of holders being modified and their seeds or members being added or removed. The set of seeds or members from this map can be modified by a custom delegate to control modification of holders.

      Supported API: true
      Returns:
      WTKeyedMap where the key is a PersistedCollectionHolder holder being modified and the value is a WTSet of seeds or members being added or removed.