java.lang.Object | ||||
↳ | org.mule.modules.janrain.processors.AbstractExpressionEvaluator | |||
↳ | org.mule.modules.janrain.processors.AbstractConnectedProcessor | |||
↳ | org.mule.modules.janrain.processors.AbstractMessageProcessor<O> | |||
↳ | org.mule.modules.janrain.processors.EntityDeleteMessageProcessor |
EntityDeleteMessageProcessor invokes the entityDelete(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String)
method in JanrainConnector
. 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.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
_access_tokenType | |||||||||||
_attribute_nameType | |||||||||||
_client_idType | |||||||||||
_client_secretType | |||||||||||
_createdType | |||||||||||
_idType | |||||||||||
_key_attributeType | |||||||||||
_key_valueType | |||||||||||
_last_updatedType | |||||||||||
_type_nameType | |||||||||||
_uuidType | |||||||||||
access_token | |||||||||||
attribute_name | |||||||||||
client_id | |||||||||||
client_secret | |||||||||||
created | |||||||||||
id | |||||||||||
key_attribute | |||||||||||
key_value | |||||||||||
last_updated | |||||||||||
type_name | |||||||||||
uuid |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Obtains the expression manager from the Mule context and initialises the connector.
| |||||||||||
Invokes the MessageProcessor.
| |||||||||||
Sets access_token
| |||||||||||
Sets attribute_name
| |||||||||||
Sets client_id
| |||||||||||
Sets client_secret
| |||||||||||
Sets created
| |||||||||||
Sets flow construct
| |||||||||||
Sets id
| |||||||||||
Sets key_attribute
| |||||||||||
Sets key_value
| |||||||||||
Sets last_updated
| |||||||||||
Set the Mule context
| |||||||||||
Sets type_name
| |||||||||||
Sets uuid
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
inputMetadata |
---|
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.
InitialisationException |
---|
Invokes the MessageProcessor.
event | MuleEvent to be processed |
---|
MuleException |
---|
Sets access_token
value | Value to set |
---|
Sets attribute_name
value | Value to set |
---|
Sets client_id
value | Value to set |
---|
Sets client_secret
value | Value to set |
---|
Sets created
value | Value to set |
---|
Sets flow construct
flowConstruct | Flow construct to set |
---|
Sets id
value | Value to set |
---|
Sets key_attribute
value | Value to set |
---|
Sets key_value
value | Value to set |
---|
Sets last_updated
value | Value to set |
---|
Set the Mule context
context | Mule context to set |
---|
Sets type_name
value | Value to set |
---|
Sets uuid
value | Value to set |
---|
MuleException |
---|
MuleException |
---|