Class Index

A C D F G H I M N O P R S T U

A

AbstractConnectedProcessor  
AbstractDefinitionParser  
AbstractDefinitionParser.ParseDelegate<T>  
AbstractExpressionEvaluator  
AbstractListeningMessageProcessor<O>  
AbstractMessageProcessor<O>  
ApiResponse<T>  

C

Capabilities This interface is implemented for every org.mule.api.annotations.Module annotated class, to dynamically query what its capabilities are. 
Capability Enumeration of possible capabilities of Mule modules. 
Comment Class that represents a comment. 
CommentExpressionHolder  
CommentExpressionHolderTransformer  
CommentRequest Container for the Comment requests 
Connection  
ConnectionManager<K, C extends Connection> Wrapper around org.mule.api.annotations.Connector annotated class that will infuse it with connection management capabilities. 
CountAllCommentsDefinitionParser  
CountAllCommentsMessageProcessor CountAllCommentsMessageProcessor invokes the countAllComments(int) method in DrupalConnector
CountNewCommentsDefinitionParser  
CountNewCommentsMessageProcessor CountNewCommentsMessageProcessor invokes the countNewComments(int, int) method in DrupalConnector
CountRequest A container for the request made to get the amount of comments (and new comments) related to a node. 
CreateCommentDefinitionParser  
CreateCommentMessageProcessor CreateCommentMessageProcessor invokes the createComment(org.mule.modules.drupal.model.Comment) method in DrupalConnector
CreateFileDefinitionParser  
CreateFileMessageProcessor CreateFileMessageProcessor invokes the createFile(org.mule.modules.drupal.model.File) method in DrupalConnector
CreateNodeDefinitionParser  
CreateNodeMessageProcessor CreateNodeMessageProcessor invokes the createNode(org.mule.modules.drupal.model.Node) method in DrupalConnector
CreateTaxonomyTermDefinitionParser  
CreateTaxonomyTermMessageProcessor CreateTaxonomyTermMessageProcessor invokes the createTaxonomyTerm(org.mule.modules.drupal.model.TaxonomyTerm) method in DrupalConnector
CreateTaxonomyVocabularyDefinitionParser  
CreateTaxonomyVocabularyMessageProcessor CreateTaxonomyVocabularyMessageProcessor invokes the createTaxonomyVocabulary(org.mule.modules.drupal.model.TaxonomyVocabulary) method in DrupalConnector
CreateUserDefinitionParser  
CreateUserMessageProcessor CreateUserMessageProcessor invokes the createUser(org.mule.modules.drupal.model.User) method in DrupalConnector
CustomField Drupal use for all custom fields that are not defined by default a list of maps. 
CustomFieldExpressionHolder  
CustomFieldExpressionHolderTransformer  
CustomFieldsMapSerializer Class used to serialize drupal entities. 

D

DefaultSplashScreenAgent Agent implementation to add splash screen information for DevKit extensions at application startup  
DeleteCommentDefinitionParser  
DeleteCommentMessageProcessor DeleteCommentMessageProcessor invokes the deleteComment(int) method in DrupalConnector
DeleteFileDefinitionParser  
DeleteFileMessageProcessor DeleteFileMessageProcessor invokes the deleteFile(int) method in DrupalConnector
DeleteNodeDefinitionParser  
DeleteNodeMessageProcessor DeleteNodeMessageProcessor invokes the deleteNode(int) method in DrupalConnector
DeleteTaxonomyTermDefinitionParser  
DeleteTaxonomyTermMessageProcessor DeleteTaxonomyTermMessageProcessor invokes the deleteTaxonomyTerm(int) method in DrupalConnector
DeleteTaxonomyVocabularyDefinitionParser  
DeleteTaxonomyVocabularyMessageProcessor DeleteTaxonomyVocabularyMessageProcessor invokes the deleteTaxonomyVocabulary(int) method in DrupalConnector
DeleteUserDefinitionParser  
DeleteUserMessageProcessor DeleteUserMessageProcessor invokes the deleteUser(int) method in DrupalConnector
DrupalClient Interface of a Drupal Client to interact with the server. 
DrupalClientFactory Drupal Rest Client Factory. 
DrupalCollection Enum that contains the resources supported by drupal service module. 
DrupalConnector Drupal is an open source content management platform powering millions of websites and applications. 
DrupalConnectorCapabilitiesAdapter A DrupalConnectorCapabilitiesAdapter is a wrapper around DrupalConnector that implements org.mule.api.Capabilities interface. 
DrupalConnectorConfigDefinitionParser  
DrupalConnectorConnectionFactory  
DrupalConnectorConnectionIdentifierAdapter A DrupalConnectorConnectionIdentifierAdapter is a wrapper around DrupalConnector that implements org.mule.devkit.dynamic.api.helper.Connection interface. 
DrupalConnectorConnectionKey A tuple of connection parameters  
DrupalConnectorConnectionManager A DrupalConnectorConnectionManager is a wrapper around DrupalConnector that adds connection management capabilities to the pojo. 
DrupalConnectorLifecycleAdapter A DrupalConnectorLifecycleAdapter is a wrapper around DrupalConnector that adds lifecycle methods to the pojo. 
DrupalConnectorMetadataAdapater A DrupalConnectorMetadataAdapater is a wrapper around DrupalConnector that adds support for querying metadata about the extension. 
DrupalConnectorProcessAdapter A DrupalConnectorProcessAdapter is a wrapper around DrupalConnector that enables custom processing strategies. 
DrupalEntity Base class that contains the meta data of the request 
DrupalEntityDeserealizer Deserializer to handle custom fields deserialization. 
DrupalException  
DrupalNamespaceHandler Registers bean definitions parsers for handling elements in http://www.mulesoft.org/schema/mule/drupal
DrupalRestClient Drupal client to interact with the rest server provided with the service modulo. 

F

File Class that represents a File 
FileExpressionHolder  
FileExpressionHolderTransformer  

G

GetCommentsForNodeDefinitionParser  
GetCommentsForNodeMessageProcessor GetCommentsForNodeMessageProcessor invokes the getCommentsForNode(int) method in DrupalConnector
GetFilesForNodeDefinitionParser  
GetFilesForNodeMessageProcessor GetFilesForNodeMessageProcessor invokes the getFilesForNode(int) method in DrupalConnector
GetNodesWithTermDefinitionParser  
GetNodesWithTermMessageProcessor GetNodesWithTermMessageProcessor invokes the getNodesWithTerm(int) method in DrupalConnector
GetTaxonomyVocabularyTreeDefinitionParser  
GetTaxonomyVocabularyTreeMessageProcessor GetTaxonomyVocabularyTreeMessageProcessor invokes the getTaxonomyVocabularyTree(int, int, int) method in DrupalConnector
GsonFactory GsonFactory that creates a Gson with custom serializers and deserializers. 

H

HttpCallback  
HttpCallbackAdapter  

I

IndexCommentsDefinitionParser  
IndexCommentsMessageProcessor IndexCommentsMessageProcessor invokes the indexComments(java.util.List, int, int) method in DrupalConnector
IndexFilesDefinitionParser  
IndexFilesMessageProcessor IndexFilesMessageProcessor invokes the indexFiles(java.util.List, int, int) method in DrupalConnector
IndexNodesDefinitionParser  
IndexNodesMessageProcessor IndexNodesMessageProcessor invokes the indexNodes(java.util.List, int, int) method in DrupalConnector
IndexTaxonomyTermsDefinitionParser  
IndexTaxonomyTermsMessageProcessor IndexTaxonomyTermsMessageProcessor invokes the indexTaxonomyTerms(java.util.List, int, int) method in DrupalConnector
IndexTaxonomyVocabularyDefinitionParser  
IndexTaxonomyVocabularyMessageProcessor IndexTaxonomyVocabularyMessageProcessor invokes the indexTaxonomyVocabulary(java.util.List, int, int) method in DrupalConnector
IndexUsersDefinitionParser  
IndexUsersMessageProcessor IndexUsersMessageProcessor invokes the indexUsers(java.util.List, int, int) method in DrupalConnector

M

ManagedConnectionProcessInterceptor<T>  
ManagedConnectionProcessTemplate<P>  
MetadataAware This interface is implemented for every org.mule.api.annotations.Module and org.mule.api.annotations.Connector annotated class and its purpose is to define a contract to query the annotated class about its metadata. 

N

NestedProcessorChain  
Node Class that represents a Node. 
NodeExpressionHolder  
NodeExpressionHolderTransformer  
NodeRequest Container for the Node requests 
NotAuthorizedException  

O

OAuth1Adapter  
OAuth2Adapter  
OAuthAdapter  
OAuthManager<C extends OAuthAdapter> Wrapper around org.mule.api.annotations.oauth.OAuth annotated class that will infuse it with access token management capabilities. 

P

PoolManager  
ProcessAdapter<O>  
ProcessCallback<T, O> Callback with logic to execute within a controlled environment provided by ProcessTemplate 
ProcessCallbackProcessInterceptor<T, O>  
ProcessInterceptor<T, O>  
ProcessTemplate<T, O> ProcessTemplate provides a processing context for message processing. 

R

ReadCommentDefinitionParser  
ReadCommentMessageProcessor ReadCommentMessageProcessor invokes the readComment(java.lang.String) method in DrupalConnector
ReadFileDefinitionParser  
ReadFileMessageProcessor ReadFileMessageProcessor invokes the readFile(java.lang.String) method in DrupalConnector
ReadNodeDefinitionParser  
ReadNodeMessageProcessor ReadNodeMessageProcessor invokes the readNode(java.lang.String) method in DrupalConnector
ReadTaxonomyTermDefinitionParser  
ReadTaxonomyTermMessageProcessor ReadTaxonomyTermMessageProcessor invokes the readTaxonomyTerm(java.lang.String) method in DrupalConnector
ReadTaxonomyVocabularyDefinitionParser  
ReadTaxonomyVocabularyMessageProcessor ReadTaxonomyVocabularyMessageProcessor invokes the readTaxonomyVocabulary(java.lang.String) method in DrupalConnector
ReadUserDefinitionParser  
ReadUserMessageProcessor ReadUserMessageProcessor invokes the readUser(java.lang.String) method in DrupalConnector
RegisterUserDefinitionParser  
RegisterUserMessageProcessor RegisterUserMessageProcessor invokes the registerUser(org.mule.modules.drupal.model.User) method in DrupalConnector
RestoreAccessTokenCallback  
RetryProcessInterceptor<T, O>  

S

SaveAccessTokenCallback  
SourceCallback Callback interface used by org.mule.api.annotations.Source annotated methods to dispatch messages. 
SplashScreenAgent Marks DevKit org.mule.api.agent.Agent implementations to take care of logging information at Mule app level mainly for troubleshooting purposes. 
StopSourceCallback Callback returned by methods that are annotated with @Source

It will be executed when the MessageSource is being stopped. 

StringToClassTransformer  

T

TaxonomyTerm Class that represent term references in articles 
TaxonomyTermExpressionHolder  
TaxonomyTermExpressionHolderTransformer  
TaxonomyVocabulary Class to groups Taxonomy Terms. 
TaxonomyVocabularyExpressionHolder  
TaxonomyVocabularyExpressionHolderTransformer  
TaxonomyVocabularyRequest Container for the TaxonomyVocabulary requests 

U

UnableToAcquireAccessTokenException Exception thrown when the access token needed for accessing a protected resource cannot be acquired  
UnableToAcquireConnectionException Exception thrown when the connection needed for executing an operation is null. 
UnableToAcquireRequestTokenException Exception thrown when the request token needed for building the authorization URL cannot be acquired  
UnableToReleaseConnectionException Exception thrown when the release connection operation of the connection manager fails. 
UpdateCommentDefinitionParser  
UpdateCommentMessageProcessor UpdateCommentMessageProcessor invokes the updateComment(org.mule.modules.drupal.model.Comment) method in DrupalConnector
UpdateCustomFieldForNodeDefinitionParser  
UpdateCustomFieldForNodeMessageProcessor UpdateCustomFieldForNodeMessageProcessor invokes the updateCustomFieldForNode(int, java.lang.String, java.util.Map) method in DrupalConnector
UpdateFileDefinitionParser  
UpdateFileMessageProcessor UpdateFileMessageProcessor invokes the updateFile(org.mule.modules.drupal.model.File) method in DrupalConnector
UpdateNodeDefinitionParser  
UpdateNodeMessageProcessor UpdateNodeMessageProcessor invokes the updateNode(org.mule.modules.drupal.model.Node) method in DrupalConnector
UpdateTaxonomyTermDefinitionParser  
UpdateTaxonomyTermMessageProcessor UpdateTaxonomyTermMessageProcessor invokes the updateTaxonomyTerm(org.mule.modules.drupal.model.TaxonomyTerm) method in DrupalConnector
UpdateTaxonomyVocabularyDefinitionParser  
UpdateTaxonomyVocabularyMessageProcessor UpdateTaxonomyVocabularyMessageProcessor invokes the updateTaxonomyVocabulary(org.mule.modules.drupal.model.TaxonomyVocabulary) method in DrupalConnector
UpdateUserDefinitionParser  
UpdateUserMessageProcessor UpdateUserMessageProcessor invokes the updateUser(org.mule.modules.drupal.model.User) method in DrupalConnector
User Class that represents Users 
UserExpressionHolder  
UserExpressionHolderTransformer