Class Index

A B C D F G H I O P S U V

A

AbstractConnectedProcessor  
AbstractHandshakeClient Base class for all the service client in this project. 
AbstractHandshakeSerializer<T> Convert a Handshake POJO to a JsonElement, taking into account that sometimes we get a resource_uri for an existing nested object instead of the full object to be created. 
AbstractPagedConnectedProcessor  
Address Representation of an Address resource in Handshake http://www.handshake-app.com/help/kb/api/address-resource  
AddressExpressionHolder  
AddressExpressionHolderTransformer  

B

BigDecimalAsStringSerializer Handshake API doesn't support Decimal values as parameters for POST methods, as they don't want to suffer from precision errors, they ask for Strings  

C

Category Representation of a Category resource in Handshake http://www.handshake-app.com/help/kb/api/category-resource  
CategoryExpressionHolder  
CategoryExpressionHolderTransformer  
CategorySubType  
CategorySubTypeEnumTransformer  
Connection  
ConnectionManager<K, C extends Connection> Wrapper around org.mule.api.annotations.Connector annotated class that will infuse it with connection management capabilities. 
ConnectivityProcessor Interface used to unify all message processors (those which use (or not) pagination) from the ManagedConnectionProcessInterceptor  
CreateAddressDefinitionParser  
CreateAddressMessageProcessor CreateAddressMessageProcessor invokes the createAddress(org.mule.modules.handshake.core.Address) method in HandshakeConnector
CreateCategoryDefinitionParser  
CreateCategoryMessageProcessor CreateCategoryMessageProcessor invokes the createCategory(org.mule.modules.handshake.core.Category) method in HandshakeConnector
CreateCustomerDefinitionParser  
CreateCustomerMessageProcessor CreateCustomerMessageProcessor invokes the createCustomer(org.mule.modules.handshake.core.Customer) method in HandshakeConnector
CreateItemDefinitionParser  
CreateItemMessageProcessor CreateItemMessageProcessor invokes the createItem(org.mule.modules.handshake.core.Item) method in HandshakeConnector
CreateItemsDefinitionParser  
CreateItemsMessageProcessor CreateItemsMessageProcessor invokes the createItems(java.util.List) method in HandshakeConnector
CreateOrderDefinitionParser  
CreateOrderMessageProcessor CreateOrderMessageProcessor invokes the createOrder(org.mule.modules.handshake.core.Order) method in HandshakeConnector
CreditCard Representation of a Credit Card resource in Handshake http://www.handshake-app.com/help/kb/api/credit-card-resource  
CreditCardExpressionHolder  
CreditCardExpressionHolderTransformer  
Customer Representation of a Customer resource in Handshake http://www.handshake-app.com/help/kb/api/customer-resource  
CustomerExpressionHolder  
CustomerExpressionHolderTransformer  
CustomerGroup Representation of a Customer Group resource in Handshake http://www.handshake-app.com/help/kb/api/customer-group-resource  
CustomerGroupExpressionHolder  
CustomerGroupExpressionHolderTransformer  

D

DefaultSplashScreenAgent Agent implementation to add splash screen information for DevKit extensions at application startup  
DevkitGenericKeyedObjectPool  

F

FindCustomersDefinitionParser  
FindCustomersMessageProcessor FindCustomersMessageProcessor invokes the findCustomers(java.util.Map, boolean) method in HandshakeConnector
FindItemsDefinitionParser  
FindItemsMessageProcessor FindItemsMessageProcessor invokes the findItems(java.util.Map, boolean) method in HandshakeConnector
FindOrdersDefinitionParser  
FindOrdersMessageProcessor FindOrdersMessageProcessor invokes the findOrders(java.util.Map, boolean) method in HandshakeConnector

G

GenericHandshakeClient<T>  
GenericHandshakeClientImpl<T extends HandshakeObject>  
GetAddressDefinitionParser  
GetAddressMessageProcessor GetAddressMessageProcessor invokes the getAddress(java.lang.String) method in HandshakeConnector
GetCategoryDefinitionParser  
GetCategoryMessageProcessor GetCategoryMessageProcessor invokes the getCategory(java.lang.String) method in HandshakeConnector
GetCustomerDefinitionParser  
GetCustomerGroupDefinitionParser  
GetCustomerGroupMessageProcessor GetCustomerGroupMessageProcessor invokes the getCustomerGroup(java.lang.String) method in HandshakeConnector
GetCustomerMessageProcessor GetCustomerMessageProcessor invokes the getCustomer(java.lang.String) method in HandshakeConnector
GetItemDefinitionParser  
GetItemMessageProcessor GetItemMessageProcessor invokes the getItem(java.lang.String) method in HandshakeConnector
GetOrderDefinitionParser  
GetOrderMessageProcessor GetOrderMessageProcessor invokes the getOrder(java.lang.String) method in HandshakeConnector
GetUserGroupDefinitionParser  
GetUserGroupMessageProcessor GetUserGroupMessageProcessor invokes the getUserGroup(java.lang.String) method in HandshakeConnector

H

HandshakeAntiThrottleFilter  
HandshakeAPIException  
HandshakeAPIResponse<T>  
HandshakeAPIResponse.HandshakeAPIResponseMetadata  
HandshakeClientProvider Facade to group all Handshake clients  
HandshakeClientProviderImpl  
HandshakeConnector Handshake provides the B2B Commerce platform for manufacturers and distributors that powers standout ordering experiences both in-person and online. 
HandshakeConnectorCapabilitiesAdapter A HandshakeConnectorCapabilitiesAdapter is a wrapper around HandshakeConnector that implements org.mule.api.Capabilities interface. 
HandshakeConnectorConfigDefinitionParser  
HandshakeConnectorConnectionFactory  
HandshakeConnectorConnectionIdentifierAdapter A HandshakeConnectorConnectionIdentifierAdapter is a wrapper around HandshakeConnector that implements org.mule.devkit.dynamic.api.helper.Connection interface. 
HandshakeConnectorConnectionKey A tuple of connection parameters  
HandshakeConnectorConnectionManager A HandshakeConnectorConnectionManager is a wrapper around HandshakeConnector that adds connection management capabilities to the pojo. 
HandshakeConnectorLifecycleAdapter A HandshakeConnectorLifecycleAdapter is a wrapper around HandshakeConnector that adds lifecycle methods to the pojo. 
HandshakeConnectorManagedConnectionProcessInterceptor<T>  
HandshakeConnectorManagedConnectionProcessTemplate<P>  
HandshakeConnectorMetadataAdapater A HandshakeConnectorMetadataAdapater is a wrapper around HandshakeConnector that adds support for querying metadata about the extension. 
HandshakeConnectorProcessAdapter A HandshakeConnectorProcessAdapter is a wrapper around HandshakeConnector that enables custom processing strategies. 
HandshakeCustomerSerializer  
HandshakeItemSerializer  
HandshakeNamespaceHandler Registers bean definitions parsers for handling elements in http://www.mulesoft.org/schema/mule/handshake
HandshakeObject  
HandshakeObjectExpressionHolder  
HandshakeOrderSerializer  

I

InvalidHandshakeObjectReferenceException  
Item Representation of an Item resource in Handshake http://www.handshake-app.com/help/kb/api/item-resource  
ItemExpressionHolder  
ItemExpressionHolderTransformer  

O

Order Representation of a Sales Order resource in Handshake http://www.handshake-app.com/help/kb/api/order-resource  
OrderExpressionHolder  
OrderExpressionHolderTransformer  

P

PaginatedCollection<T, Page>  
PoolManager  

S

SalesOrderLine Representation of a Sales Order Line resource in Handshake http://www.handshake-app.com/help/kb/api/salesorderline-objects  
SalesOrderLineExpressionHolder  
SalesOrderLineExpressionHolderTransformer  
SplashScreenAgent Marks DevKit org.mule.api.agent.Agent implementations to take care of logging information at Mule app level mainly for troubleshooting purposes. 
StringToBigDecimalTransformer  
StringToDateTransformer  

U

UnableToAcquireConnectionException Exception thrown when the connection needed for executing an operation is null. 
UnableToReleaseConnectionException Exception thrown when the release connection operation of the connection manager fails. 
UpdateAddressDefinitionParser  
UpdateAddressMessageProcessor UpdateAddressMessageProcessor invokes the updateAddress(java.lang.String, org.mule.modules.handshake.core.Address) method in HandshakeConnector
UpdateCustomerDefinitionParser  
UpdateCustomerMessageProcessor UpdateCustomerMessageProcessor invokes the updateCustomer(java.lang.String, org.mule.modules.handshake.core.Customer) method in HandshakeConnector
UpdateItemDefinitionParser  
UpdateItemMessageProcessor UpdateItemMessageProcessor invokes the updateItem(java.lang.String, org.mule.modules.handshake.core.Item) method in HandshakeConnector
UserGroup Representation of a User Group resource in Handshake http://www.handshake-app.com/help/kb/api/user-group-resource  
UserGroupExpressionHolder  
UserGroupExpressionHolderTransformer  

V

Variant Representation of an Item's Variant resource in Handshake http://www.handshake-app.com/help/kb/api/variant-resource  
VariantExpressionHolder  
VariantExpressionHolderTransformer