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 class
AbstractSimpleParameterSelection<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 class
ParameterValue
Methods in de.aristaflow.ilm.model.common with type parameters of type SimpleParameter Modifier and Type Method Description 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, 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 class
AccessedProcessModelParameter
class
ProcessModelParameter
-
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 void
ExecutionManagerRest. addSimpleParameterToModel(SimpleParameter sp)
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model. -
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 void
ProcessImageRendererRest. addSimpleParameterToModel(SimpleParameter sp)
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.void
SimpleProcessImageRendererRest. addSimpleParameterToModel(SimpleParameter sp)
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model. -
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 void
ProcessManagerRest. addSimpleParameterToModel(SimpleParameter sp)
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model. -
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 void
ResModelManagerRest. addSimpleParameterToModel(SimpleParameter sp)
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model. -
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 void
SynchronousActivityStartingRest. addSimpleParameterToModel(SimpleParameter sp)
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model. -
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 void
RuntimeServiceRest. addSimpleParameterToModel(SimpleParameter sp)
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model. -
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 void
WorklistManagerRest. addSimpleParameterToModel(SimpleParameter sp)
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
-