| Package | Description |
|---|---|
| com.corticon.eclipse.server.core | |
| com.corticon.service.ccserver.exception |
| Modifier and Type | Method and Description |
|---|---|
void |
ICcServer.addDecisionService(java.lang.String astrDecisionServiceName,
java.lang.String astrRuleAssetPath,
java.util.Properties apropDeploymentOptions)
Invokes
addDecisionService(astrDecisionServiceName, astrEdsPath, Properties) |
org.jdom.Document |
ICcServer.execute(org.jdom.Document aCorticonRequestDoc)
Equivalent to the method
execute(String), except that the CorticonRequest &
CorticonResponse documents are JDOM XML. |
org.jdom.Document |
ICcServer.execute(org.jdom.Document aCorticonRequestDoc,
ICcServerHttpInfo aCcServerHttpInfo)
Equivalent to the method
execute(String, ICcServerHttpInfo), except that the CorticonRequest &
CorticonResponse documents are JDOM XML. |
java.lang.String |
ICcServer.execute(java.lang.String astrCorticonRequest)
Invoke a specific Decision Service by passing in a
CorticonRequest XML message in String form. |
java.lang.String |
ICcServer.execute(java.lang.String astrCorticonRequest,
ICcServerHttpInfo aCcServerHttpInfo)
Equivalent to the method
execute(String), except for this method accepts ICcServerHttpInfo |
void |
ICcServer.loadFromCdd(java.lang.String astrCddPath)
Deploys the specified Corticon Deployment Descriptor (CDD).
|
void |
ICcServer.reloadDecisionService(java.lang.String astrDecisionServiceName)
Invokes
reloadDecisionService(astrDecisionServiceName, . |
void |
ICcServer.reloadDecisionService(java.lang.String astrDecisionServiceName,
int aiDecisionServiceVersion)
Invokes
reloadDecisionService(astrDecisionServiceName, aiDecisionServiceMajorVersion, . |
void |
ICcServer.reloadDecisionService(java.lang.String astrDecisionServiceName,
int aiDecisionServiceMajorVersion,
int aiDecisionServiceMinorVersion)
Reload a specific deployed Major Version and Minor Version of a Decision Service.
|
void |
ICcServer.setDecisionServicePropertyValue(java.lang.String astrDecisionServiceName,
int aiMajorVersionNumber,
int aiMinorVersionNumber,
java.lang.String astrPropertyName,
java.lang.String astrPropertyValue)
Set a new property value related to a specific Decision Service based on name and major and minor version number.
|
void |
ICcServer.setDecisionServicePropertyValue(java.lang.String astrDecisionServiceName,
int aiMajorVersionNumber,
java.lang.String astrPropertyName,
java.lang.String astrPropertyValue)
Invokes
setDecisionServicePropertyValue(astrDecisionServiceName, aiMajorVersionNumber, . |
void |
ICcServer.setDecisionServicePropertyValue(java.lang.String astrDecisionServiceName,
java.lang.String astrPropertyName,
java.lang.String astrPropertyValue)
Invokes
setDecisionServicePropertyValue(astrDecisionServiceName, . |
| Modifier and Type | Class and Description |
|---|---|
class |
CcServerDatabaseValidationLevel2ConfigurationException
CcServerDatabaseValidationLevel2ConfigurationException is thrown if validation of the Database fails |
Copyright © 2005-2022 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.