Class ContentTableSourceFilter

    • Constructor Detail

      • ContentTableSourceFilter

        public ContentTableSourceFilter()
    • Method Detail

      • calculateFilterValue

        protected IQueryValue calculateFilterValue​(Node filterNode)
                                            throws PortalException
        Analyzes this filter and returns the value that should be used with it. This implementation tries to identify whether this filter is a primary key filter and correct its value if necessary.
        Overrides:
        calculateFilterValue in class TableSourceFilter
        Parameters:
        filterNode - the filter definition node.
        Returns:
        the filter value.
        Throws:
        PortalException