Class ProjectFilter
- java.lang.Object
-
- com.epam.ta.reportportal.commons.querygen.Filter
-
- com.epam.ta.reportportal.commons.querygen.ProjectFilter
-
- All Implemented Interfaces:
Queryable,java.io.Serializable
public class ProjectFilter extends Filter
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.epam.ta.reportportal.commons.querygen.Filter
Filter.FilterBuilder
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ProjectFilterof(Queryable filter, java.lang.Long projectId)static ProjectFilterof(java.lang.Long id, Queryable filter, java.lang.Long projectId)-
Methods inherited from class com.epam.ta.reportportal.commons.querygen.Filter
builder, equals, getFilterConditions, getId, getTarget, hashCode, toCondition, toQuery, toString, withCondition, withConditions
-
-
-
-
Method Detail
-
of
public static ProjectFilter of(Queryable filter, java.lang.Long projectId)
-
of
public static ProjectFilter of(java.lang.Long id, Queryable filter, java.lang.Long projectId)
-
-