pfx-api:calculate

Provides calculation for Calculated Field Sets or Datamarts.

Properties

Option

Type

Default

Description

Option

Type

Default

Description

targetName

string

 

Defines an output target name for the target type header and property. Put here the names of the exchange header and exchange property.

typedId

string

 

Defines typedId of the Pricefx entity.

objectType

object

 

Defines the object type. Possible values are listed at Type Codes.

connection

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.

enableNullFields

Boolean

false

Defines if during fetch null fields should be returned via REST API back to a client. 

incrementalDate

date

 

 

Examples

<route> <from uri="direct:start"/> <to uri="pfx-api:calculate?objectType=DM&amp;typedId=1133.DMDL&amp;targetName=DM.Prices&amp;connection=pricefx"/> <to uri="mock:end"/> </route>

 

IntegrationManager version 5.0.0