Class CmsRelationValidatorInfoEntry

    • Constructor Summary

      Constructors 
      Constructor Description
      CmsRelationValidatorInfoEntry​(java.lang.String entryName, java.lang.String resourceName, java.lang.String siteName, java.lang.String siteRoot, java.util.List<CmsRelation> relations)
      Default constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Returns the entry Name.
      java.util.List<CmsRelation> getRelations()
      Returns all the relations for this entry.
      java.lang.String getResourceName()
      Returns the resource name.
      java.lang.String getSiteName()
      Returns the site name.
      java.lang.String getSiteRoot()
      Returns the site root.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CmsRelationValidatorInfoEntry

        public CmsRelationValidatorInfoEntry​(java.lang.String entryName,
                                             java.lang.String resourceName,
                                             java.lang.String siteName,
                                             java.lang.String siteRoot,
                                             java.util.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 Detail

      • getName

        public java.lang.String getName()
        Returns the entry Name.

        Returns:
        the entry Name
      • getResourceName

        public java.lang.String getResourceName()
        Returns the resource name.

        Returns:
        the resource name
      • getSiteName

        public java.lang.String getSiteName()
        Returns the site name.

        Returns:
        the site name
      • getSiteRoot

        public java.lang.String getSiteRoot()
        Returns the site root.

        Returns:
        the site root