groupMember
Hi Nuxeo i was trying to get the member of the group but it is not working it is returning null in all cases code is Group group = new Group(); group.setGroupName(groupRequest.GroupName); group.setGroupLabel(groupRequest.GroupLable); ...
0 votes
1 answers
1 comments
1033 views
I have added two properties in Group Schema XSD file. I also added Extension to contribute the same. But I couldn't see those properties in schema API calls.
0 votes
0 answers
0 comments
823 views
Hi, i'm trying to add several users to a group using java client but it doesnt work.The users and the group are already created. The functions i have tried for this are: org.nuxeo.client.object.user.UserManager.addUserToGroup ...
0 votes
1 answers
0 comments
2034 views
Hello people.I am using the getMemberUsers() method of the NuxeoGroup interface.I am facing a problem here.It always returns me an empty List
0 votes
0 answers
3 comments
1461 views