Uses of Class
org.xwiki.livedata.LiveDataPropertyDescriptor.OperatorDescriptor
-
Packages that use LiveDataPropertyDescriptor.OperatorDescriptor Package Description org.xwiki.livedata -
-
Uses of LiveDataPropertyDescriptor.OperatorDescriptor in org.xwiki.livedata
Methods in org.xwiki.livedata that return LiveDataPropertyDescriptor.OperatorDescriptor Modifier and Type Method Description LiveDataPropertyDescriptor.OperatorDescriptor
LiveDataPropertyDescriptor.FilterDescriptor. addOperator(String id, String name)
Adds a new supported operator.Methods in org.xwiki.livedata that return types with arguments of type LiveDataPropertyDescriptor.OperatorDescriptor Modifier and Type Method Description List<LiveDataPropertyDescriptor.OperatorDescriptor>
LiveDataPropertyDescriptor.FilterDescriptor. getOperators()
Method parameters in org.xwiki.livedata with type arguments of type LiveDataPropertyDescriptor.OperatorDescriptor Modifier and Type Method Description void
LiveDataPropertyDescriptor.FilterDescriptor. setOperators(List<LiveDataPropertyDescriptor.OperatorDescriptor> operators)
Set the list of operators supported by this filter.
-