Uses of Interface
de.aristaflow.adept2.model.execution.InputDataContext
-
-
Uses of InputDataContext in de.aristaflow.adept2.core.eventmanager.common
Methods in de.aristaflow.adept2.core.eventmanager.common with parameters of type InputDataContext Modifier and Type Method Description static String
ParamRefTools. replaceParams(String rawString, InputDataContext dataContext)
Replaces all parameter references in the designated string with the corresponding input parameter values from the data context.protected String
AbstractEventSource. replaceValueParams(String value, InputDataContext dataContext)
WrapsParamRefTools#replaceParams(String, InputDataContext)
by allowing fornull
and the empty string as value. -
Uses of InputDataContext in de.aristaflow.adept2.model.execution
Subinterfaces of InputDataContext in de.aristaflow.adept2.model.execution Modifier and Type Interface Description interface
ParameterDataContext
This data context provides access to input parameters as well as the parameter names and their types. -
Uses of InputDataContext in de.aristaflow.adept2.model.runtimeenvironment
Subinterfaces of InputDataContext in de.aristaflow.adept2.model.runtimeenvironment Modifier and Type Interface Description interface
DataContext
This interface provides reading access to all input and output parameters of an application as well as write access to output parameters.interface
SerialisableDataContext
A data context that is serialisable and therefore provides access to all managed parameters without having to know their names or their types.Classes in de.aristaflow.adept2.model.runtimeenvironment that implement InputDataContext Modifier and Type Class Description class
SettableDataContext
ASettableDataContext
allows to set the arbitrary input and output parameters as well as the corresponding values. -
Uses of InputDataContext in de.aristaflow.ilm.model.execution
Methods in de.aristaflow.ilm.model.execution with type parameters of type InputDataContext Modifier and Type Method Description static <T extends InputDataContext,I extends InputDataContext>
ITransformation. fillInputDataContext(T idc, Map<String,ProcessConstants.AdeptDataType> params, I ret, Logger logger)
-