Class EfestoRedirectOutput<T>
- java.lang.Object
-
- org.kie.efesto.compilationmanager.api.model.AbstractEfestoCallableCompilationOutput
-
- org.kie.efesto.compilationmanager.api.model.EfestoRedirectOutput<T>
-
- All Implemented Interfaces:
EfestoCallableOutput,EfestoCompilationOutput,EfestoResource<T>
public abstract class EfestoRedirectOutput<T> extends AbstractEfestoCallableCompilationOutput implements EfestoResource<T>
ACompilationOutputfrom one engine that will be anEfestoResourcefor another one. This will be translated to aGeneratedRedirectResource, that has a specif json-format and semantic.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEfestoRedirectOutput(org.kie.efesto.common.api.identifiers.ModelLocalUriId modelLocalUriId, String targetEngine, T content)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetContent()StringgetTargetEngine()-
Methods inherited from class org.kie.efesto.compilationmanager.api.model.AbstractEfestoCallableCompilationOutput
getFullClassNames, getModelLocalUriId
-
-
-
-
Method Detail
-
getTargetEngine
public String getTargetEngine()
-
getContent
public T getContent()
- Specified by:
getContentin interfaceEfestoResource<T>
-
-