| Package | Description |
|---|---|
| com.corticon.eclipse.server.core |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ICcServer.createDownloadableZipFile(java.lang.String astrDecisionServiceName,
int aiDecisionServiceMajorVersion,
int aiDecisionServiceMinorVersion)
Takes the most current Rule Assets related to the Decision Service and zips them up into a .zip file, and places
this file inside the CcServerSandbox.
|
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. |
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,
java.util.Date adDecisionServiceEffectiveTimestamp,
int aiDecisionServiceTargetMajorVersion,
java.lang.String astrUsage)
Similar to
execute(String, Collection, Date, int) except that the user can specify which usage value should be associated with
the request using parameter astrUsage. |
ICcRuleMessages |
ICcServer.execute(java.lang.String astrDecisionServiceName,
java.util.Collection acolWorkObjs,
java.util.Date adDecisionServiceEffectiveTimestamp,
java.lang.String astrUsage)
Similar to
execute(String, Collection, Date) except that the user can specify which usage value should be associated with
the request using parameter astrUsage. |
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. |
ICcRuleMessages |
ICcServer.execute(java.lang.String astrDecisionServiceName,
java.util.Collection acolWorkObjs,
int aiDecisionServiceTargetMajorVersion,
int aiDecisionServiceTargetMinorVersion,
java.lang.String astrUsage)
Similar to
execute(String, Collection, int, int) except that the user can specify which usage value should be associated with
the request using parameter astrUsage. |
ICcRuleMessages |
ICcServer.execute(java.lang.String astrDecisionServiceName,
java.util.Collection acolWorkObjs,
int aiDecisionServiceTargetMajorVersion,
java.lang.String astrUsage)
Similar to
execute(String, Collection, int) except that the user can specify which usage value should be associated with
the request using parameter astrUsage. |
ICcRuleMessages |
ICcServer.execute(java.lang.String astrDecisionServiceName,
java.util.Collection acolWorkObjs,
java.lang.String astrUsage)
Similar to
execute(String, Collection) except that the user can specify which usage value should be associated with
the request using parameter astrUsage. |
org.json.JSONObject |
ICcServer.execute(java.lang.String astrDecisionServiceName,
org.json.JSONObject ajsonObjectPayload)
Invoke a specific Decision Service by passing in a
JSONObject. |
org.json.JSONObject |
ICcServer.execute(java.lang.String astrDecisionServiceName,
org.json.JSONObject ajsonObjectPayload,
java.util.Date adDecisionServiceEffectiveTimestamp)
Similar to
execute(String, JSONObject) except that the user can specify what effective timestamp
should be using using the parameter adDecisionServiceEffectiveTimestamp. |
org.json.JSONObject |
ICcServer.execute(java.lang.String astrDecisionServiceName,
org.json.JSONObject ajsonObjectPayload,
java.util.Date adDecisionServiceEffectiveTimestamp,
int aiDecisionServiceTargetMajorVersion)
Similar to
execute(String, JSONObject, Date) except that the user can specify what major version number
should be using for the parameter aiDecisionServiceTargetMajorVersion. |
org.json.JSONObject |
ICcServer.execute(java.lang.String astrDecisionServiceName,
org.json.JSONObject ajsonObjectPayload,
java.util.Date adDecisionServiceEffectiveTimestamp,
int aiDecisionServiceTargetMajorVersion,
java.lang.String astrUsage)
Similar to
execute(String, JSONObject, Date, int) except that the user can specify which usage value should be associated with
the request using parameter astrUsage. |
org.json.JSONObject |
ICcServer.execute(java.lang.String astrDecisionServiceName,
org.json.JSONObject ajsonObjectPayload,
java.util.Date adDecisionServiceEffectiveTimestamp,
java.lang.String astrUsage)
Similar to
execute(String, JSONObject, Date) except that the user can specify which usage value should be associated with
the request using parameter astrUsage. |
org.json.JSONObject |
ICcServer.execute(java.lang.String astrDecisionServiceName,
org.json.JSONObject ajsonObjectPayload,
int aiDecisionServiceTargetMajorVersion)
Similar to
execute(String, JSONObject) except that the user can specify which Major Version of the Decision Service
should process the request using parameter aiDecisionServiceTargetVersion. |
org.json.JSONObject |
ICcServer.execute(java.lang.String astrDecisionServiceName,
org.json.JSONObject ajsonObjectPayload,
int aiDecisionServiceTargetMajorVersion,
int aiDecisionServiceTargetMinorVersion)
Similar to
execute(String, JSONObject, int) except that the user can specify which Minor Version of the Decision Service
should process the request using parameter aiDecisionServiceTargetVersion. |
org.json.JSONObject |
ICcServer.execute(java.lang.String astrDecisionServiceName,
org.json.JSONObject ajsonObjectPayload,
int aiDecisionServiceTargetMajorVersion,
int aiDecisionServiceTargetMinorVersion,
java.lang.String astrUsage)
Similar to
execute(String, JSONObject, int, int) except that the user can specify which usage value should be associated with
the request using parameter astrUsage. |
org.json.JSONObject |
ICcServer.execute(java.lang.String astrDecisionServiceName,
org.json.JSONObject ajsonObjectPayload,
int aiDecisionServiceTargetMajorVersion,
java.lang.String astrUsage)
Similar to
execute(String, JSONObject, int) except that the user can specify which usage value should be associated with
the request using parameter astrUsage. |
org.json.JSONObject |
ICcServer.execute(java.lang.String astrDecisionServiceName,
org.json.JSONObject ajsonObjectPayload,
java.lang.String astrUsage)
Similar to
execute(String, JSONObject) except that the user can specify which usage value should be associated with
the request using parameter astrUsage. |
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 amapWorkObjs,
java.util.Date adDecisionServiceEffectiveTimestamp,
int aiDecisionServiceTargetMajorVersion,
java.lang.String astrUsage)
Equivalent to the method
execute(String, Collection, Date, int, String), 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,
java.lang.String astrUsage)
Equivalent to the method
execute(String, Collection, Date, String), 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. |
ICcRuleMessages |
ICcServer.execute(java.lang.String astrDecisionServiceName,
java.util.Map amapWorkObjs,
int aiDecisionServiceTargetMajorVersion,
int aiDecisionServiceTargetMinorVersion,
java.lang.String astrUsage)
Equivalent to the method
execute(String, Collection, int, int, String), except that a Map is passed in instead
of a Collection. |
ICcRuleMessages |
ICcServer.execute(java.lang.String astrDecisionServiceName,
java.util.Map amapWorkObjs,
int aiDecisionServiceTargetMajorVersion,
java.lang.String astrUsage)
Equivalent to the method
execute(String, Collection, int, String), except that a Map is passed in instead
of a Collection. |
ICcRuleMessages |
ICcServer.execute(java.lang.String astrDecisionServiceName,
java.util.Map amapWorkObjs,
java.lang.String astrUsage)
Equivalent to the method
execute(String, Collection, String), except that a Map is passed in instead
of a Collection. |
java.util.List |
ICcServer.getFullyQualifiedPathsForRuleAssets(java.lang.String astrDecisionServiceName,
int aiDecisionServiceMajorVersion,
int aiDecisionServiceMinorVersion)
Get a list of fully qualified paths of the Rule Assets related to the Decision Service.
|
java.lang.String |
ICcServer.getFullyQualifiedPathsForRuleAssetsFormatted(java.lang.String astrDecisionServiceName,
int aiDecisionServiceMajorVersion,
int aiDecisionServiceMinorVersion)
Get a list of fully qualified paths of the Rule Assets related to the Decision Service.
|
void |
ICcServer.invokeBatchProcess(java.lang.String astrDecisionServiceName)
Triggers a batch mode invocation of
astrDecisionServiceName Decision Service. |
void |
ICcServer.invokeBatchProcess(java.lang.String astrDecisionServiceName,
java.util.Date adDecisionServiceEffectiveTimestamp)
Similar to
invokeBatchProcess(String) except that the user can specify what effective timestamp
should be using using the parameter adDecisionServiceEffectiveTimestamp. |
void |
ICcServer.invokeBatchProcess(java.lang.String astrDecisionServiceName,
int aiDecisionServiceTargetMajorVersion)
Similar to
invokeBatchProcess(String) except that the user can specify which Major Version of the Decision Service
should process the request using parameter aiDecisionServiceTargetMajorVersion. |
void |
ICcServer.invokeBatchProcess(java.lang.String astrDecisionServiceName,
int aiDecisionServiceTargetMajorVersion,
int aiDecisionServiceTargetMinorVersion)
Similar to
invokeBatchProcess(String) except that the user can specify which Minor Version of the Decision Service
should process the request using parameter aiDecisionServiceTargetMajorVersion. |
boolean |
ICcServer.isDecisionServiceDeployedAsTest(java.lang.String astrDecisionServiceName)
Inform the caller whether a particular Decision Service is deployed as a Test Decision Service.
|
boolean |
ICcServer.isDecisionServiceDeployedAsTest(java.lang.String astrDecisionServiceName,
int aiDecisionServiceMajorVersion)
Inform the caller whether a particular Decision Service is deployed as a Test Decision Service.
|
boolean |
ICcServer.isDecisionServiceDeployedAsTest(java.lang.String astrDecisionServiceName,
int aiDecisionServiceMajorVersion,
int aiDecisionServiceMinorVersion)
Inform the caller whether a particular Decision Service is deployed as a Test Decision Service.
|
Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.