| Package | Description |
|---|---|
| com.corticon.eclipse.server.core |
| Modifier and Type | Method and Description |
|---|---|
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,
java.lang.String astrServerLocation)
Equivalent to the method
execute(String), except that the CorticonRequest &
CorticonResponse documents are JDOM XML. |
org.jdom.Document |
ICcServer.execute(org.jdom.Document aCorticonRequestDoc,
java.lang.String astrServerLocation,
com.corticon.services.http.ICcServerHttpInfo aCcServerHttpInfo)
Equivalent to the method
execute(String, ICcServerHttpInfo), except that the CorticonRequest &
CorticonResponse documents are JDOM XML. |
org.json.JSONObject |
ICcServer.execute(org.json.JSONObject ajsonObjectPayload)
Invoke a specific Decision Service by passing in a
JSONObject. |
org.json.JSONObject |
ICcServer.execute(org.json.JSONObject ajsonObjectPayload,
com.corticon.services.http.ICcServerHttpInfo aCcServerHttpInfo)
Equivalent to
execute(JSONObject), except for this method accepts ICcServerHttpInfo |
java.lang.String |
ICcServer.execute(java.lang.String astrCorticonRequest)
Invoke a specific Decision Service by passing in a
CorticonRequest XML message in String form. |
ICcRuleMessages |
ICcServer.execute(java.lang.String astrDecisionServiceName,
java.util.Collection acolWorkObjs)
Invoke a specific Decision Service by passing in a
Collection of Java business objects representing
WorkDocuments. |
ICcRuleMessages |
ICcServer.execute(java.lang.String astrDecisionServiceName,
java.util.Collection acolWorkObjs,
java.util.Date adDecisionServiceEffectiveTimestamp)
Similar to
execute(String, Collection) except that the user can specify what effective timestamp
should be using using the parameter adDecisionServiceEffectiveTimestamp. |
ICcRuleMessages |
ICcServer.execute(java.lang.String astrDecisionServiceName,
java.util.Collection acolWorkObjs,
java.util.Date adDecisionServiceEffectiveTimestamp,
int aiDecisionServiceTargetMajorVersion)
Similar to
execute(String, Collection, Date) except that the user can specify what major version number
should be using for the parameter aiDecisionServiceTargetMajorVersion. |
ICcRuleMessages |
ICcServer.execute(java.lang.String astrDecisionServiceName,
java.util.Collection acolWorkObjs,
int aiDecisionServiceTargetMajorVersion)
Similar to
execute(String, Collection) except that the user can specify which Major Version of the Decision Service
should process the request using parameter aiDecisionServiceTargetVersion. |
ICcRuleMessages |
ICcServer.execute(java.lang.String astrDecisionServiceName,
java.util.Collection acolWorkObjs,
int aiDecisionServiceTargetMajorVersion,
int aiDecisionServiceTargetMinorVersion)
Similar to
execute(String, Collection, int) except that the user can specify which Minor Version of the Decision Service
should process the request using parameter aiDecisionServiceTargetVersion. |
java.lang.String |
ICcServer.execute(java.lang.String astrCorticonRequest,
com.corticon.services.http.ICcServerHttpInfo aCcServerHttpInfo)
Equivalent to the method
execute(String), except for this method accepts ICcServerHttpInfo |
org.json.JSONObject |
ICcServer.execute(java.lang.String astrDecisionServiceName,
org.json.JSONObject ajsonObjectPayload)
Deprecated.
|
org.json.JSONObject |
ICcServer.execute(java.lang.String astrDecisionServiceName,
org.json.JSONObject ajsonObjectPayload,
java.util.Date adDecisionServiceEffectiveTimestamp)
Deprecated.
|
org.json.JSONObject |
ICcServer.execute(java.lang.String astrDecisionServiceName,
org.json.JSONObject ajsonObjectPayload,
java.util.Date adDecisionServiceEffectiveTimestamp,
int aiDecisionServiceTargetMajorVersion)
Deprecated.
|
org.json.JSONObject |
ICcServer.execute(java.lang.String astrDecisionServiceName,
org.json.JSONObject ajsonObjectPayload,
int aiDecisionServiceTargetMajorVersion)
Deprecated.
|
org.json.JSONObject |
ICcServer.execute(java.lang.String astrDecisionServiceName,
org.json.JSONObject ajsonObjectPayload,
int aiDecisionServiceTargetMajorVersion,
int aiDecisionServiceTargetMinorVersion)
Deprecated.
|
ICcRuleMessages |
ICcServer.execute(java.lang.String astrDecisionServiceName,
java.util.Map amapWorkObjs)
Equivalent to the method
execute(String, Collection), except that a Map
is passed in instead of a Collection. |
ICcRuleMessages |
ICcServer.execute(java.lang.String astrDecisionServiceName,
java.util.Map amapWorkObjs,
java.util.Date adDecisionServiceEffectiveTimestamp)
Equivalent to the method
execute(String, Collection, Date), except that a Map
is passed in instead of a Collection. |
ICcRuleMessages |
ICcServer.execute(java.lang.String astrDecisionServiceName,
java.util.Map amapWorkObjs,
java.util.Date adDecisionServiceEffectiveTimestamp,
int aiDecisionServiceTargetMajorVersion)
Equivalent to the method
execute(String, Collection, Date, int), except that a Map
is passed in instead of a Collection. |
ICcRuleMessages |
ICcServer.execute(java.lang.String astrDecisionServiceName,
java.util.Map acolWorkObjs,
int aiDecisionServiceTargetMajorVersion)
Equivalent to the method
execute(String, Collection, int), except that a Map
is passed in instead of a Collection. |
ICcRuleMessages |
ICcServer.execute(java.lang.String astrDecisionServiceName,
java.util.Map acolWorkObjs,
int aiDecisionServiceTargetMajorVersion,
int aiDecisionServiceTargetMinorVersion)
Equivalent to the method
execute(String, Collection, int, int), except that a Map
is passed in instead of a Collection. |
Copyright © 2005-2018 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.