public interface ICompilationSupport
| Modifier and Type | Method and Description | 
|---|---|
IReport | 
beforeCompile(IContext context,
             boolean validate)
Allows to connect design elements to each other before creating and storing them. 
 | 
IReport | 
beforeMerge(IContext context,
           boolean validate)
Allows to connect design elements to each other before creating and storing them. 
 | 
IReport | 
compile(IContext context,
       boolean validate)
Compiles a design element. 
 | 
void | 
generateName()
Generate design element system name. 
 | 
IReport | 
merge(IContext context,
     boolean validate)
Merges information on an existing design element. 
 | 
void generateName()
IReport compile(IContext context, boolean validate) throws Exception
IReport merge(IContext context, boolean validate) throws Exception
IReport beforeCompile(IContext context, boolean validate) throws Exception
Copyright © 2019 Visiativ Software. All rights reserved.