Uses of Class
de.aristaflow.ilm.model.resourcemodel.ProcessStartRef
-
Packages that use ProcessStartRef Package Description de.aristaflow.ilm.model.resourcemodel de.aristaflow.ilm.ws.rest.core.resmodelmanager de.aristaflow.ilm.ws.rest.core.worklistmanager -
-
Uses of ProcessStartRef in de.aristaflow.ilm.model.resourcemodel
Subclasses of ProcessStartRef in de.aristaflow.ilm.model.resourcemodel Modifier and Type Class Description class
ProcessTrigger
Fields in de.aristaflow.ilm.model.resourcemodel declared as ProcessStartRef Modifier and Type Field Description @NotNull @Valid ProcessStartRef
ProcessStartRefAttribute. procRef
Methods in de.aristaflow.ilm.model.resourcemodel with parameters of type ProcessStartRef Modifier and Type Method Description protected static <B extends de.aristaflow.adept2.model.resourcemodel.builder.ProcessStartRefBuilder>
BTransformation. fillProcessStartRef(de.aristaflow.adept2.model.resourcemodel.builder.ResourceModelFactory rmf, ProcessStartRef psr, B builder)
-
Uses of ProcessStartRef in de.aristaflow.ilm.ws.rest.core.resmodelmanager
Methods in de.aristaflow.ilm.ws.rest.core.resmodelmanager with parameters of type ProcessStartRef Modifier and Type Method Description void
ResModelManagerRest. addProcessStartRefToModel(ProcessStartRef psr)
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 ProcessStartRef in de.aristaflow.ilm.ws.rest.core.worklistmanager
Methods in de.aristaflow.ilm.ws.rest.core.worklistmanager with parameters of type ProcessStartRef Modifier and Type Method Description void
WorklistManagerRest. addProcessStartRefToModel(ProcessStartRef psr)
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.
-