Class OutgoingReferences

java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,List<String>>
org.ametys.cms.content.references.OutgoingReferences
All Implemented Interfaces:
Serializable, Cloneable, Map<String,List<String>>

Outgoing references.

They are simply a Map where keys are the reference types (String) and values are the reference values (List) with some convenient methods.

See Also:
  • Field Details

  • Constructor Details

  • Method Details

    • merge

      public void merge(OutgoingReferences others)
      Merge outgoing references with the current ones
      Parameters:
      others - The new references