Class CmsRewriteAliasFilter

java.lang.Object
org.opencms.db.CmsRewriteAliasFilter

public class CmsRewriteAliasFilter extends Object
Filter class used for selecting rewrite aliases from the database.

  • Constructor Details

  • Method Details

    • getId

      public CmsUUID getId()
      Gets the id to filter with.

      Returns:
      the id to filter with
    • getSiteRoot

      public String getSiteRoot()
      Gets the site root used for filtering.

      Returns:
      the site root used for filtering
    • setId

      Sets the id of the rewrite alias we want.

      Parameters:
      id - a rewrite alias id
      Returns:
      this filter
    • setSiteRoot

      Sets the site root to use for filtering.

      Parameters:
      siteRoot - the site root
      Returns:
      this filter