DirectoryEntry
's list from the Nuxeo Rest API thanks to the JAX-RS marshaller
JsonCoreIODelegate
.@Deprecated public class DirectoryEntriesWriter extends EntityListWriter<DirectoryEntry>
Modifier and Type | Field and Description |
---|---|
static String |
ENTITY_TYPE
Deprecated.
|
factory
Constructor and Description |
---|
DirectoryEntriesWriter()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected String |
getEntityType()
Deprecated.
Returns the entity-type value of the list (ie: users, groups....)
|
protected void |
writeItem(org.codehaus.jackson.JsonGenerator jg,
DirectoryEntry item)
Deprecated.
Writes the item in a JsonGenerator.
|
isWriteable, writeEntityBody, writeHeader, writePaginableHeader
getSize, writeEntity, writeTo
public static final String ENTITY_TYPE
public DirectoryEntriesWriter()
protected String getEntityType()
EntityListWriter
getEntityType
in class EntityListWriter<DirectoryEntry>
protected void writeItem(org.codehaus.jackson.JsonGenerator jg, DirectoryEntry item) throws IOException
EntityListWriter
writeItem
in class EntityListWriter<DirectoryEntry>
IOException
Copyright © 2015 Nuxeo SA. All rights reserved.