Class AbstractEfestoCallableCompilationOutput
- java.lang.Object
-
- org.kie.efesto.compilationmanager.api.model.AbstractEfestoCallableCompilationOutput
-
- All Implemented Interfaces:
EfestoCallableOutput,EfestoCompilationOutput
- Direct Known Subclasses:
EfestoCallableOutputClassesContainer,EfestoRedirectOutput
public abstract class AbstractEfestoCallableCompilationOutput extends Object implements EfestoCallableOutput
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractEfestoCallableCompilationOutput(org.kie.efesto.common.api.identifiers.ModelLocalUriId modelLocalUriId, String fullClassName)protectedAbstractEfestoCallableCompilationOutput(org.kie.efesto.common.api.identifiers.ModelLocalUriId modelLocalUriId, List<String> fullClassNames)
-
Method Summary
All Methods Instance Methods Concrete 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
-
-
-
Constructor Detail
-
AbstractEfestoCallableCompilationOutput
protected AbstractEfestoCallableCompilationOutput(org.kie.efesto.common.api.identifiers.ModelLocalUriId modelLocalUriId, String fullClassName)
-
-
Method Detail
-
getModelLocalUriId
public org.kie.efesto.common.api.identifiers.ModelLocalUriId getModelLocalUriId()
Returns the full resource identifier to be invoked for execution- Specified by:
getModelLocalUriIdin interfaceEfestoCallableOutput- Returns:
-
getFullClassNames
public List<String> getFullClassNames()
Description copied from interface:EfestoCallableOutputReturns the full class names to be instantiated for execution- Specified by:
getFullClassNamesin interfaceEfestoCallableOutput- Returns:
-
-