Class Index

A B C D E F I J M O P S

A

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). 

B

Builder Single entry point to assemble metadata. 

C

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  

D

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

E

EmptyBuilder Builder implementation to retrieve the output metadata of a given Component Interface by returning its complete structure definition. 

F

FullEntityBuilder Builder implementation to retrieve the output metadata of a given Component Interface by returning its complete structure definition. 

I

InvokeMetadataCategory Handles input and output metadata retrieval for DataSense. 
InvokeOperationDefinitionParser  
InvokeOperationMessageProcessor InvokeOperationMessageProcessor invokes the invokeOperation(java.lang.String, java.util.Map) method in PeopleSoftConnector

J

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. 

M

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  

O

OperationDefinition Processes the MetaData Key strings to distinguish the Component Interface ID from the selected Operation. 
OperationType Standard operations available for all Component Interfaces:

  • Cancel
  • Create
  • Find
  • Get
  • Save
  •  

    P

    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  

    S

    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.