public class FilterUtils extends Object
Constructor and Description |
---|
FilterUtils() |
Modifier and Type | Method and Description |
---|---|
static Collection |
getGroups(ApplicationUser user)
Get the groups that this filter can be shared with.
|
static Long |
verifyLong(Long id) |
static String |
verifyString(String s)
Returned string is non-null IFF there is a true value (ie some text)
|
static String[] |
verifyStringArray(String[] sa)
Retirned string array is non-null IFF there is a true value (ie some text)
|
public static String verifyString(String s)
public static String[] verifyStringArray(String[] sa)
public static Collection getGroups(ApplicationUser user)
Copyright © 2002-2015 Atlassian. All Rights Reserved.