Name | Signature and Synopsis |
---|---|
copyGeneratedClassFiles | copyGeneratedClassFiles(final String inputDirpath,
final String destDir) This function will be typically used when copying over approved decision table class files into the deployment zone |
deployProject | deployProject(String action, Object[] arguments) This function generates class files for decision tables upon approval of the decision project they are contained in. The arguments array consists of 4 parameters 1.)The decision project object 2.)Location of the designer project ear(String) (Typically bin directory) 3.)String[] of all implementations (decision tables) inside this project 4.)directory name (String) to generate class files in |