OpenEdge.BusinessRules.DecisionService class
- Last Updated: July 5, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The OpenEdge.BusinessRules.DecisionService class provides the
functionality to create a Decision Service instance.
Constructors
The following constructor invokes the currently available version of a
Decision Service, as determined by the Corticon Server, specified by the OpenEdge.BusinessRules.RulesServerConnection class:
PUBLIC (pcDecisionServiceName AS CHARACTER, poServer AS
OpenEdge.BusinessRules.RulesServerConnection)The following constructor invokes the specified version of a Decision
Service running on the Corticon Server as specified by the OpenEdge.BusinessRules.RulesServerConnection class:
PUBLIC (pcDecisionServiceName AS CHARACTER, pdVersion AS DECIMAL, poServer
AS OpenEdge.BusinessRules.RulesServerConnection)
The following constructor invokes the version of a Decision Service
running on the Corticon Server that is effective at the date or time provided, as
specified by the OpenEdge.BusinessRules.RulesServerConnection class:
PUBLIC (pcDecisionServiceName AS CHARACTER, ptEffectiveOn as DATETIME-TZ,
poServer AS OpenEdge.BusinessRules.RulesServerConnection)
Super Class
Progress.Lang.Object class
| Name property | Version property | EffectiveOn property |
| ServerConnection property |