- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2023 03:06 AM
I need to disable the call to transformers in a specific piece of java code how can I do it ?
I know I have to disable the behaviour, but I am misconfiguring .....
// Disable the behaviour which prevents the call to the transformers. behaviourFilter.disableBehaviour(myNode, <WHAT I PUT HERE ??>); try { <MY CODE FOR CREATE AND UPDATED NODE> } finally { behaviourFilter.enableBehaviour(myNode, <WHAT I PUT HERE ??>); }
any suggestion ? or alternative solution ?
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2023 03:33 AM
There is no behaviour for that.
Why do you want to disable the call to the Transform Service?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2023 03:33 AM
There is no behaviour for that.
Why do you want to disable the call to the Transform Service?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2023 04:35 AM
Is a strange use case of mine for aovid a conflict between multiple actions, but if it can't be done, it doesn't matter
