Login  Register

[OFBiz] Users - ECA

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

[OFBiz] Users - ECA

Charles Johnson-2
70 posts
Can someone please tell me what ECa means, as in 'ECA services'?

CJ
 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: [OFBiz] Users - ECA

Andrew Zeneski
108 posts
Event - Condition - Action

On a specific event (during the life-cycle of a service) when the  
conditions are true, run the associated action(s) (other services).

On Nov 20, 2005, at 10:30 AM, Charles Johnson wrote:

> Can someone please tell me what ECa means, as in 'ECA services'?
>
> CJ
>
> _______________________________________________
> Users mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/users


 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users

smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: [OFBiz] Users - ECA

Charles Johnson-2
70 posts
Thanks Andy. So, taking the following extract from
/applications/content/servicedef/secas.xml

     <eca service="sendMail" event="commit">
        <condition field-name="partyId" operator="is-not-empty"/>
        <action service="storeEmailAsCommunication" mode="sync"/>
    </eca>


do I read it correctly?

"When the 'sendMail' service is executed, on the commit event (not sure
how that's defined), if the partyId is present, execute the action
(synonym for service here?) 'storeEmailAsCommunication' synchronously"



CJ

A. Zeneski wrote:

> Event - Condition - Action
>
> On a specific event (during the life-cycle of a service) when the
> conditions are true, run the associated action(s) (other services).
>
> On Nov 20, 2005, at 10:30 AM, Charles Johnson wrote:
>
>> Can someone please tell me what ECa means, as in 'ECA services'?
>>
>> CJ
>>
>> _______________________________________________
>> Users mailing list
>> [hidden email]
>> http://lists.ofbiz.org/mailman/listinfo/users
>
>
>------------------------------------------------------------------------
>
>
>_______________________________________________
>Users mailing list
>[hidden email]
>http://lists.ofbiz.org/mailman/listinfo/users
>
>------------------------------------------------------------------------
>
>No virus found in this incoming message.
>Checked by AVG Free Edition.
>Version: 7.1.362 / Virus Database: 267.13.4/175 - Release Date: 18/11/2005
>  
>
 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: [OFBiz] Users - ECA

Ian Gilbert
59 posts
In reply to this post by Charles Johnson-2
Event, Condition, Action.

This means that actions are performed in response to events provided that
certain conditions hold true.

In Ofbiz we set these up as services using the service engine.  For more
information see http://www.ofbiz.org/docs/services.html

HTH

Ian

On Sun, November 20, 2005 3:30 pm, Charles Johnson wrote:

> Can someone please tell me what ECa means, as in 'ECA services'?
>
>
> CJ
>
>
> _______________________________________________
> Users mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/users
>
>


 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users