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 ?
Solved! Go to Solution.
There is no behaviour for that.
Why do you want to disable the call to the Transform Service?
There is no behaviour for that.
Why do you want to disable the call to the Transform Service?
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
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.