public class

AttachRecordMessageProcessor

extends AbstractMessageProcessor<O>
implements Disposable Initialisable Startable Stoppable MessageProcessor
java.lang.Object
   ↳ org.mule.module.netsuite.processors.AbstractExpressionEvaluator
     ↳ org.mule.module.netsuite.processors.AbstractMessageProcessor<O>
       ↳ org.mule.module.netsuite.processors.AttachRecordMessageProcessor

Class Overview

AttachRecordMessageProcessor invokes the attachRecord(org.mule.module.netsuite.RecordTypeEnum, java.lang.String, org.mule.module.netsuite.RecordIdType, org.mule.module.netsuite.RecordTypeEnum, java.lang.String, org.mule.module.netsuite.RecordIdType, org.mule.module.netsuite.RecordTypeEnum, java.lang.String, org.mule.module.netsuite.RecordIdType) method in NetSuiteCloudConnector. For each argument there is a field in this processor to match it. Before invoking the actual method the processor will evaluate and transform where possible to the expected argument type.

Summary

[Expand]
Inherited Constants
From interface org.mule.api.lifecycle.Disposable
From interface org.mule.api.lifecycle.Initialisable
From interface org.mule.api.lifecycle.Startable
From interface org.mule.api.lifecycle.Stoppable
Fields
protected String _contanctIdType
protected RecordIdType _contanctIdTypeType
protected RecordTypeEnum _contanctRecordTypeType
protected String _destinationIdType
protected RecordIdType _destinationIdTypeType
protected RecordTypeEnum _destinationRecordTypeType
protected String _sourceIdType
protected RecordIdType _sourceIdTypeType
protected RecordTypeEnum _sourceRecordTypeType
protected Object contanctId
protected Object contanctIdType
protected Object contanctRecordType
protected Object destinationId
protected Object destinationIdType
protected Object destinationRecordType
protected Object sourceId
protected Object sourceIdType
protected Object sourceRecordType
[Expand]
Inherited Fields
From class org.mule.module.netsuite.processors.AbstractMessageProcessor
Public Constructors
AttachRecordMessageProcessor()
Public Methods
void dispose()
void initialise()
Obtains the expression manager from the Mule context and initialises the connector.
MuleEvent process(MuleEvent event)
Invokes the MessageProcessor.
void setContanctId(Object value)
Sets contanctId
void setContanctIdType(Object value)
Sets contanctIdType
void setContanctRecordType(Object value)
Sets contanctRecordType
void setDestinationId(Object value)
Sets destinationId
void setDestinationIdType(Object value)
Sets destinationIdType
void setDestinationRecordType(Object value)
Sets destinationRecordType
void setFlowConstruct(FlowConstruct flowConstruct)
Sets flow construct
void setMuleContext(MuleContext context)
Set the Mule context
void setSourceId(Object value)
Sets sourceId
void setSourceIdType(Object value)
Sets sourceIdType
void setSourceRecordType(Object value)
Sets sourceRecordType
void start()
void stop()
[Expand]
Inherited Methods
From class org.mule.module.netsuite.processors.AbstractMessageProcessor
From class org.mule.module.netsuite.processors.AbstractExpressionEvaluator
From class java.lang.Object
From interface org.mule.api.construct.FlowConstructAware
From interface org.mule.api.context.MuleContextAware
From interface org.mule.api.lifecycle.Disposable
From interface org.mule.api.lifecycle.Initialisable
From interface org.mule.api.lifecycle.Startable
From interface org.mule.api.lifecycle.Stoppable
From interface org.mule.api.processor.MessageProcessor

Fields

protected String _contanctIdType

protected RecordIdType _contanctIdTypeType

protected RecordTypeEnum _contanctRecordTypeType

protected String _destinationIdType

protected RecordIdType _destinationIdTypeType

protected RecordTypeEnum _destinationRecordTypeType

protected String _sourceIdType

protected RecordIdType _sourceIdTypeType

protected RecordTypeEnum _sourceRecordTypeType

protected Object contanctId

protected Object contanctIdType

protected Object contanctRecordType

protected Object destinationId

protected Object destinationIdType

protected Object destinationRecordType

protected Object sourceId

protected Object sourceIdType

protected Object sourceRecordType

Public Constructors

public AttachRecordMessageProcessor ()

Public Methods

public void dispose ()

public void initialise ()

Obtains the expression manager from the Mule context and initialises the connector. If a target object has not been set already it will search the Mule registry for a default one.

Throws
InitialisationException

public MuleEvent process (MuleEvent event)

Invokes the MessageProcessor.

Parameters
event MuleEvent to be processed
Throws
MuleException

public void setContanctId (Object value)

Sets contanctId

Parameters
value Value to set

public void setContanctIdType (Object value)

Sets contanctIdType

Parameters
value Value to set

public void setContanctRecordType (Object value)

Sets contanctRecordType

Parameters
value Value to set

public void setDestinationId (Object value)

Sets destinationId

Parameters
value Value to set

public void setDestinationIdType (Object value)

Sets destinationIdType

Parameters
value Value to set

public void setDestinationRecordType (Object value)

Sets destinationRecordType

Parameters
value Value to set

public void setFlowConstruct (FlowConstruct flowConstruct)

Sets flow construct

Parameters
flowConstruct Flow construct to set

public void setMuleContext (MuleContext context)

Set the Mule context

Parameters
context Mule context to set

public void setSourceId (Object value)

Sets sourceId

Parameters
value Value to set

public void setSourceIdType (Object value)

Sets sourceIdType

Parameters
value Value to set

public void setSourceRecordType (Object value)

Sets sourceRecordType

Parameters
value Value to set

public void start ()

Throws
MuleException

public void stop ()

Throws
MuleException