public class

ConfigurableBatchJob

extends Object
java.lang.Object
   ↳ org.mule.modules.neo4j.model.ConfigurableBatchJob

Class Overview

This class exists only because DevKit+Mule chokes if BatchJob is used as a @Processor parameter: Mule's auto-transformation tries to deserialize its members as if they were JSON strings because of the Jackson annotations.

Summary

Fields
private Map<String, Object> bodyEntries
private Integer id
private BatchJob.Method method
private String to
Public Constructors
ConfigurableBatchJob()
Public Methods
Map<String, Object> getBodyEntries()
Integer getId()
BatchJob.Method getMethod()
String getTo()
void setBodyEntries(Map<String, Object> bodyEntries)
void setId(Integer id)
void setMethod(BatchJob.Method method)
void setTo(String to)
BatchJob toBatchJob()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private Map<String, Object> bodyEntries

private Integer id

private BatchJob.Method method

private String to

Public Constructors

public ConfigurableBatchJob ()

Public Methods

public Map<String, Object> getBodyEntries ()

public Integer getId ()

public BatchJob.Method getMethod ()

public String getTo ()

public void setBodyEntries (Map<String, Object> bodyEntries)

Parameters
bodyEntries

public void setId (Integer id)

Parameters
id

public void setMethod (BatchJob.Method method)

Parameters
method

public void setTo (String to)

Parameters
to

public BatchJob toBatchJob ()