Behaviour binding
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-08-2013 04:01 PM
Hi all,
I want to define a behaviour (in javascript) that has to trigger just when one (or more), specific property has been updated (e.g. only cm:name or xx:yyyy property). I've seen that this is possible in Java with bindPropertyBehaviour method of PolicyComponent class. Is there a similar way in javascript (or -context.xml configuration)?
I want to define a behaviour (in javascript) that has to trigger just when one (or more), specific property has been updated (e.g. only cm:name or xx:yyyy property). I've seen that this is possible in Java with bindPropertyBehaviour method of PolicyComponent class. Is there a similar way in javascript (or -context.xml configuration)?
Labels:
- Labels:
-
Archive
7 REPLIES 7
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-08-2013 11:41 PM
Behavior should be implemented in java ,You can use rule and action to implement your function
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2013 06:44 AM
can you share an example from scratch ?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2013 09:45 PM
example for what ? rule/action or policy/behaviour.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2013 12:35 AM
for policy/behavior
actually i want to call my application when a node is being deleted or deleted
actually i want to call my application when a node is being deleted or deleted
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2013 08:39 PM
You can refer to the Aspect SDK example(SDK CustomAspect project) in Alfresco SDK.
It is a good example of how to implement policy/behavior.
It is a good example of how to implement policy/behavior.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2013 03:23 AM
thanks that helped
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2013 03:42 AM
You are welcome ,good luck.
