I am new to Alfresco and I have the responsibility of migrating content into newly created Alfresco (5.0.1) specialized types within our Alfresco environment. My questions is how can I migrate data to these specialized types via the REST API?
If you don't want to use a library like OpenCMIS (or its equivalent in another language) you can use the AtomPub binding directly. You can read the CMIS spec for info on how to update properties via the raw binding.
I think CMIS might be a bit too much for what i am trying to do. All I need to do is bulk add some documents and metadata to Alfreso in a one time push. CMIS seems like something that I would use if I wanted an ongoing connection from one CMS to another CMS. Can I use the SOAP or REST API to add content to these specialized types?