mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

matthew_swift
14.34.2007 8682ebc3e306603d6eb416ea9fd144a76e4f2146
refs
author matthew_swift <matthew_swift@localhost>
Friday, September 14, 2007 11:34 +0200
committer matthew_swift <matthew_swift@localhost>
Friday, September 14, 2007 11:34 +0200
commit8682ebc3e306603d6eb416ea9fd144a76e4f2146
tree 2c34cc1a21c4f24ec3c73b5ece7b00149fefb7dd tree | zip | gz
parent c5cb02d5a899249bd8c8ee1d5436a15b83175218 view | diff
Modify the aggregation definition property stylesheet to generate two server-side getter methods for each aggregation property. The first is a "default" getter of the form:

String getXXX()
SortedSet<String> getXXX()

Where XXX is the name of the property. This getter follows the same pattern as all other property getters. In this case it returns a String (or set of Strings) containing the common name(s) of the referenced component(s).

The second server-side getter is of the form:

DN getXXXDN()
SortedSet<DN> getXXXDNs()

Where again XXX is the name of the property. This getter returns the distinguished name(s) associated with the referenced component(s). It is useful on the server-side where component implementations need to retrieve referenced implementations from a DirectoryServer table based on their DN.
1 files modified
124 ■■■■■ changed files
opendj-sdk/opends/resource/admin/property-types/aggregation.xsl 124 ●●●●● diff | view | raw | blame | history