Uses of Class
de.aristaflow.ilm.ws.rest.model.resourcemodel.Resource
-
Packages that use Resource Package Description de.aristaflow.ilm.ws.rest.core.worklistmanager de.aristaflow.ilm.ws.rest.model.resourcemodel -
-
Uses of Resource in de.aristaflow.ilm.ws.rest.core.worklistmanager
Methods in de.aristaflow.ilm.ws.rest.core.worklistmanager with parameters of type Resource Modifier and Type Method Description void
WorklistManagerRest. addResourceToModel(Resource res)
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 Resource in de.aristaflow.ilm.ws.rest.model.resourcemodel
Fields in de.aristaflow.ilm.ws.rest.model.resourcemodel with type parameters of type Resource Modifier and Type Field Description List<@NotNull @Valid Resource>
ResourceInstance. subRes
-