JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.opencastproject.assetmanager.api.query
Interface Predicate
All Known Implementing Classes:
AbstractPredicate
public interface
Predicate
A boolean expression.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Predicate
and
(
Predicate
right)
Predicate
not
()
Predicate
or
(
Predicate
right)
Method Details
and
Predicate
and
(
Predicate
right)
or
Predicate
or
(
Predicate
right)
not
Predicate
not
()