Uses of Class
de.aristaflow.ilm.model.common.SimpleParameter
-
-
Uses of SimpleParameter in de.aristaflow.ilm.model.common
Classes in de.aristaflow.ilm.model.common with type parameters of type SimpleParameter Modifier and Type Class Description classAbstractSimpleParameterSelection<T extends SimpleParameter>This class provides the common fields of all simple parameter selections.Subclasses of SimpleParameter in de.aristaflow.ilm.model.common Modifier and Type Class Description classParameterValueMethods in de.aristaflow.ilm.model.common with type parameters of type SimpleParameter Modifier and Type Method Description static <T extends SimpleParameter>
FilterTransformation. addSimpleParameterSelection(FilterFactory ff, Attribute nameAttr, Attribute typeAttr, Attribute udtNameAttr, AbstractSimpleParameterSelection<T> sps, Collection<Filter> fs)protected static <I extends SimpleParameter>
ITransformation. fillParameter(String name, ProcessConstants.AdeptDataType type, String udtName, I ret)static <T extends Parameter,I extends SimpleParameter>
ITransformation. fillParameter(T param, I ret)protected static <T extends SimpleParameter>
FilterTransformation. fromIlm(FilterFactory ff, Attribute nameAttr, Attribute typeAttr, Attribute udtNameAttr, AbstractSimpleParameterSelection<T> sps) -
Uses of SimpleParameter in de.aristaflow.ilm.model.processmodel
Subclasses of SimpleParameter in de.aristaflow.ilm.model.processmodel Modifier and Type Class Description classAccessedProcessModelParameterclassProcessModelParameter -
Uses of SimpleParameter in de.aristaflow.ilm.ws.rest.core.executionmanager
Methods in de.aristaflow.ilm.ws.rest.core.executionmanager with parameters of type SimpleParameter Modifier and Type Method Description voidExecutionManagerRest. addSimpleParameterToModel(SimpleParameter sp)This method just serves to add its parameter to the OpenAPI model, e. g. -
Uses of SimpleParameter in de.aristaflow.ilm.ws.rest.core.processimagerenderer
Methods in de.aristaflow.ilm.ws.rest.core.processimagerenderer with parameters of type SimpleParameter Modifier and Type Method Description voidProcessImageRendererRest. addSimpleParameterToModel(SimpleParameter sp)This method just serves to add its parameter to the OpenAPI model, e.voidSimpleProcessImageRendererRest. addSimpleParameterToModel(SimpleParameter sp)This method just serves to add its parameter to the OpenAPI model, e. -
Uses of SimpleParameter in de.aristaflow.ilm.ws.rest.core.processmanager
Methods in de.aristaflow.ilm.ws.rest.core.processmanager with parameters of type SimpleParameter Modifier and Type Method Description voidProcessManagerRest. addSimpleParameterToModel(SimpleParameter sp)This method just serves to add its parameter to the OpenAPI model, e. -
Uses of SimpleParameter in de.aristaflow.ilm.ws.rest.core.resmodelmanager
Methods in de.aristaflow.ilm.ws.rest.core.resmodelmanager with parameters of type SimpleParameter Modifier and Type Method Description voidResModelManagerRest. addSimpleParameterToModel(SimpleParameter sp)This method just serves to add its parameter to the OpenAPI model, e. -
Uses of SimpleParameter in de.aristaflow.ilm.ws.rest.core.runtimemanager
Methods in de.aristaflow.ilm.ws.rest.core.runtimemanager with parameters of type SimpleParameter Modifier and Type Method Description voidSynchronousActivityStartingRest. addSimpleParameterToModel(SimpleParameter sp)This method just serves to add its parameter to the OpenAPI model, e. -
Uses of SimpleParameter in de.aristaflow.ilm.ws.rest.core.runtimeservice
Methods in de.aristaflow.ilm.ws.rest.core.runtimeservice with parameters of type SimpleParameter Modifier and Type Method Description voidRuntimeServiceRest. addSimpleParameterToModel(SimpleParameter sp)This method just serves to add its parameter to the OpenAPI model, e. -
Uses of SimpleParameter in de.aristaflow.ilm.ws.rest.core.worklistmanager
Methods in de.aristaflow.ilm.ws.rest.core.worklistmanager with parameters of type SimpleParameter Modifier and Type Method Description voidWorklistManagerRest. addSimpleParameterToModel(SimpleParameter sp)This method just serves to add its parameter to the OpenAPI model, e.
-