Try OpenEdge Now
skip to main content
OpenEdge Business Rules
Introducing OpenEdge Business Rules : Reference : OpenEdge Business Rules API reference : Class and Interface reference : OpenEdge.BusinessRules.DecisionService class
 
OpenEdge.BusinessRules.DecisionService class
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
Public Properties
Protected Property
Public Methods