@Transactional
public interface ArdenService
Modifier and Type | Method and Description |
---|---|
void |
compile(String ardenRuleDefinition,
String outFolder)
Parse arden rule definition from a string and then output java file in the designated output
directory.
|
void |
compileFile(String file,
String outFolder) |
void compileFile(String file, String outFolder)
file
- - mlm file to be parsedvoid compile(String ardenRuleDefinition, 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 structureException
- when the rule definition parser doesn't recognize the arden structureAPIException
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.