Interface EfestoCallableOutput
-
- All Superinterfaces:
EfestoCompilationOutput
- All Known Implementing Classes:
AbstractEfestoCallableCompilationOutput,EfestoCallableOutputClassesContainer,EfestoRedirectOutput
public interface EfestoCallableOutput extends EfestoCompilationOutput
ACompilationOutput. It will be translated to aGeneratedExecutableResource, that has a specif json-format and semantic.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getFullClassNames()Returns the full class names to be instantiated for executionorg.kie.efesto.common.api.identifiers.ModelLocalUriIdgetModelLocalUriId()Returns the full resource identifier to be invoked for execution
-