creating or edit new schema without using nuxeo studio

Hi , I don"t want to use the nuxeo studio to configure the schema , to create new document type , to create new permission , to create new role and manage multi tenant concept above all i want to do using java client sdk. please help me in this Regards

0 votes

1 answers

1125 views

ANSWER



Hello,

some actions, like creating new schemas and document types, cannot be done using the Java Client SDK. You will need to create a JAR project and deploy it as a plugin/bundle manually if you don't want to use Nuxeo Studio. For more information, I recommend you to read the following page: https://doc.nuxeo.com/nxdoc/data-modeling/

About the other actions you mentioned, you can check the Java Client documentation page: https://doc.nuxeo.com/client-java/3.2/ There you will find how to manage users and groups for example.

Regards.

1 votes