ExternalProcess
The ExternalProcess business rule provides the capability of calling custom Java code in order to facilitate greater functionality. The ExternalProcess rule is an attached rule and must be listed in the TransactionBusinessRulePacket.
A common use may be to generate documents in a manner specific to the document generator being employed.
Element/Tag | Definition | Attribute | Element/Attribute Value and Description |
---|---|---|---|
<ExternalProcess> |
The opening and closing tag for the rule. |
|
|
<Namespace> |
Required: Provides the location where the object resides. |
A literal value. |
|
<Object> |
Required: Identifies the object that should be executed. |
|
A literal value. |
<Parameters> |
Optional: The opening and closing elements that define the parameters that the object needs to successfully execute. |
||
<Parameter> |
Required, Repeatable: This element provides a value for the named parameter. The extension’s definition must provide the configuror with what is acceptable. |
A literal value or a MathVariable. |
|
NAME |
Required: Provides the name for the parameter. The extension’s definition must provide the configuror with the parameter names needed to fulfill the call to the extension. A literal value. |
XML Example
<ExternalProcess>
<NameSpace>com.adminserver.ext</Namespace>
<Object>DocumentGeneratorExt</Object>
<Parameters>
<Parameter NAME="RuleName">GenerateDocument</Parameter>
</Parameters>
</ExternalProcess>
![]() |
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. | About Oracle Insurance | Contact Us |