cancel
Showing results for 
Search instead for 
Did you mean: 

creating or edit new schema without using nuxeo studio

Bhagat__Singh
Champ in-the-making
Champ in-the-making

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

1 REPLY 1

Rodri_
Star Contributor
Star Contributor

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.