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 java.util.List<java.lang.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
-
-
-
Method Detail
-
getModelLocalUriId
org.kie.efesto.common.api.identifiers.ModelLocalUriId getModelLocalUriId()
Returns the full resource identifier to be invoked for execution- Returns:
-
getFullClassNames
java.util.List<java.lang.String> getFullClassNames()
Returns the full class names to be instantiated for execution- Returns:
-
-