@Setup(mode=SINGLETON, priority=2000) public class NuxeoGroupJsonReader extends EntityJsonReader<NuxeoGroup>
NuxeoGroup
.
Format is (any additional json property is ignored):
{ "entity-type":"group", "groupname": "GROUP_NAME", "grouplabel": "GROUP_DISPLAY_NAME", "memberUsers": [ "USERNAME1", "USERNAME2", ... ], "memberGroups": [ "GROUPNAME1", "GROUPNAME2", ... ] }
Constructor and Description |
---|
NuxeoGroupJsonReader() |
read
accept, read
Copyright © 2015 Nuxeo SA. All rights reserved.