public class

UpdateMessageProcessor

extends DevkitBasedMessageProcessor
implements MessageProcessor OperationMetaDataEnabled
java.lang.Object
   ↳ org.mule.devkit.processor.ExpressionEvaluatorSupport
     ↳ org.mule.devkit.processor.DevkitBasedMessageProcessor
       ↳ com.computime.maximo.processors.UpdateMessageProcessor

Class Overview

UpdateMessageProcessor invokes the update(java.lang.String, java.lang.String, com.computime.maximo.MaximoConnector.Action, java.util.List, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String) method in MaximoConnector. 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 MaximoConnector.Action _actionType
protected String _baseLanguageType
protected String _creationDateTimeType
protected String _maximoVersionType
protected String _messageIdType
protected String _objectStructureNameType
protected String _transLanguageType
protected List<MaximoUpdateEntry> _udpateEntriesType
protected String _webServiceNameType
protected Object action
protected Object baseLanguage
protected Object creationDateTime
protected Object maximoVersion
protected Object messageId
protected Object objectStructureName
protected Object transLanguage
protected Object udpateEntries
protected Object webServiceName
[Expand]
Inherited Fields
From class org.mule.devkit.processor.DevkitBasedMessageProcessor
Public Constructors
UpdateMessageProcessor(String operationName)
Public Methods
void dispose()
MuleEvent doProcess(MuleEvent event)
Invokes the MessageProcessor.
Result<MetaData> getGenericMetaData(MetaDataKey metaDataKey)
Result<MetaData> getInputMetaData()
Result<MetaData> getOutputMetaData(MetaData inputMetadata)
void initialise()
Obtains the expression manager from the Mule context and initialises the connector.
void setAction(Object value)
Sets action
void setBaseLanguage(Object value)
Sets baseLanguage
void setCreationDateTime(Object value)
Sets creationDateTime
void setMaximoVersion(Object value)
Sets maximoVersion
void setMessageId(Object value)
Sets messageId
void setObjectStructureName(Object value)
Sets objectStructureName
void setTransLanguage(Object value)
Sets transLanguage
void setUdpateEntries(Object value)
Sets udpateEntries
void setWebServiceName(Object value)
Sets webServiceName
void start()
void stop()
[Expand]
Inherited Methods
From class org.mule.devkit.processor.DevkitBasedMessageProcessor
From class org.mule.devkit.processor.ExpressionEvaluatorSupport
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
From interface org.mule.common.metadata.MetaDataDescriptor

Fields

protected MaximoConnector.Action _actionType

protected String _baseLanguageType

protected String _creationDateTimeType

protected String _maximoVersionType

protected String _messageIdType

protected String _objectStructureNameType

protected String _transLanguageType

protected List<MaximoUpdateEntry> _udpateEntriesType

protected String _webServiceNameType

protected Object action

protected Object baseLanguage

protected Object creationDateTime

protected Object maximoVersion

protected Object messageId

protected Object objectStructureName

protected Object transLanguage

protected Object udpateEntries

protected Object webServiceName

Public Constructors

public UpdateMessageProcessor (String operationName)

Parameters
operationName

Public Methods

public void dispose ()

public MuleEvent doProcess (MuleEvent event)

Invokes the MessageProcessor.

Parameters
event MuleEvent to be processed
Throws
Exception

public Result<MetaData> getGenericMetaData (MetaDataKey metaDataKey)

Parameters
metaDataKey

public Result<MetaData> getInputMetaData ()

public Result<MetaData> getOutputMetaData (MetaData inputMetadata)

Parameters
inputMetadata

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 void setAction (Object value)

Sets action

Parameters
value Value to set

public void setBaseLanguage (Object value)

Sets baseLanguage

Parameters
value Value to set

public void setCreationDateTime (Object value)

Sets creationDateTime

Parameters
value Value to set

public void setMaximoVersion (Object value)

Sets maximoVersion

Parameters
value Value to set

public void setMessageId (Object value)

Sets messageId

Parameters
value Value to set

public void setObjectStructureName (Object value)

Sets objectStructureName

Parameters
value Value to set

public void setTransLanguage (Object value)

Sets transLanguage

Parameters
value Value to set

public void setUdpateEntries (Object value)

Sets udpateEntries

Parameters
value Value to set

public void setWebServiceName (Object value)

Sets webServiceName

Parameters
value Value to set

public void start ()

Throws
MuleException

public void stop ()

Throws
MuleException