Name
Oracle PeopleSoft Connector Reference - Mule 4
PeopleSoft Connector v3.1
Anypoint Connector for Oracle PeopleSoft (PeopleSoft Connector) provides real-time connectivity to query and update all PeopleSoft modules, using a common integration interface known as the Component Interface.
Release Notes: Oracle PeopleSoft Connector Release Notes
Default Configuration
Field | Description |
---|---|
The name for this configuration. Connectors reference the configuration with this name. Type: String |
|
Connection |
The connection types that can be provided to this configuration. Type: Connection |
Enable Edit History Items |
Type: Boolean |
Enable Get History Items |
Type: Boolean |
Enable Interactive Mode |
Type: Boolean |
Date format for the conversion |
Format the connector to convert DateTime values to the PeopleSoft format. By default, the connector uses Type: String |
Expiration Policy |
Configures the minimum amount of time that a dynamic configuration instance can remain idle before the runtime considers it eligible for expiration. This does not mean that the platform expires the instance at the exact moment that it becomes eligible. The runtime purges the instances as needed. Type: ExpirationPolicy |
Connection Type
Field | Description |
---|---|
Application Server |
Type: String |
Username |
Type: String |
Password |
Type: String |
Domain Connection Password |
Type: String |
Component Interface List |
Type: Array of String |
Reconnection |
When the app is deployed, a connectivity test is performed on all connectors. If set to true, deployment fails if the test doesn’t pass after exhausting the associated reconnection strategy. Type: Reconnection |
Invoke Operation
<peoplesoft:invoke-operation>
Invokes a PeopleSoft operation depending on the type selected. DataSense discovers the structure of the entities in the system during design time and run time and uses the structure to perform the operation for the type selected. This varies for Find, Get, Create, and so on.
Field | Description |
---|---|
Configuration |
The name of the configuration to use. Type: String |
Content |
A Map with the parameters to be used in the operation. Type: Binary |
Streaming Strategy |
Configure if repeatable streams should be used and their behavior. Type: One of:
Default: #[payload] |
Component Name |
Type: String |
Operation |
Type: String |
Target Variable |
The name of a variable in which the operation’s output is placed. Type: String |
Target Value |
An expression to evaluate against the operation’s output and the outcome of that expression is stored in the target variable. Type: String |
Reconnection Strategy |
A retry strategy in case of connectivity errors. Type: One of: Default: None |
Invoke Output
Type |
Binary |
Throws
-
PEOPLESOFT:CONNECTIVITY
-
PEOPLESOFT:INVALID_COMPONENT_INTERFACE
-
PEOPLESOFT:INVALID_COMPONENT_INTERFACE_ID
-
PEOPLESOFT:INVALID_OPERATION_PARAMETER
-
PEOPLESOFT:MAPPING_EXCEPTION
-
PEOPLESOFT:NO_METADATA
-
PEOPLESOFT:REQUEST_FAILED
-
PEOPLESOFT:RETRY_EXHAUSTED
-
PEOPLESOFT:STRING_TO_DATE_PARSE_ERROR
-
PEOPLESOFT:UNKNOWN
Update User Profile ID Type
<peoplesoft:update-user-profile-id-type>
Changes the ID type of an USER_PROFILE record and assigns it an attribute.
Field | Description |
---|---|
Configuration |
The name of the configuration to use. Type: String |
User Id |
The UserID of the record to update. Type: String |
Id Types |
The list of new ID Types to assign. Type: Array of IDType
Default: None |
Throws
-
PEOPLESOFT:CONNECTIVITY
-
PEOPLESOFT:INVALID_COMPONENT_INTERFACE
-
PEOPLESOFT:INVALID_COMPONENT_INTERFACE_ID
-
PEOPLESOFT:INVALID_OPERATION_PARAMETER
-
PEOPLESOFT:MAPPING_EXCEPTION
-
PEOPLESOFT:NO_METADATA
-
PEOPLESOFT:REQUEST_FAILED
-
PEOPLESOFT:RETRY_EXHAUSTED
-
PEOPLESOFT:STRING_TO_DATE_PARSE_ERROR
-
PEOPLESOFT:UNKNOWN
Types
Reconnection
Field | Description |
---|---|
Fails Deployment |
When the application is deployed, a connectivity test is performed on all connectors. If set to true, deployment fails if the test doesn’t pass after exhausting the associated reconnection strategy. Type: Boolean |
Reconnection Strategy |
The reconnection strategy to use. Type: One of: Default: None |
Reconnect
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Frequency |
Number |
How often to reconnect (in milliseconds) |
||
Count |
Number |
The number of reconnection attempts to make |
||
blocking |
Boolean |
If false, the reconnection strategy runs in a separate, non-blocking thread |
true |
Reconnect Forever
Field | Type | Description | Default Value | Required |
---|---|---|---|---|
Frequency |
Number |
How often in milliseconds to reconnect |
||
blocking |
Boolean |
If false, the reconnection strategy runs in a separate, non-blocking thread |
true |
Expiration Policy
Field | Description |
---|---|
Max Idle Time |
A scalar time value for the maximum amount of time a dynamic configuration instance should be allowed to be idle before it’s considered eligible for expiration. Type: Number |
Time Unit |
A time unit that qualifies the maxIdleTime attribute. Possible values:
Type: Enumeration |
Repeatable In-Memory Stream
Field | Description |
---|---|
Initial Buffer Size |
This is the amount of memory to allocate to consume the stream and provide random access to it. If the stream contains more data than can be fit into this buffer, then the buffer expands according to the bufferSizeIncrement attribute, with an upper limit of maxInMemorySize. Type: Number |
Buffer Size Increment |
This is by how much the buffer size expands if it exceeds its initial size. Setting a value of zero or lower means that the buffer should not expand, meaning that a STREAM_MAXIMUM_SIZE_EXCEEDED error is raised when the buffer gets full. Type: Number |
Max Buffer Size |
This is the maximum amount of memory to use. If more than that is used, then a STREAM_MAXIMUM_SIZE_EXCEEDED error is raised. A value lower or equal to zero means no limit. Type: Number |
Buffer Unit |
The unit in which maxInMemorySize is expressed. Possible values:
Type: Enumeration |
Repeatable File Store Stream
Field | Description |
---|---|
Max In Memory Size |
Defines the maximum memory that the stream should use to keep data in memory. If more than that is consumed, it starts to buffer the content on disk. Type: Number |
Buffer Unit |
The unit in which maxInMemorySize is expressed. Possible values:
Type: Enumeration |