Uses of Class
com.fluig.sdk.filter.FilterResultVO
-
Packages that use FilterResultVO Package Description com.fluig.sdk.service -
-
Uses of FilterResultVO in com.fluig.sdk.service
Methods in com.fluig.sdk.service that return FilterResultVO Modifier and Type Method Description FilterResultVOFilterAPIService. createFilter(FilterVO filterVO)FilterResultVOFilterAPIService. findById(Long filterId)FilterResultVOFilterAPIService. updateFilter(FilterVO filterVO)FilterResultVOFilterAPIService. updateFilterName(long filterId, FilterUpdateNameVO filterUpdateNameVO)FilterResultVOFilterAPIService. updatePublicProcessFilter(long filterId, boolean isPublic)Methods in com.fluig.sdk.service that return types with arguments of type FilterResultVO Modifier and Type Method Description List<FilterResultVO>FilterAPIService. getProcessFilters(boolean onlyMyFilters, boolean findPublicFilters, String pattern, int limit, int offset, String orderBy)
-