Class FilterActivity


  • public class FilterActivity
    extends ControlActivity
    Filter and return results from input array based on the conditions.
    • Constructor Detail

      • FilterActivity

        public FilterActivity()
    • Method Detail

      • getItems

        public Expression getItems()
        Get the items property: Input array on which filter should be applied.
        Returns:
        the items value.
      • setItems

        public FilterActivity setItems​(Expression items)
        Set the items property: Input array on which filter should be applied.
        Parameters:
        items - the items value to set.
        Returns:
        the FilterActivity object itself.
      • getCondition

        public Expression getCondition()
        Get the condition property: Condition to be used for filtering the input.
        Returns:
        the condition value.
      • setCondition

        public FilterActivity setCondition​(Expression condition)
        Set the condition property: Condition to be used for filtering the input.
        Parameters:
        condition - the condition value to set.
        Returns:
        the FilterActivity object itself.
      • setName

        public FilterActivity setName​(String name)
        Set the name property: Activity name.
        Overrides:
        setName in class ControlActivity
        Parameters:
        name - the name value to set.
        Returns:
        the Activity object itself.
      • setDescription

        public FilterActivity setDescription​(String description)
        Set the description property: Activity description.
        Overrides:
        setDescription in class ControlActivity
        Parameters:
        description - the description value to set.
        Returns:
        the Activity object itself.
      • setUserProperties

        public FilterActivity setUserProperties​(List<UserProperty> userProperties)
        Set the userProperties property: Activity user properties.
        Overrides:
        setUserProperties in class ControlActivity
        Parameters:
        userProperties - the userProperties value to set.
        Returns:
        the Activity object itself.