Re: [rules-users] condition on size of list

2014-07-14 Thread Michael Anstis
See my other reply.


On 11 July 2014 10:08, sumit dhaniya  wrote:

> After restarting the server it started showing list in import suggestions
> but still it doesn't shows size and other list operation on the list's in
> my object. For eg.
>
> class A {
> List bList = new ArrayList();
> }
>
> now it shows bList as a variable but it doesn't shows size and related
> list function instead shows collection functions like contains etc.
>
> Can't I use it like both a collection as well as List?
>
>
> On Thu, Jul 10, 2014 at 7:53 PM, sumit dhaniya 
> wrote:
>
>> I already tried building the project do I need to do something else to
>> get java.util.List get listed in the import suggestions of my file because
>> even when I removed java.lang.Number from the project imports it still
>> shows it in the import suggestion in config of my rule files.
>>
>>
>> On Thu, Jul 10, 2014 at 7:41 PM, sumit dhaniya 
>> wrote:
>>
>>> First I tried by adding java.util.List, it didn't showed as import type
>>> in config of the file.
>>> Then I thought it might not pick interfaces so I also
>>> imported java.util.ArrayList but still it doesn't shows it.
>>>
>>> I tried building project but still no luck.
>>>
>>>
>>> On Thu, Jul 10, 2014 at 7:15 PM, Michael Anstis <
>>> michael.ans...@gmail.com> wrote:
>>>
 You need to add it.


 On 10 July 2014 14:43, sumit dhaniya  wrote:

> It doesn't shows java.util.List in import suggestions
>
>
> On Thu, Jul 10, 2014 at 7:08 PM, Michael Anstis <
> michael.ans...@gmail.com> wrote:
>
>> Did you import java.util.List (in Project Editor's "Import
>> suggestions" and then on the editor's "Config" tab)?
>>
>>
>> On 10 July 2014 13:10, sumit dhaniya  wrote:
>>
>>> listIf I use model classes created in JAVA with some java.util.List
>>> it identifies them as Collection(superclass of List) and then list 
>>> options
>>> like size,first,last doesn't show up. Is there any way I can force these
>>> objects as type of List.
>>>
>>>
>>> On Wed, Jul 9, 2014 at 11:52 PM, Michael Anstis <
>>> michael.ans...@gmail.com> wrote:
>>>
 Yes.

 Create a BRL Condition column and use an expression on the List
 pattern.

 Sent on the move
 On 9 Jul 2014 19:21, "Sumit Dhaniya" 
 wrote:

> I know we can check size of list if we write free form drl but is
> it possible
> to use size of the list as condition in guided decision table?
>
>
>
> --
> View this message in context:
> http://drools.46999.n3.nabble.com/condition-on-size-of-list-tp4030283.html
> Sent from the Drools: User forum mailing list archive at
> Nabble.com.
> ___
> rules-users mailing list
> rules-users@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>

 ___
 rules-users mailing list
 rules-users@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/rules-users

>>>
>>>
>>> ___
>>> rules-users mailing list
>>> rules-users@lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/rules-users
>>>
>>
>>
>> ___
>> rules-users mailing list
>> rules-users@lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/rules-users
>>
>
>
> ___
> rules-users mailing list
> rules-users@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>


 ___
 rules-users mailing list
 rules-users@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/rules-users

>>>
>>>
>>
>
> ___
> rules-users mailing list
> rules-users@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Re: [rules-users] condition on size of list

2014-07-11 Thread sumit dhaniya
After restarting the server it started showing list in import suggestions
but still it doesn't shows size and other list operation on the list's in
my object. For eg.

class A {
List bList = new ArrayList();
}

now it shows bList as a variable but it doesn't shows size and related list
function instead shows collection functions like contains etc.

Can't I use it like both a collection as well as List?


On Thu, Jul 10, 2014 at 7:53 PM, sumit dhaniya 
wrote:

> I already tried building the project do I need to do something else to
> get java.util.List get listed in the import suggestions of my file because
> even when I removed java.lang.Number from the project imports it still
> shows it in the import suggestion in config of my rule files.
>
>
> On Thu, Jul 10, 2014 at 7:41 PM, sumit dhaniya 
> wrote:
>
>> First I tried by adding java.util.List, it didn't showed as import type
>> in config of the file.
>> Then I thought it might not pick interfaces so I also
>> imported java.util.ArrayList but still it doesn't shows it.
>>
>> I tried building project but still no luck.
>>
>>
>> On Thu, Jul 10, 2014 at 7:15 PM, Michael Anstis > > wrote:
>>
>>> You need to add it.
>>>
>>>
>>> On 10 July 2014 14:43, sumit dhaniya  wrote:
>>>
 It doesn't shows java.util.List in import suggestions


 On Thu, Jul 10, 2014 at 7:08 PM, Michael Anstis <
 michael.ans...@gmail.com> wrote:

> Did you import java.util.List (in Project Editor's "Import
> suggestions" and then on the editor's "Config" tab)?
>
>
> On 10 July 2014 13:10, sumit dhaniya  wrote:
>
>> listIf I use model classes created in JAVA with some java.util.List
>> it identifies them as Collection(superclass of List) and then list 
>> options
>> like size,first,last doesn't show up. Is there any way I can force these
>> objects as type of List.
>>
>>
>> On Wed, Jul 9, 2014 at 11:52 PM, Michael Anstis <
>> michael.ans...@gmail.com> wrote:
>>
>>> Yes.
>>>
>>> Create a BRL Condition column and use an expression on the List
>>> pattern.
>>>
>>> Sent on the move
>>> On 9 Jul 2014 19:21, "Sumit Dhaniya"  wrote:
>>>
 I know we can check size of list if we write free form drl but is
 it possible
 to use size of the list as condition in guided decision table?



 --
 View this message in context:
 http://drools.46999.n3.nabble.com/condition-on-size-of-list-tp4030283.html
 Sent from the Drools: User forum mailing list archive at Nabble.com.
 ___
 rules-users mailing list
 rules-users@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/rules-users

>>>
>>> ___
>>> rules-users mailing list
>>> rules-users@lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/rules-users
>>>
>>
>>
>> ___
>> rules-users mailing list
>> rules-users@lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/rules-users
>>
>
>
> ___
> rules-users mailing list
> rules-users@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>


 ___
 rules-users mailing list
 rules-users@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/rules-users

>>>
>>>
>>> ___
>>> rules-users mailing list
>>> rules-users@lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/rules-users
>>>
>>
>>
>
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Re: [rules-users] condition on size of list

2014-07-10 Thread sumit dhaniya
I already tried building the project do I need to do something else to
get java.util.List get listed in the import suggestions of my file because
even when I removed java.lang.Number from the project imports it still
shows it in the import suggestion in config of my rule files.


On Thu, Jul 10, 2014 at 7:41 PM, sumit dhaniya 
wrote:

> First I tried by adding java.util.List, it didn't showed as import type in
> config of the file.
> Then I thought it might not pick interfaces so I also
> imported java.util.ArrayList but still it doesn't shows it.
>
> I tried building project but still no luck.
>
>
> On Thu, Jul 10, 2014 at 7:15 PM, Michael Anstis 
> wrote:
>
>> You need to add it.
>>
>>
>> On 10 July 2014 14:43, sumit dhaniya  wrote:
>>
>>> It doesn't shows java.util.List in import suggestions
>>>
>>>
>>> On Thu, Jul 10, 2014 at 7:08 PM, Michael Anstis <
>>> michael.ans...@gmail.com> wrote:
>>>
 Did you import java.util.List (in Project Editor's "Import suggestions"
 and then on the editor's "Config" tab)?


 On 10 July 2014 13:10, sumit dhaniya  wrote:

> listIf I use model classes created in JAVA with some java.util.List it
> identifies them as Collection(superclass of List) and then list options
> like size,first,last doesn't show up. Is there any way I can force these
> objects as type of List.
>
>
> On Wed, Jul 9, 2014 at 11:52 PM, Michael Anstis <
> michael.ans...@gmail.com> wrote:
>
>> Yes.
>>
>> Create a BRL Condition column and use an expression on the List
>> pattern.
>>
>> Sent on the move
>> On 9 Jul 2014 19:21, "Sumit Dhaniya"  wrote:
>>
>>> I know we can check size of list if we write free form drl but is it
>>> possible
>>> to use size of the list as condition in guided decision table?
>>>
>>>
>>>
>>> --
>>> View this message in context:
>>> http://drools.46999.n3.nabble.com/condition-on-size-of-list-tp4030283.html
>>> Sent from the Drools: User forum mailing list archive at Nabble.com.
>>> ___
>>> rules-users mailing list
>>> rules-users@lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/rules-users
>>>
>>
>> ___
>> rules-users mailing list
>> rules-users@lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/rules-users
>>
>
>
> ___
> rules-users mailing list
> rules-users@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>


 ___
 rules-users mailing list
 rules-users@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/rules-users

>>>
>>>
>>> ___
>>> rules-users mailing list
>>> rules-users@lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/rules-users
>>>
>>
>>
>> ___
>> rules-users mailing list
>> rules-users@lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/rules-users
>>
>
>
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Re: [rules-users] condition on size of list

2014-07-10 Thread sumit dhaniya
First I tried by adding java.util.List, it didn't showed as import type in
config of the file.
Then I thought it might not pick interfaces so I also
imported java.util.ArrayList but still it doesn't shows it.

I tried building project but still no luck.


On Thu, Jul 10, 2014 at 7:15 PM, Michael Anstis 
wrote:

> You need to add it.
>
>
> On 10 July 2014 14:43, sumit dhaniya  wrote:
>
>> It doesn't shows java.util.List in import suggestions
>>
>>
>> On Thu, Jul 10, 2014 at 7:08 PM, Michael Anstis > > wrote:
>>
>>> Did you import java.util.List (in Project Editor's "Import suggestions"
>>> and then on the editor's "Config" tab)?
>>>
>>>
>>> On 10 July 2014 13:10, sumit dhaniya  wrote:
>>>
 listIf I use model classes created in JAVA with some java.util.List it
 identifies them as Collection(superclass of List) and then list options
 like size,first,last doesn't show up. Is there any way I can force these
 objects as type of List.


 On Wed, Jul 9, 2014 at 11:52 PM, Michael Anstis <
 michael.ans...@gmail.com> wrote:

> Yes.
>
> Create a BRL Condition column and use an expression on the List
> pattern.
>
> Sent on the move
> On 9 Jul 2014 19:21, "Sumit Dhaniya"  wrote:
>
>> I know we can check size of list if we write free form drl but is it
>> possible
>> to use size of the list as condition in guided decision table?
>>
>>
>>
>> --
>> View this message in context:
>> http://drools.46999.n3.nabble.com/condition-on-size-of-list-tp4030283.html
>> Sent from the Drools: User forum mailing list archive at Nabble.com.
>> ___
>> rules-users mailing list
>> rules-users@lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/rules-users
>>
>
> ___
> rules-users mailing list
> rules-users@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>


 ___
 rules-users mailing list
 rules-users@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/rules-users

>>>
>>>
>>> ___
>>> rules-users mailing list
>>> rules-users@lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/rules-users
>>>
>>
>>
>> ___
>> rules-users mailing list
>> rules-users@lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/rules-users
>>
>
>
> ___
> rules-users mailing list
> rules-users@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Re: [rules-users] condition on size of list

2014-07-10 Thread Michael Anstis
You need to add it.


On 10 July 2014 14:43, sumit dhaniya  wrote:

> It doesn't shows java.util.List in import suggestions
>
>
> On Thu, Jul 10, 2014 at 7:08 PM, Michael Anstis 
> wrote:
>
>> Did you import java.util.List (in Project Editor's "Import suggestions"
>> and then on the editor's "Config" tab)?
>>
>>
>> On 10 July 2014 13:10, sumit dhaniya  wrote:
>>
>>> listIf I use model classes created in JAVA with some java.util.List it
>>> identifies them as Collection(superclass of List) and then list options
>>> like size,first,last doesn't show up. Is there any way I can force these
>>> objects as type of List.
>>>
>>>
>>> On Wed, Jul 9, 2014 at 11:52 PM, Michael Anstis <
>>> michael.ans...@gmail.com> wrote:
>>>
 Yes.

 Create a BRL Condition column and use an expression on the List pattern.

 Sent on the move
 On 9 Jul 2014 19:21, "Sumit Dhaniya"  wrote:

> I know we can check size of list if we write free form drl but is it
> possible
> to use size of the list as condition in guided decision table?
>
>
>
> --
> View this message in context:
> http://drools.46999.n3.nabble.com/condition-on-size-of-list-tp4030283.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
> ___
> rules-users mailing list
> rules-users@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>

 ___
 rules-users mailing list
 rules-users@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/rules-users

>>>
>>>
>>> ___
>>> rules-users mailing list
>>> rules-users@lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/rules-users
>>>
>>
>>
>> ___
>> rules-users mailing list
>> rules-users@lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/rules-users
>>
>
>
> ___
> rules-users mailing list
> rules-users@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Re: [rules-users] condition on size of list

2014-07-10 Thread sumit dhaniya
It doesn't shows java.util.List in import suggestions


On Thu, Jul 10, 2014 at 7:08 PM, Michael Anstis 
wrote:

> Did you import java.util.List (in Project Editor's "Import suggestions"
> and then on the editor's "Config" tab)?
>
>
> On 10 July 2014 13:10, sumit dhaniya  wrote:
>
>> listIf I use model classes created in JAVA with some java.util.List it
>> identifies them as Collection(superclass of List) and then list options
>> like size,first,last doesn't show up. Is there any way I can force these
>> objects as type of List.
>>
>>
>> On Wed, Jul 9, 2014 at 11:52 PM, Michael Anstis > > wrote:
>>
>>> Yes.
>>>
>>> Create a BRL Condition column and use an expression on the List pattern.
>>>
>>> Sent on the move
>>> On 9 Jul 2014 19:21, "Sumit Dhaniya"  wrote:
>>>
 I know we can check size of list if we write free form drl but is it
 possible
 to use size of the list as condition in guided decision table?



 --
 View this message in context:
 http://drools.46999.n3.nabble.com/condition-on-size-of-list-tp4030283.html
 Sent from the Drools: User forum mailing list archive at Nabble.com.
 ___
 rules-users mailing list
 rules-users@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/rules-users

>>>
>>> ___
>>> rules-users mailing list
>>> rules-users@lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/rules-users
>>>
>>
>>
>> ___
>> rules-users mailing list
>> rules-users@lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/rules-users
>>
>
>
> ___
> rules-users mailing list
> rules-users@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Re: [rules-users] condition on size of list

2014-07-10 Thread Michael Anstis
Did you import java.util.List (in Project Editor's "Import suggestions" and
then on the editor's "Config" tab)?


On 10 July 2014 13:10, sumit dhaniya  wrote:

> listIf I use model classes created in JAVA with some java.util.List it
> identifies them as Collection(superclass of List) and then list options
> like size,first,last doesn't show up. Is there any way I can force these
> objects as type of List.
>
>
> On Wed, Jul 9, 2014 at 11:52 PM, Michael Anstis 
> wrote:
>
>> Yes.
>>
>> Create a BRL Condition column and use an expression on the List pattern.
>>
>> Sent on the move
>> On 9 Jul 2014 19:21, "Sumit Dhaniya"  wrote:
>>
>>> I know we can check size of list if we write free form drl but is it
>>> possible
>>> to use size of the list as condition in guided decision table?
>>>
>>>
>>>
>>> --
>>> View this message in context:
>>> http://drools.46999.n3.nabble.com/condition-on-size-of-list-tp4030283.html
>>> Sent from the Drools: User forum mailing list archive at Nabble.com.
>>> ___
>>> rules-users mailing list
>>> rules-users@lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/rules-users
>>>
>>
>> ___
>> rules-users mailing list
>> rules-users@lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/rules-users
>>
>
>
> ___
> rules-users mailing list
> rules-users@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Re: [rules-users] condition on size of list

2014-07-10 Thread sumit dhaniya
listIf I use model classes created in JAVA with some java.util.List it
identifies them as Collection(superclass of List) and then list options
like size,first,last doesn't show up. Is there any way I can force these
objects as type of List.


On Wed, Jul 9, 2014 at 11:52 PM, Michael Anstis 
wrote:

> Yes.
>
> Create a BRL Condition column and use an expression on the List pattern.
>
> Sent on the move
> On 9 Jul 2014 19:21, "Sumit Dhaniya"  wrote:
>
>> I know we can check size of list if we write free form drl but is it
>> possible
>> to use size of the list as condition in guided decision table?
>>
>>
>>
>> --
>> View this message in context:
>> http://drools.46999.n3.nabble.com/condition-on-size-of-list-tp4030283.html
>> Sent from the Drools: User forum mailing list archive at Nabble.com.
>> ___
>> rules-users mailing list
>> rules-users@lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/rules-users
>>
>
> ___
> rules-users mailing list
> rules-users@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Re: [rules-users] condition on size of list

2014-07-09 Thread Michael Anstis
Yes.

Create a BRL Condition column and use an expression on the List pattern.

Sent on the move
On 9 Jul 2014 19:21, "Sumit Dhaniya"  wrote:

> I know we can check size of list if we write free form drl but is it
> possible
> to use size of the list as condition in guided decision table?
>
>
>
> --
> View this message in context:
> http://drools.46999.n3.nabble.com/condition-on-size-of-list-tp4030283.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
> ___
> rules-users mailing list
> rules-users@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

[rules-users] condition on size of list

2014-07-09 Thread Sumit Dhaniya
I know we can check size of list if we write free form drl but is it possible
to use size of the list as condition in guided decision table?



--
View this message in context: 
http://drools.46999.n3.nabble.com/condition-on-size-of-list-tp4030283.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users