-
Notifications
You must be signed in to change notification settings - Fork 400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to apply dataset filter expression while get parameter selection … #2005
Conversation
…list? eclipse-birt#1993 I added a boolean to enable/disable the normal data engine flow mode to apply filter expressions in datasets.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wouldn't it be more general to have a getting and setting that returns a value of type DataEngineFlowMode?
@merks I was not sure about it... that's why I implemented it microinversively. Can't find any places where the other modes (IV, DATA_EXTRACTION) will be used. But if it is useful to set these modes at this place, then i can change it. |
FYI I don't really know the APIs well. You're right that the other enumerators appear unused. So I'll wait for other folks to comment. Note that adding methods to API breaks the API so whatever we do here, I think it would be better to define default methods in the interface, which means the mock class needs no changes.... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add there default-methods to avoid broken API
...e.birt.report.engine/src/org/eclipse/birt/report/engine/api/IGetParameterDefinitionTask.java
Outdated
Show resolved
Hide resolved
...e.birt.report.engine/src/org/eclipse/birt/report/engine/api/IGetParameterDefinitionTask.java
Outdated
Show resolved
Hide resolved
…list? eclipse-birt#1993 default methods added to IGetParameterDefinitionTask
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
eclipse-birt#2005) I added a boolean to enable/disable the normal data engine flow mode to apply filter expressions in datasets. eclipse-birt#1993
…list? #1993
I added a boolean to enable/disable the normal data engine flow mode to apply filter expressions in datasets.