|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Declares the API for VDB builders.
Supported API: true
Extendable: false
Method Summary | |
void |
addElement(String groupName,
Element element,
Persistable persistable,
Collection targets)
Adds an Element to a collection of elements. |
void |
addElement(String groupName,
Element element,
Persistable persistable,
Persistable[] dependents,
Collection targets)
Adds an Element to a collection of elements. |
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 |
public void initialize(String transactionNumber)
transactionNumber
- public String getTransactionNumber()
public void addElement(String groupName, Element element, Persistable persistable, Collection targets) throws 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.
ESIRendererException
public void addElement(String groupName, Element element, Persistable persistable, Persistable[] dependents, Collection targets) throws 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.
ESIRendererException
public IeCollection asVDB() throws ESIRendererException
ESIRendererException
public boolean isEmpty() throws ESIRendererException
ESIRendererException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |