Uses of Class
com.netgrif.application.engine.workflow.web.requestbodies.CreateFilterBody
-
Packages that use CreateFilterBody Package Description com.netgrif.application.engine.workflow.service com.netgrif.application.engine.workflow.service.interfaces com.netgrif.application.engine.workflow.web -
-
Uses of CreateFilterBody in com.netgrif.application.engine.workflow.service
Methods in com.netgrif.application.engine.workflow.service with parameters of type CreateFilterBody Modifier and Type Method Description FilterFilterService. saveFilter(CreateFilterBody newFilterBody, MergeFilterOperation operation, LoggedUser user)Deprecated. -
Uses of CreateFilterBody in com.netgrif.application.engine.workflow.service.interfaces
Methods in com.netgrif.application.engine.workflow.service.interfaces with parameters of type CreateFilterBody Modifier and Type Method Description FilterIFilterService. saveFilter(CreateFilterBody newFilterBody, MergeFilterOperation operation, LoggedUser user)Deprecated. -
Uses of CreateFilterBody in com.netgrif.application.engine.workflow.web
Methods in com.netgrif.application.engine.workflow.web with parameters of type CreateFilterBody Modifier and Type Method Description MessageResourceFilterController. createFilter(CreateFilterBody newFilter, MergeFilterOperation operation, org.springframework.security.core.Authentication auth, java.util.Locale locale)Deprecated.
-