Class ReportFilterEndpointImpl
- java.lang.Object
-
- org.jboss.windup.web.services.rest.ReportFilterEndpointImpl
-
- All Implemented Interfaces:
ReportFilterEndpoint
public class ReportFilterEndpointImpl extends Object implements ReportFilterEndpoint
TODO: Find out what to do with report filter- Author:
- David Klingenberg
-
-
Constructor Summary
Constructors Constructor Description ReportFilterEndpointImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReportFilterclearFilter(Long groupId)Collection<FilterApplication>getApplications(Long executionId)Collection<Category>getCategories()ReportFiltergetFilter(Long executionId)Collection<Tag>getTags()ReportFiltersetFilter(Long executionId, ReportFilter newFilter)
-
-
-
Method Detail
-
getFilter
public ReportFilter getFilter(Long executionId)
- Specified by:
getFilterin interfaceReportFilterEndpoint
-
setFilter
public ReportFilter setFilter(Long executionId, ReportFilter newFilter)
- Specified by:
setFilterin interfaceReportFilterEndpoint
-
clearFilter
public ReportFilter clearFilter(Long groupId)
- Specified by:
clearFilterin interfaceReportFilterEndpoint
-
getTags
public Collection<Tag> getTags()
- Specified by:
getTagsin interfaceReportFilterEndpoint
-
getCategories
public Collection<Category> getCategories()
- Specified by:
getCategoriesin interfaceReportFilterEndpoint
-
getApplications
public Collection<FilterApplication> getApplications(Long executionId)
- Specified by:
getApplicationsin interfaceReportFilterEndpoint
-
-