com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class FilterCollection

    • Method Detail

      • contains

        public final boolean contains(Filter item)
        Returns true if this collection contains the specified item.
        Parameters:
        item - the specified item.
        Returns:
        true if the collection contains the specified item.
      • copyTo

        public final void copyTo(Filter[] array,
                                 int arrayIndex)
        Copies the elements from the specified array to this collection starting from the specified index.
        Parameters:
        array - the specified one-dimensional array to copy elements to
        arrayIndex - the zero-based index of the specified array at which copying begins.
      • getParentProject

        public Project getParentProject()

        Gets the parent of the Filters object. Read-only Project.

        Returns:
        parent project.
      • remove

        public final boolean remove(Filter item)
        Removes the specified item from this collection.
        Parameters:
        item - the specified item.
        Returns:
        true if the operation was successful.
      • toList

        public List<Filter> toList()

        Converts a filter collection to a list of Filter objects.

        Returns:
        Generic list of Filter objects.