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

jdemendi
12.26.2008 73576b432b865dde6f9b86e58dddf1959c87e165
refs
author jdemendi <jdemendi@localhost>
Wednesday, March 12, 2008 14:26 +0100
committer jdemendi <jdemendi@localhost>
Wednesday, March 12, 2008 14:26 +0100
commit73576b432b865dde6f9b86e58dddf1959c87e165
tree 2530ae96406649a0833df7cff4542a5ad34786d2 tree | zip | gz
parent 2dcb80d7a1644529be2cc6ff4780cc647edb7f37 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
opendj-sdk/opends/src/server/org/opends/server/core/SearchOperationWrapper.java 58 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/workflowelement/WorkflowElement.java 120 ●●●●● diff | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/workflowelement/localbackend/LocalBackendWorkflowElement.java 51 ●●●●● diff | view | raw | blame | history