Class CoProduce

java.lang.Object
wt.mpm.coproduce._CoProduce
wt.mpm.coproduce.CoProduce
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._NetFactor, NetFactor

@GenAsUnPersistable(interfaces={NetFactor.class,java.io.Externalizable.class},extendable=false,serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="coProduce",type=WTPart.class),@GeneratedProperty(name="navCriteria",type=NavigationCriteria.class),@GeneratedProperty(name="primary",type=WTPart.class),@GeneratedProperty(name="secondaries",type=java.util.Collection.class,typeParameter="<wt.part.WTPart>"),@GeneratedProperty(name="primaryLink",type=CoProduceLink.class),@GeneratedProperty(name="secondaryLinks",type=java.util.Collection.class,typeParameter="<wt.mpm.coproduce.CoProduceMemberLink>"),@GeneratedProperty(name="usageLinkToChildMap",type=java.util.Map.class,typeParameter="<wt.mpm.coproduce.CoProduceUsageLink, wt.part.WTPart>")}) public class CoProduce extends wt.mpm.coproduce._CoProduce


Supported API: true

Extendable: false
See Also:
  • Field Summary

    Fields inherited from class wt.mpm.coproduce._CoProduce

    CO_PRODUCE, EXTERNALIZATION_VERSION_UID, NAV_CRITERIA, PRIMARY, PRIMARY_LINK, SECONDARIES, SECONDARY_LINKS, USAGE_LINK_TO_CHILD_MAP
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns all the coproduce usage childs

    Supported API: true


    Supported API: true
    This method returns all the co-produce usage links.

    Methods inherited from class wt.mpm.coproduce._CoProduce

    getClassInfo, getConceptualClassname, getCoProduce, getNavCriteria, getPrimary, getPrimaryLink, getSecondaryLinks, readExternal, readVersion, setCoProduce, setNavCriteria, setPrimary, setPrimaryLink, setSecondaries, setSecondaryLinks, setUsageLinkToChildMap, writeExternal

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Method Details

    • getUsageLinks

      public Collection<CoProduceUsageLink> getUsageLinks()
      This method returns all the co-produce usage links.

      Supported API: true
      Returns:
      Collection CoProduceUsage links.
    • getChildren

      public Collection<WTPart> getChildren()
      This method returns all the coproduce usage childs

      Supported API: true
      Returns:
      Collection children
    • getSecondaries

      public Collection<WTPart> getSecondaries()


      Supported API: true
      Overrides:
      getSecondaries in class wt.mpm.coproduce._CoProduce