public interface ProcessStep
PortableViewCompiler process| Modifier and Type | Method and Description |
|---|---|
void |
doProcess(ProcessData data,
int percentPerStep)
Execute process
|
java.lang.String |
getStepDescriptionKey()
Returns i18n key of
#getStepDescription() |
java.lang.String getStepDescriptionKey()
#getStepDescription()void doProcess(ProcessData data, int percentPerStep) throws CompilationException
data - process datastepPercent - percent of global process which is this stepCompilationException