Uses of Class
net.pricefx.formulaengine.XExpression
Packages that use XExpression
Package
Description
Root package of the public Groovy API available to Pricefx logics.
Defines set of data transfer object (DTO) classes related to Calculations.
-
Uses of XExpression in net.pricefx.formulaengine.scripting
Methods in net.pricefx.formulaengine.scripting that throw XExpressionModifier and TypeMethodDescriptionPublicGroovyAPI.boundCall(String uniqueName, String relativeUrl, String body, Boolean... responseBodyAsAString) Triggers an HTTPS request towards the Pricefx server, either local one or an external one.PublicGroovyAPI.boundExternalSystemCall(String boundPartitionUniqueName, String relativeUrl, String body, String methodType, String contentType, Map... properties) Issues an HTTPS call to an external service configured using a bound partition.Issues an HTTP call to an external entity.PublicGroovyAPI.httpCall(String url, String body, String methodType, String contentType, Map... properties) Issues an HTTP call to an external entity.PublicGroovyAPI.parseDateOnly(String pattern, String date) PublicGroovyAPI.parseDateWithPattern(String pattern, String date) voidPublicGroovyAPI.throwException(String errorMessage) Throws a calculation exception with the specified message and aborts the calculation logic execution immediately. -
Uses of XExpression in net.pricefx.server.dto.calculation
Methods in net.pricefx.server.dto.calculation that throw XExpressionModifier and TypeMethodDescriptionCustomFormApi.WorkflowActionApi.approve()Finishes the approval operation.ActionItemApi.ActionItemBuilder.create()Finishes the create operation.voidCustomFormApi.OperationsApi.delete()Deletes a custom form with the specified id.CustomFormApi.WorkflowActionApi.deny()Finishes the denial operation.voidActionItemApi.ActionItemBuilder.doDelete()Finishes the delete operation.ActionItemApi.ActionItemBuilder.doExecute()ActionItemApi.ActionItemBuilder.doRecalculate()Recalculates the Action Item with the specified id.CustomFormApi.RecalculateApi.doRecalculate()Finishes the recalculation operation.ActionItemApi.ActionItemBuilder.doUpdate()Finishes the update operation.CustomFormApi.UpdateApi.doUpdate()Finishes the update operation.CustomFormApi.DocumentActionApi.revoke()Finishes the revoke operation.CustomFormApi.UpdateApi.setAttributeExtensionValue(String name, Object value) Updates the value of an existingattributeExtension___key:valuefield or creates a new one.CustomFormApi.DocumentActionApi.submit()Finishes the submit operation.CustomFormApi.DocumentActionApi.withdraw()Finishes the withdrawal operation.