Interface ActionFilterFactory
-
Method Summary
Modifier and TypeMethodDescriptionany()Gets anActionFilterwhich matches any action.Gets anActionFilterwhich matches actions which target a specific group.Gets anActionFilterwhich matches actions which contain a specific search query in the source name, target name or description.Gets anActionFilterwhich matches actions with a specific source user.Gets anActionFilterwhich matches actions which target a specific track.Gets anActionFilterwhich matches actions which target a specific user.
-
Method Details
-
any
-
source
Gets anActionFilterwhich matches actions with a specific source user.- Parameters:
uniqueId- the source user unique id- Returns:
- the matcher
-
user
Gets anActionFilterwhich matches actions which target a specific user.- Parameters:
uniqueId- the target user unique id- Returns:
- the matcher
-
group
Gets anActionFilterwhich matches actions which target a specific group.- Parameters:
name- the target group name- Returns:
- the matcher
-
track
Gets anActionFilterwhich matches actions which target a specific track.- Parameters:
name- the target track name- Returns:
- the matcher
-
search
Gets anActionFilterwhich matches actions which contain a specific search query in the source name, target name or description.- Parameters:
query- the search query- Returns:
- the matcher
-