Uses of Interface
io.automatiko.engine.codegen.ApplicationSection
-
Packages that use ApplicationSection Package Description io.automatiko.engine.codegen io.automatiko.engine.codegen.decision io.automatiko.engine.codegen.process io.automatiko.engine.codegen.process.persistence -
-
Uses of ApplicationSection in io.automatiko.engine.codegen
Classes in io.automatiko.engine.codegen that implement ApplicationSection Modifier and Type Class Description classAbstractApplicationSectionBase implementation for anApplicationSection.Methods in io.automatiko.engine.codegen that return ApplicationSection Modifier and Type Method Description ApplicationSectionGenerator. section()Returns the "section" of the Application class corresponding to rules. e.g the processes() method with processes().createMyProcess() etc.Methods in io.automatiko.engine.codegen with parameters of type ApplicationSection Modifier and Type Method Description voidApplicationGenerator. generateSectionClass(ApplicationSection section, java.util.List<GeneratedFile> generatedFiles) -
Uses of ApplicationSection in io.automatiko.engine.codegen.decision
Classes in io.automatiko.engine.codegen.decision that implement ApplicationSection Modifier and Type Class Description classDecisionContainerGeneratorMethods in io.automatiko.engine.codegen.decision that return ApplicationSection Modifier and Type Method Description ApplicationSectionDecisionCodegen. section() -
Uses of ApplicationSection in io.automatiko.engine.codegen.process
Classes in io.automatiko.engine.codegen.process that implement ApplicationSection Modifier and Type Class Description classProcessesContainerGeneratorMethods in io.automatiko.engine.codegen.process that return ApplicationSection Modifier and Type Method Description ApplicationSectionProcessCodegen. section() -
Uses of ApplicationSection in io.automatiko.engine.codegen.process.persistence
Methods in io.automatiko.engine.codegen.process.persistence that return ApplicationSection Modifier and Type Method Description ApplicationSectionPersistenceGenerator. section()
-