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

matthew_swift
14.34.2007 67e18193aaa82a4c7052eaf1ca4dc668e5492716
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
commit67e18193aaa82a4c7052eaf1ca4dc668e5492716
tree 9963345a6d6e040f4cfe42c6e669c21daa1c8ff0 tree | zip | gz
parent e9d59ae1b6f7da18a4de6ae58cb5ba275cc0bbfc 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
opends/resource/admin/property-types/aggregation.xsl 124 ●●●●● diff | view | raw | blame | history