Uses of Interface
de.uplanet.util.filter.IFilter
Packages that use IFilter
-
Uses of IFilter in de.uplanet.lucy.server.portalserver
Fields in de.uplanet.lucy.server.portalserver declared as IFilterModifier and TypeFieldDescriptionLoggedOnUsers.FILTER_ACCEPT_ALL
LoggedOnUsers.FILTER_ACCEPT_ANONYMOUS
Methods in de.uplanet.lucy.server.portalserver with parameters of type IFilterModifier and TypeMethodDescriptionLoggedOnUsers.getLoggedOnUsers
(IFilter<IUser> p_filter, boolean p_bIncludeAnonymous) Get a list of users that are currently logged in.LoggedOnUsers.getLoggedOnUsersDistinct
(IFilter<IUser> p_filter) Get a distinct list of non-anonymous users that pass the given filter and that are currently logged in. -
Uses of IFilter in de.uplanet.util.filter
Classes in de.uplanet.util.filter that implement IFilterModifier and TypeClassDescriptionfinal class
final class
final class
This class implements theIFilter
interface as a Groovy closure.final class
This filter accepts anything.final class
Methods in de.uplanet.util.filter with parameters of type IFilterModifier and TypeMethodDescriptionvoid
Add a filter to this conjunction filter.void
Add a filter to this disjunction filter.void
Set the filter to be negated.Constructors in de.uplanet.util.filter with parameters of type IFilter