AbstractCIAccessorFactory | Handles the creation of "helper" objects that facilitate the interaction with the Component Interface API entities. |
AddSearchKeysBuilder | Builder implementation for the creation of a new Component Interface definition using the CREATEKEYS properties. |
AlternateSearchKeysBuilder | Builder implementation to retrieve input and output metadata when searching for instances of a given Component Interface using its FINDKEYS properties. |
ArgumentMapper | Maps arguments to the helper CI classes (API accessors). |
Builder | Single entry point to assemble metadata. |
CIAccessor | Helper class for PeopleSoft API entity CI . |
CIAccessorType | List of class types used by the AbstractCIAccessorFactory to create and wrap API objects. |
CICollectionAccessor | Helper class for PeopleSoft API entity CICollection . |
CIDataType | List of common data types used by CI properties and auxiliary transformer methods |
CIPropertyInfoAccessor | Helper class for PeopleSoft API entity CIPropertyInfo . |
CIPropertyInfoCollectionAccessor | Helper class for PeopleSoft API entity CIPropertyInfoCollection . |
CIPropertyInfoInternalCache<T> | Handles metadata cache for psft.pt8.joa.CIPropertyInfoCollection |
CIRowAccessor | Helper class for PeopleSoft API entity CIRow . |
CIScrollAccessor | Helper class for PeopleSoft API entity CIScroll . |
CIValidation | Auxiliary flags to validate CI parameters in ArgumentMapper class
|
Config | |
ConfigPeopleSoftConnectorAdapter | |
ConnectionManagementConfigPeopleSoftConnectorConnectionKey |
DefaultSplashScreenAgent | Agent implementation to add splash screen information for DevKit extensions at application startup |
DevkitGenericKeyedObjectPool |
EmptyBuilder | Builder implementation to retrieve the output metadata of a given Component Interface by returning its complete structure definition. |
FullEntityBuilder | Builder implementation to retrieve the output metadata of a given Component Interface by returning its complete structure definition. |
InvokeMetadataCategory | Handles input and output metadata retrieval for DataSense. |
InvokeOperationDefinitionParser | |
InvokeOperationMessageProcessor | InvokeOperationMessageProcessor invokes the invokeOperation(java.lang.String, java.util.Map) method in PeopleSoftConnector . |
JoaClient | Allows access to the essential methods needed for processing the parameters required to invoke operations on any CI. |
JoaClientAdaptor | Proxy that adds logging to JoaClients |
JoaClientImpl | JOA client wrapper responsible for CI invocations. |
MetadataBuilder | Searches for Component Interfaces and processes the expected input and output metadata for each available CI operation. |
MetadataFetcher | Defines a builder implementation depending on the type of metadata (Input or Output) and the operation selected (Cancel, Create, Get, Find, Save). |
MetadataFetcher.ArgType |
OperationDefinition | Processes the MetaData Key strings to distinguish the Component Interface ID from the selected Operation. |
OperationType | Standard operations available for all Component Interfaces:
|
PeopleSoftConnector | The PeopleSoft Connector provides real-time connectivity to query and update all PeopleSoft modules, using a common integration interface known as the Component Interface. |
PeopleSoftConnectorCapabilitiesAdapter | A PeopleSoftConnectorCapabilitiesAdapter is a wrapper around PeopleSoftConnector that implements org.mule.api.Capabilities interface. |
PeopleSoftConnectorConfigConfigDefinitionParser | |
PeopleSoftConnectorConfigConnectionManagementConnectionManager | A PeopleSoftConnectorConfigConnectionManagementConnectionManager is a wrapper around PeopleSoftConnector that adds connection management capabilities to the pojo. |
PeopleSoftConnectorConnectionManagementAdapter | A PeopleSoftConnectorConnectionManagementAdapter is a wrapper around PeopleSoftConnector that implements org.mule.devkit.dynamic.api.helper.Connection interface. |
PeopleSoftConnectorLifecycleInjectionAdapter | A PeopleSoftConnectorLifecycleInjectionAdapter is a wrapper around PeopleSoftConnector that adds lifecycle methods to the pojo. |
PeopleSoftConnectorMetadataAdapter | A PeopleSoftConnectorMetadataAdapter is a wrapper around PeopleSoftConnector that adds support for querying metadata about the extension. |
PeopleSoftConnectorProcessAdapter | A PeopleSoftConnectorProcessAdapter is a wrapper around PeopleSoftConnector that enables custom processing strategies. |
PeoplesoftNamespaceHandler | Registers bean definitions parsers for handling elements in http://www.mulesoft.org/schema/mule/peoplesoft . |
PeopleSoftOnSessionException | |
PeopleSoftRuntimeException | |
PoolManager |
SearchKeysBuilder | Builder implementation to retrieve the input metadata of a unique instance of a given Component Interface using its GETKEYS properties. |
SplashScreenAgent | Marks DevKit org.mule.api.agent.Agent implementations to take care of logging information at Mule app level mainly for troubleshooting purposes. |