Add comment for public constructor.
Signed-off-by: Marcel Mager (INST-IOT/ESB) <Marcel.Mager@bosch-si.com>
This commit is contained in:
@@ -28,6 +28,25 @@ public class FilterParams {
|
|||||||
String[] filterByTagNames;
|
String[] filterByTagNames;
|
||||||
Long filterByDistributionId;
|
Long filterByDistributionId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Constructor.
|
||||||
|
*
|
||||||
|
* @param filterByDistributionId
|
||||||
|
* if set, a filter is added for the given
|
||||||
|
* {@link DistributionSet#getId()}
|
||||||
|
* @param filterByStatus
|
||||||
|
* if set, a filter is added for target states included by the
|
||||||
|
* collection
|
||||||
|
* @param overdueState
|
||||||
|
* if set, a filter is added for overdued devices
|
||||||
|
* @param filterBySearchText
|
||||||
|
* if set, a filter is added for the given search text
|
||||||
|
* @param selectTargetWithNoTag
|
||||||
|
* if set, tag-filtering is enabled
|
||||||
|
* @param filterByTagNames
|
||||||
|
* if tag-filtering is enabled, a filter is added for the given
|
||||||
|
* tag-names
|
||||||
|
*/
|
||||||
public FilterParams(Long filterByDistributionId, Collection<TargetUpdateStatus> filterByStatus,
|
public FilterParams(Long filterByDistributionId, Collection<TargetUpdateStatus> filterByStatus,
|
||||||
Boolean overdueState, String filterBySearchText, Boolean selectTargetWithNoTag,
|
Boolean overdueState, String filterBySearchText, Boolean selectTargetWithNoTag,
|
||||||
String... filterByTagNames) {
|
String... filterByTagNames) {
|
||||||
|
|||||||
Reference in New Issue
Block a user