Hi All,i am new to alfresco,i have one query about inserting the metadata table values using Cmis query or Alfresco Java API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-09-2018 12:34 AM
I am able to create and modify meta-data values using Alfresco(Frontend),my query is how to insert a record into meta-data table using cmis or JAVA API.
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-09-2018 04:51 AM
You can find information related to CMIS at keensoft - Alfresco Learning - EN.pdf
To start with the JAVA API, I recommend you to learn from:
Getting Started with the Alfresco Maven SDK | ECMArchitect | Alfresco Developer Tutorials
Working With Custom Content Types in Alfresco | ECMArchitect | Alfresco Developer Tutorials
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-09-2018 05:36 AM
Thank you so much for you are response.
I have already done Alfresco maven SDK.but my problem is to track the one model aspect value by using another model aspect in alfresco.I am do not know how to insert a value into model aspect using java API.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-09-2018 05:38 AM
This is why you have to read Jeff Potts‌ tutorials, to understand how works NodeService and other tools from the Java API.
