[jboss-jira] [JBoss JIRA] Commented: (JBRULES-1020) BRMS Custom Rule Selector for Creating Deployable Packages
Michael Neale (JIRA)
jira-events at lists.jboss.org
Thu Jul 19 23:48:47 EDT 2007
[ http://jira.jboss.com/jira/browse/JBRULES-1020?page=comments#action_12369497 ]
Michael Neale commented on JBRULES-1020:
----------------------------------------
This will need to work on the AssetItem level.
I see 2 ways for this to work:
1) It purely filters items - so the output is only the items that match
2) It will look back through the history of an asset to find a match (so you get the last approved asset, for instance).
Also, I think a GUI can provide most common options (so pluggable is only used in exceptional circumstances). eg chose by status, other meta data, and if to filter or use "most recent version".
> BRMS Custom Rule Selector for Creating Deployable Packages
> ----------------------------------------------------------
>
> Key: JBRULES-1020
> URL: http://jira.jboss.com/jira/browse/JBRULES-1020
> Project: JBoss Rules
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: drools-brms
> Environment: general
> Reporter: Barry Knapp
> Assigned To: Michael Neale
> Priority: Optional
>
> Use Case : Ability to include or exclude rules in a deployable package based on rule meta data or custom rule attributes.
> Add an extension point to the BRMS for deciding which rules should be included in a deployable package.
> A CustomSelector interface with an boolean accepts(Rule) method would allow implementors to create a class and implement the accepts method. The custom method could then analyze the rule to determine if the rule should be included in the package being generated by return true for inclusion. A property file with CustomExtractor=com...implementing class would allow the implementor to inject their CustomSelector class.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list