Specifying effective timestamp in a Java API call
- Last Updated: March 24, 2022
- 1 minute read
- Corticon
- Version 6.3
- Documentation
Versions of the execute() method exist that contain an extra argument
for a specified Decision Service Version:
ICcRulesMessages execute(String astrDecisionServiceName,
Collection acolWorkObjs,
Date adDecisionServiceEffectiveTimestamp)
ICcRulesMessages execute(String astrDecisionServiceName,
Map amapWorkObjs,
Date adDecisionServiceEffectiveTimestamp)
where:
astrDecisionServiceNameis the Decision Service Name String value.acolWorkObjsis the collection of Java Business Objects – the datepayload.adDecisionServiceEffectiveTimestampis the DateTime Effective Timestamp.
More information on this variant of the execute() method may be found in the
JavaDoc installed in [CORTICON_JAVA_SERVER_HOME]\Server\JavaDoc\Server. See the package
com.corticon.eclipse.server.core Interface ICcServer methods of modifier type ICcRuleMessages.