Class BaseEfestoInput<T>
- java.lang.Object
-
- org.kie.efesto.runtimemanager.api.model.BaseEfestoInput<T>
-
- All Implemented Interfaces:
EfestoInput<T>
public class BaseEfestoInput<T> extends Object implements EfestoInput<T>
-
-
Constructor Summary
Constructors Constructor Description BaseEfestoInput(org.kie.efesto.common.api.identifiers.ModelLocalUriId modelLocalUriId, T inputData)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetInputData()org.kie.efesto.common.api.identifiers.ModelLocalUriIdgetModelLocalUriId()The unique, full identifier of a given model' resource-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.kie.efesto.runtimemanager.api.model.EfestoInput
getFirstLevelCacheKey, getSecondLevelCacheKey
-
-
-
-
Constructor Detail
-
BaseEfestoInput
public BaseEfestoInput(org.kie.efesto.common.api.identifiers.ModelLocalUriId modelLocalUriId, T inputData)
-
-
Method Detail
-
getModelLocalUriId
public org.kie.efesto.common.api.identifiers.ModelLocalUriId getModelLocalUriId()
Description copied from interface:EfestoInputThe unique, full identifier of a given model' resource- Specified by:
getModelLocalUriIdin interfaceEfestoInput<T>- Returns:
-
getInputData
public T getInputData()
- Specified by:
getInputDatain interfaceEfestoInput<T>
-
-