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

jdemendi
12.26.2008 3337135b06dad7e2f48569ebee38ca96e732fca7
refs
author jdemendi <jdemendi@localhost>
Wednesday, March 12, 2008 14:26 +0100
committer jdemendi <jdemendi@localhost>
Wednesday, March 12, 2008 14:26 +0100
commit3337135b06dad7e2f48569ebee38ca96e732fca7
tree 7de4348fc462a62ed358ea23476b1d59bc063c7c tree | zip | gz
parent 40a577e4495c707dfa63a3a0dd2a879b7b470655 view | diff
Fix bug #2991. Each workflow element must implement a returnEntry method. The returnEntry method performs a processing on 
the search entry before the entry is sent to the client application. In the particular case of JE local backend, no
processing is required, so the retunEntry is doing nothing but call the returnEntry on its super class.

3 files modified
229 ■■■■■ changed files
opends/src/server/org/opends/server/core/SearchOperationWrapper.java 58 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/workflowelement/WorkflowElement.java 120 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendWorkflowElement.java 51 ●●●●● diff | view | raw | blame | history