public class

QueryMessageProcessor

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

Class Overview

QueryMessageProcessor invokes the query(java.lang.String, java.lang.String, java.lang.String, com.computime.maximo.MaximoQueryEntry, com.computime.maximo.MaximoConnector.OperandMode, java.lang.String, boolean, java.lang.Integer, java.lang.Integer, 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 String _baseLanguageType
protected String _creationDateTimeType
protected String _maximoVersionType
protected Integer _maximumItemsType
protected String _messageIdType
protected String _objectStructureNameType
protected MaximoConnector.OperandMode _operandModeType
protected String _orderByType
protected MaximoQueryEntry _queryConditionsType
protected String _queryType
protected Integer _rsStartType
protected String _transLanguageType
protected boolean _uniqueResultType
protected String _webServiceNameType
protected Object baseLanguage
protected Object creationDateTime
protected Object maximoVersion
protected Object maximumItems
protected Object messageId
protected Object objectStructureName
protected Object operandMode
protected Object orderBy
protected Object query
protected Object queryConditions
protected Object rsStart
protected Object transLanguage
protected Object uniqueResult
protected Object webServiceName
[Expand]
Inherited Fields
From class org.mule.devkit.processor.DevkitBasedMessageProcessor
Public Constructors
QueryMessageProcessor(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 setBaseLanguage(Object value)
Sets baseLanguage
void setCreationDateTime(Object value)
Sets creationDateTime
void setMaximoVersion(Object value)
Sets maximoVersion
void setMaximumItems(Object value)
Sets maximumItems
void setMessageId(Object value)
Sets messageId
void setObjectStructureName(Object value)
Sets objectStructureName
void setOperandMode(Object value)
Sets operandMode
void setOrderBy(Object value)
Sets orderBy
void setQuery(Object value)
Sets query
void setQueryConditions(Object value)
Sets queryConditions
void setRsStart(Object value)
Sets rsStart
void setTransLanguage(Object value)
Sets transLanguage
void setUniqueResult(Object value)
Sets uniqueResult
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 String _baseLanguageType

protected String _creationDateTimeType

protected String _maximoVersionType

protected Integer _maximumItemsType

protected String _messageIdType

protected String _objectStructureNameType

protected MaximoConnector.OperandMode _operandModeType

protected String _orderByType

protected MaximoQueryEntry _queryConditionsType

protected String _queryType

protected Integer _rsStartType

protected String _transLanguageType

protected boolean _uniqueResultType

protected String _webServiceNameType

protected Object baseLanguage

protected Object creationDateTime

protected Object maximoVersion

protected Object maximumItems

protected Object messageId

protected Object objectStructureName

protected Object operandMode

protected Object orderBy

protected Object query

protected Object queryConditions

protected Object rsStart

protected Object transLanguage

protected Object uniqueResult

protected Object webServiceName

Public Constructors

public QueryMessageProcessor (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 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 setMaximumItems (Object value)

Sets maximumItems

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

Sets operandMode

Parameters
value Value to set

public void setOrderBy (Object value)

Sets orderBy

Parameters
value Value to set

public void setQuery (Object value)

Sets query

Parameters
value Value to set

public void setQueryConditions (Object value)

Sets queryConditions

Parameters
value Value to set

public void setRsStart (Object value)

Sets rsStart

Parameters
value Value to set

public void setTransLanguage (Object value)

Sets transLanguage

Parameters
value Value to set

public void setUniqueResult (Object value)

Sets uniqueResult

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