Class CmsRelationValidatorInfoEntry

java.lang.Object
org.opencms.relations.CmsRelationValidatorInfoEntry

public final class CmsRelationValidatorInfoEntry extends Object
Relation validator entry information bean.

Since:
6.5.5
  • Constructor Details

    • CmsRelationValidatorInfoEntry

      public CmsRelationValidatorInfoEntry(String entryName, String resourceName, String siteName, String siteRoot, List<CmsRelation> relations)
      Default constructor.

      Parameters:
      entryName - the entry name
      resourceName - the resource name
      siteName - the site title
      siteRoot - the site root
      relations - the broken relation source list
  • Method Details