java.lang.Object | |
↳ | org.mule.modules.peoplesoft.Config |
Known Direct Subclasses |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
componentInterfaceEditHistoryItems | Controls whether the component interface runs in Update/Display All mode, Update/Display mode, or Correction mode when the underlying component is effective-dated. | ||||||||||
componentInterfaceGetHistoryItems | Controls whether the component interface runs in Update/Display mode or Correction mode when the underlying component is effective-dated. | ||||||||||
componentInterfaceIdsWhiteList | List of the CI names (IDs) that will be gathered for DataSense. | ||||||||||
componentInterfaceInteractiveMode | Controls whether to apply values and run business rules immediately, or whether items are queued and business rules are run later, in a single step. | ||||||||||
logger | |||||||||||
metadataBuilder | |||||||||||
session |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new
Config Instance with default configuration values set to false. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Establish a connection with the PeopleSoft Service
| |||||||||||
Returns the beginning of the tenant key identifier
| |||||||||||
Clear the current connection and resources
| |||||||||||
Returns the list of Component Interface Ids defined.
| |||||||||||
Check if the current tenant has a connection already established
| |||||||||||
Sets the Component Interface Ids list to be used for metadata extraction.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Controls whether the component interface runs in Update/Display All mode, Update/Display mode, or Correction mode when the underlying component is effective-dated. If EditHistory items are set to true, then historical data can be modified. EditHistory items work in accordance with GetHistory items.
Controls whether the component interface runs in Update/Display mode or Correction mode when the underlying component is effective-dated. If GetHistory is set to true, then historical data can be retrieved but not modified. GetHistory items work in accordance with EditHistory items.
List of the CI names (IDs) that will be gathered for DataSense.
Controls whether to apply values and run business rules immediately, or whether items are queued and business rules are run later, in a single step.
Note: You should use interactive mode when testing and debugging a component interface. Interactive mode in a production environment slows performance because of the number of server trips required.
If you are using a component interface as part of a batch process in which thousands of rows are to be inserted, running in interactive mode may reduce performance so much on some UNIX servers that the application times out with a connection failure.
Establish a connection with the PeopleSoft Service
server | Generally conformed by the host :port (e.g. localhost:9999) |
---|---|
username | The username to access the service |
password | The password to access the service |
ConnectionException | If the service cannot establish a connection to the service, this exception will be thrown |
---|
Returns the beginning of the tenant key identifier
Clear the current connection and resources
Returns the list of Component Interface Ids defined.
Check if the current tenant has a connection already established
componentInterfaceEditHistoryItems |
---|
componentInterfaceGetHistoryItems |
---|
Sets the Component Interface Ids list to be used for metadata extraction.
componentInterfaceIdsWhiteList | The id list of Component Interface. |
---|
componentInterfaceInteractiveMode |
---|
server | |
---|---|
username | |
password |
ConnectionException |
---|