Uses of Interface
de.aristaflow.ilm.ws.rest.model.orgmodel.FlatAttributeSelection
-
Packages that use FlatAttributeSelection Package Description de.aristaflow.ilm.ws.rest.core.processmanager de.aristaflow.ilm.ws.rest.core.worklistmanager de.aristaflow.ilm.ws.rest.model.orgmodel -
-
Uses of FlatAttributeSelection in de.aristaflow.ilm.ws.rest.core.processmanager
Methods in de.aristaflow.ilm.ws.rest.core.processmanager with parameters of type FlatAttributeSelection Modifier and Type Method Description void
ProcessManagerRest. addFlatAttributeSelectionToModel(FlatAttributeSelection fas)
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 FlatAttributeSelection in de.aristaflow.ilm.ws.rest.core.worklistmanager
Methods in de.aristaflow.ilm.ws.rest.core.worklistmanager with parameters of type FlatAttributeSelection Modifier and Type Method Description void
WorklistManagerRest. addFlatAttributeSelectionToModel(FlatAttributeSelection fas)
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 FlatAttributeSelection in de.aristaflow.ilm.ws.rest.model.orgmodel
Fields in de.aristaflow.ilm.ws.rest.model.orgmodel with type parameters of type FlatAttributeSelection Modifier and Type Field Description @NotEmpty Map<@NotBlank String,@Valid FlatAttributeSelection>
EntityFilter.EntitySelection. sel
-