Class AbstractEfestoOutput<T>
- java.lang.Object
-
- org.kie.efesto.runtimemanager.api.model.AbstractEfestoOutput<T>
-
- All Implemented Interfaces:
EfestoOutput<T>
public abstract class AbstractEfestoOutput<T> extends java.lang.Object implements EfestoOutput<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractEfestoOutput(org.kie.efesto.common.api.identifiers.ModelLocalUriId modelLocalUriId, T outputData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.efesto.common.api.identifiers.ModelLocalUriIdgetModelLocalUriId()The unique, full identifier of a given model' resourceTgetOutputData()
-
-
-
Constructor Detail
-
AbstractEfestoOutput
protected AbstractEfestoOutput(org.kie.efesto.common.api.identifiers.ModelLocalUriId modelLocalUriId, T outputData)
-
-
Method Detail
-
getModelLocalUriId
public org.kie.efesto.common.api.identifiers.ModelLocalUriId getModelLocalUriId()
Description copied from interface:EfestoOutputThe unique, full identifier of a given model' resource- Specified by:
getModelLocalUriIdin interfaceEfestoOutput<T>- Returns:
-
getOutputData
public T getOutputData()
- Specified by:
getOutputDatain interfaceEfestoOutput<T>
-
-