Execute a java-action when upload document into a concrete folder

Hi,

is there any way to execute a java-action when a document is uploaded into a concrete folder vía WebDAV? For example, in Alfresco ECM is possible to define rules that you can customize and apply to a folder and only are triggered only for that folder. I've been viewing File Manager (https://doc.nuxeo.com/nxdoc/file-manager/) but is triggered for all documents that are uploaded in the repositori…

0 votes

1 answers

1665 views

ANSWER



You can use an event listener / handler : https://doc.nuxeo.com/nxdoc/events-and-listeners/

0 votes