If I change some property (add aspect for example) in a scheduled Job, I get "modifier" property changed to "System".
public class ExampleCronJob implements StatefulJob {
public void execute(JobExecutionContext ctx) throws JobExecutionException {
...
nodeService.addAspect(ref, ASPECT_EXAMPLE);
...
}
Is it possible to do this and leave "modifier" parameter unchanged?
Solved! Go to Solution.
You should be able to disable the behaviour of the auditable aspect. See for example:
Regards,
Jan
ps. you should be able to find examples within the core code (repository or open source extensions), eg.
... etc
or search web for more general discussions, eg.
... etc
You should be able to disable the behaviour of the auditable aspect. See for example:
Regards,
Jan
ps. you should be able to find examples within the core code (repository or open source extensions), eg.
... etc
or search web for more general discussions, eg.
... etc
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.