Re: [rules-users] Contains an object

2012-04-26 Thread Wolfgang Laun
On 26/04/2012, gboro54 wrote: > Is there a way to use contains with an object? i.e Yes, but've got to follow Java's sytax rules (apart from using additional operators). > > obj:Object(collection contains SubObject(string="TST",int=1)) > The second operand isn't a valid Java expression. Rather

Re: [rules-users] Contains an object

2012-04-26 Thread gboro54
Yes I know that from can be used with DSL. I was just trying to think of a way to do something with a sub part of the object(i.e a dsl entry with a - ) laune wrote > > On 26/04/2012, gboro54 wrote: >> Is there a way to use contains with an object? i.e > > Yes, but've got to follow Ja

Re: [rules-users] Contains an object

2012-04-26 Thread gboro54
I guess I could also have a method on my main object that takes parameters and just do a not null check... gboro54 wrote > > Is there a way to use contains with an object? i.e > > obj:Object(collection contains SubObject(string="TST",int=1)) > > > I know you could do a from but we are writing

[rules-users] Contains an object

2012-04-26 Thread gboro54
Is there a way to use contains with an object? i.e obj:Object(collection contains SubObject(string="TST",int=1)) I know you could do a from but we are writing a DSL and it would be great if I could accomplish something like this above TIA! -- View this message in context: http://drools.46999.