Package wt.mpm.coproduce
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:
-
Method Summary
Modifier and TypeMethodDescriptionThis method returns all the coproduce usage childs
Supported API: true
Supported API: trueThis method returns all the co-produce usage links.
-
Method Details
-
getUsageLinks
This method returns all the co-produce usage links.
Supported API: true- Returns:
- Collection
CoProduceUsage links.
-
getChildren
This method returns all the coproduce usage childs
Supported API: true- Returns:
- Collection
children
-
getSecondaries
Supported API: true- Overrides:
getSecondariesin classwt.mpm.coproduce._CoProduce
-