WS.Decision.createRuleFunctionEMFObject()
Signature
Object createRuleFunctionEMFObject(String projectName, String rulefunctionContents, String extension, String scsIntegrationType, String repoRootURL)
Description
Creates a RuleFunction EMF model object of the RTI.
Parameters
Name | Type | Description |
projectName | String | Name of the Project. |
rulefunctionContents | String | Rule function contents. |
extension | String | Extension of resource. Valid value is - rulefunction |
scsIntegrationType | String | The type of SCS integration |
repoRootURL | String | Base repo URL for the source control system. |
Returns
Type | Description |
Object | EObject representing the RuleFunction. |