You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Gerhard Petracek (Created) (JIRA)" <ji...@apache.org> on 2012/02/02 19:28:54 UTC

[jira] [Created] (DELTASPIKE-68) discuss BeanFilter for BeanProvider

discuss BeanFilter for BeanProvider
-----------------------------------

                 Key: DELTASPIKE-68
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-68
             Project: DeltaSpike
          Issue Type: Task
            Reporter: Gerhard Petracek
            Assignee: Gerhard Petracek


to cover all special cases (e.g. a required combination of qualifiers,...) we could provide the possibility to filter beans e.g.:

List<MyType> result = BeanProvider.getContextualReference(MyType.class, new BeanFilter<MyType>() {
    @Override
    public boolean filterBean(Bean<MyType> currentBean)
    {
        //...
    }
});

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (DELTASPIKE-68) discuss BeanFilter for BeanProvider

Posted by "Gerhard Petracek (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DELTASPIKE-68?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerhard Petracek updated DELTASPIKE-68:
---------------------------------------

    Affects Version/s:     (was: 0.1-incubating)
        Fix Version/s:     (was: 0.2-incubating)
                       0.4-incubating
    
> discuss BeanFilter for BeanProvider
> -----------------------------------
>
>                 Key: DELTASPIKE-68
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-68
>             Project: DeltaSpike
>          Issue Type: Task
>          Components: Core
>            Reporter: Gerhard Petracek
>            Assignee: Gerhard Petracek
>             Fix For: 0.4-incubating
>
>
> to cover all special cases (e.g. a required combination of qualifiers,...) we could provide the possibility to filter beans e.g.:
> List<MyType> result = BeanProvider.getContextualReference(MyType.class, new BeanFilter<MyType>() {
>     @Override
>     public boolean filterBean(Bean<MyType> currentBean)
>     {
>         //...
>     }
> });

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (DELTASPIKE-68) discuss BeanFilter for BeanProvider

Posted by "Gerhard Petracek (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DELTASPIKE-68?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gerhard Petracek updated DELTASPIKE-68:
---------------------------------------

          Component/s: Core
    Affects Version/s: 0.1-incubating
        Fix Version/s: 0.2-incubating
    
> discuss BeanFilter for BeanProvider
> -----------------------------------
>
>                 Key: DELTASPIKE-68
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-68
>             Project: DeltaSpike
>          Issue Type: Task
>          Components: Core
>    Affects Versions: 0.1-incubating
>            Reporter: Gerhard Petracek
>            Assignee: Gerhard Petracek
>             Fix For: 0.2-incubating
>
>
> to cover all special cases (e.g. a required combination of qualifiers,...) we could provide the possibility to filter beans e.g.:
> List<MyType> result = BeanProvider.getContextualReference(MyType.class, new BeanFilter<MyType>() {
>     @Override
>     public boolean filterBean(Bean<MyType> currentBean)
>     {
>         //...
>     }
> });

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira