Uses of Interface
de.aristaflow.adept2.model.execution.InputDataContext
Packages that use InputDataContext
Package
Description
-
Uses of InputDataContext in de.aristaflow.adept2.core.eventmanager.common
Methods in de.aristaflow.adept2.core.eventmanager.common with parameters of type InputDataContextModifier and TypeMethodDescriptionstatic StringParamRefTools.replaceParams(String rawString, InputDataContext dataContext) Replaces all parameter references in the designated string with the corresponding input parameter values from the data context.protected StringAbstractEventSource.replaceValueParams(String value, InputDataContext dataContext) WrapsParamRefTools#replaceParams(String, InputDataContext)by allowing fornulland the empty string as value. -
Uses of InputDataContext in de.aristaflow.adept2.model.execution
Subinterfaces of InputDataContext in de.aristaflow.adept2.model.executionModifier and TypeInterfaceDescriptioninterfaceThis 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.runtimeenvironmentModifier and TypeInterfaceDescriptioninterfaceThis interface provides reading access to all input and output parameters of an application as well as write access to output parameters.interfaceA 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 InputDataContextModifier and TypeClassDescriptionclassASettableDataContextallows 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 InputDataContextModifier and TypeMethodDescriptionstatic <T extends InputDataContext,I extends InputDataContext>
ITransformation.fillInputDataContext(T idc, Map<String, ProcessConstants.AdeptDataType> params, I ret, Logger logger)