Skip to main content

Template default: Dictionary


Rob.van.Haarst
Forum|alt.badge.img+2

Here are iteration methods to be used with the e-for directive. Each iterates a list of objects in the metadata dictionary:

Method Explanation
dictionary.getTables() Iterates the list of tables in the dictionary.
dictionary.getReferences() Iterates the list of relationships in the dictionary
dictionary.getReferences('All') Adds inherited relationships to the list of relationships. They are relationships that Logical Views inherit from the underlying table(s).
dictionary.getRoles() Iterates the list of roles in the dictionary

Example

<esi:class name="{table.getName()}" access_type="ownership" e-for="table in dictionary.getTables()"></esi:class>

If the metadata describe 3 tables TABLE_A, TABLE_B, TABLE_C, this example template instruction translates into:

<esi:class name="TABLE_A" access_type="ownership"></esi:class>
<esi:class name="TABLE_B" access_type="ownership"></esi:class>
<esi:class name="TABLE_C" access_type="ownership"></esi:class>

 

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings