Class PredicateArray
- java.lang.Object
-
- com.netgrif.application.engine.workflow.domain.filter.PredicateArray
-
public class PredicateArray extends java.lang.ObjectThis class wraps and holds list of predicates. In the xml structure class is represented bytag. Same as the FilterMetadataExport class, this one needs to be converted into map object while importing filter too.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Predicate>predicates
-
Constructor Summary
Constructors Constructor Description PredicateArray(java.util.List<java.lang.Object> value)PredicateArray(java.util.Map<java.lang.String,java.lang.Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.util.List<java.lang.Object>getMapObject()inthashCode()
-
-
-
Field Detail
-
predicates
protected java.util.List<Predicate> predicates
-
-