@Transactional
public interface ArdenService
| Modifier and Type | Method and Description |
|---|---|
void |
compile(java.lang.String ardenRuleDefinition,
java.lang.String outFolder)
Parse arden rule definition from a string and then output java file in the designated output
directory.
|
void |
compileFile(java.lang.String file,
java.lang.String outFolder) |
void compileFile(java.lang.String file,
java.lang.String outFolder)
file - - mlm file to be parsedvoid compile(java.lang.String ardenRuleDefinition,
java.lang.String outFolder)
throws APIException
Rule object that
can be used using the logic serviceardenRuleDefinition - the rule definition to be parsedoutFolder - the java output directory location. this is not the full path with the
package structurejava.lang.Exception - when the rule definition parser doesn't recognize the arden structureAPIExceptionCopyright © 2018 OpenMRS Inc.. All Rights Reserved.