Uses of Class
de.aristaflow.ilm.model.common.ParameterValue
Packages that use ParameterValue
Package
Description
-
Uses of ParameterValue in de.aristaflow.ilm.model.common
Methods in de.aristaflow.ilm.model.common that return ParameterValueModifier and TypeMethodDescriptionstatic ParameterValueTransformation.toIlm(String name, ProcessConstants.AdeptDataType type, String udtName, boolean isNull, long intValue, double floatValue, String stringValue, boolean booleanValue, Date dateValue, URI uriValue, byte[] udtValue) Method parameters in de.aristaflow.ilm.model.common with type arguments of type ParameterValueModifier and TypeMethodDescriptionstatic Pair<Map<String,ProcessConstants.AdeptDataType>, Map<String, Serializable>> Transformation.createParamMaps(List<ParameterValue> params) -
Uses of ParameterValue in de.aristaflow.ilm.model.datamanagement
Fields in de.aristaflow.ilm.model.datamanagement with type parameters of type ParameterValueModifier and TypeFieldDescriptionList<@NotNull @Valid ParameterValue>DataContainer.outputValuesList<@NotNull @Valid ParameterValue>DataContainer.valuesMethods in de.aristaflow.ilm.model.datamanagement that return types with arguments of type ParameterValueModifier and TypeMethodDescriptionprotected static List<ParameterValue>Transformation.getParamValues(Map<String, ProcessConstants.AdeptDataType> types, Collection<String> nulls, Map<String, Serializable> values) -
Uses of ParameterValue in de.aristaflow.ilm.model.execution
Fields in de.aristaflow.ilm.model.execution with type parameters of type ParameterValue -
Uses of ParameterValue in de.aristaflow.ilm.model.runtimeenvironment
Fields in de.aristaflow.ilm.model.runtimeenvironment with type parameters of type ParameterValue