I made a new content model wich has new properties an aspects…my questions is: How can I set the values of this properties when a new content is uploaded using the web services client?
Thanks for answer. I think I didn't explain my question properly, so let me explain better.
Following the indications of this document : http://wiki.alfresco.com/wiki/Data_Dictionary_Guide#API I created a new Content Model file based on the Alfresco dictionary, then I made the new content model file available to the Alfresco container as an extension and I created a context file that points the new content model.
I'm using the alfresco Web Service Client, so my question is : How to create a Java package in order to extract a predefined list of metadata and how to alow the execution of the Java classes when a specified type of file is uploaded to the Alfresco repository?