|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface VdbBuilder
Declares the API for VDB builders.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
void |
addElement(String groupName,
com.infoengine.object.factory.Element element,
Persistable persistable,
Collection targets)
Adds an Element to a collection of elements. |
void |
addElement(String groupName,
com.infoengine.object.factory.Element element,
Persistable persistable,
Persistable[] dependents,
Collection targets)
Adds an Element to a collection of elements. |
com.infoengine.object.IeCollection |
asVDB()
Return the results of the calculations that were performed on the elements passed into addElement(). |
String |
getTransactionNumber()
Return the value of the transaction number that was passed to the initialize() method. |
void |
initialize(String transactionNumber)
Make sure the object is ready for requests. |
boolean |
isEmpty()
Returns a boolean response based on if groups are empty in the IeCollection. |
| Method Detail |
|---|
void initialize(String transactionNumber)
transactionNumber - String getTransactionNumber()
void addElement(String groupName,
com.infoengine.object.factory.Element element,
Persistable persistable,
Collection targets)
throws com.ptc.windchill.esi.rnd.ESIRendererException
groupName - The logical group to which the element argument is to be added.element - The I*E element that is to be added to the group.persistable - The persistable, of which the element is a representation. May be null.targets - Collection of ESITarget objects.
com.ptc.windchill.esi.rnd.ESIRendererException
void addElement(String groupName,
com.infoengine.object.factory.Element element,
Persistable persistable,
Persistable[] dependents,
Collection targets)
throws com.ptc.windchill.esi.rnd.ESIRendererException
groupName - The logical group to which the element argument is to be added.element - The I*E element that is to be added to the group.persistable - The persistable, of which the element is a representation. May be null.dependents - Dependent persistables, also of which the element is a representation. May be null.targets - Collection of ESITarget objects.
com.ptc.windchill.esi.rnd.ESIRendererException
com.infoengine.object.IeCollection asVDB()
throws com.ptc.windchill.esi.rnd.ESIRendererException
com.ptc.windchill.esi.rnd.ESIRendererException
boolean isEmpty()
throws com.ptc.windchill.esi.rnd.ESIRendererException
com.ptc.windchill.esi.rnd.ESIRendererException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||