Class ConversionScheduledWriter
- java.lang.Object
-
- org.nuxeo.ecm.automation.jaxrs.io.EntityWriter<ConversionScheduled>
-
- org.nuxeo.ecm.restapi.jaxrs.io.conversion.ConversionScheduledWriter
-
- All Implemented Interfaces:
javax.ws.rs.ext.MessageBodyWriter<ConversionScheduled>
@Provider public class ConversionScheduledWriter extends EntityWriter<ConversionScheduled>
- Since:
- 7.4
-
-
Field Summary
Fields Modifier and Type Field Description static StringENTITY_TYPE-
Fields inherited from class org.nuxeo.ecm.automation.jaxrs.io.EntityWriter
factory
-
-
Constructor Summary
Constructors Constructor Description ConversionScheduledWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetEntityType()get the Entity type of the current entity type.protected voidwriteEntityBody(com.fasterxml.jackson.core.JsonGenerator jg, ConversionScheduled conversionScheduled)Write the body of the entity.-
Methods inherited from class org.nuxeo.ecm.automation.jaxrs.io.EntityWriter
getSize, isWriteable, writeEntity, writeTo
-
-
-
-
Field Detail
-
ENTITY_TYPE
public static final String ENTITY_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
writeEntityBody
protected void writeEntityBody(com.fasterxml.jackson.core.JsonGenerator jg, ConversionScheduled conversionScheduled) throws IOExceptionDescription copied from class:EntityWriterWrite the body of the entity. The object has already been opened and it entity-type rendered.- Specified by:
writeEntityBodyin classEntityWriter<ConversionScheduled>- Throws:
IOException
-
getEntityType
protected String getEntityType()
Description copied from class:EntityWriterget the Entity type of the current entity type. It MUST follow camelCase notation- Specified by:
getEntityTypein classEntityWriter<ConversionScheduled>- Returns:
- the string representing the entity-type.
-
-