pfx-api:calculate
Provides calculation for Calculated Field Sets or Datamarts.
Properties
Option | Type | Default | Description |
---|---|---|---|
| string |
| Defines an output target name for the target type header and property. Put here the names of the exchange header and exchange property. |
| string |
| Defines |
| object |
| Defines the object type. Possible values are listed at Type Codes. |
| string |
| Defines connection to Pricefx. This is an optional parameter and if it is omitted, the connection is taken from the Spring bean named pricefx. |
| Boolean | false | Defines if during fetch null fields should be returned via REST API back to a client. |
| date |
|
|
| Boolean | false | Defines if calculate method should calculate only changed (tainted) items. |
Examples
<route>
<from uri="direct:start"/>
<to uri="pfx-api:calculate?objectType=DM&typedId=1133.DMDL&targetName=DM.Prices&connection=pricefx"/>
<to uri="mock:end"/>
</route>
IntegrationManager version 6.0.0