Class FilterService
- java.lang.Object
-
- com.netgrif.application.engine.workflow.service.FilterService
-
- All Implemented Interfaces:
IFilterService
@Deprecated @Service public class FilterService extends java.lang.Object implements IFilterService
Deprecated.since 5.3.0 - Filter engine processes should be used instead of native objects
-
-
Constructor Summary
Constructors Constructor Description FilterService()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleandeleteFilter(java.lang.String filterId, LoggedUser user)Deprecated.FiltersaveFilter(CreateFilterBody newFilterBody, MergeFilterOperation operation, LoggedUser user)Deprecated.org.springframework.data.domain.Page<Filter>search(java.util.Map<java.lang.String,java.lang.Object> request, org.springframework.data.domain.Pageable pageable, LoggedUser user)Deprecated.
-
-
-
Method Detail
-
deleteFilter
public boolean deleteFilter(java.lang.String filterId, LoggedUser user) throws UnauthorisedRequestExceptionDeprecated.- Specified by:
deleteFilterin interfaceIFilterService- Throws:
UnauthorisedRequestException
-
saveFilter
public Filter saveFilter(CreateFilterBody newFilterBody, MergeFilterOperation operation, LoggedUser user)
Deprecated.- Specified by:
saveFilterin interfaceIFilterService
-
search
public org.springframework.data.domain.Page<Filter> search(java.util.Map<java.lang.String,java.lang.Object> request, org.springframework.data.domain.Pageable pageable, LoggedUser user)
Deprecated.- Specified by:
searchin interfaceIFilterService
-
-