Package org.opencms.relations
Class CmsRelationValidatorInfoEntry
java.lang.Object
org.opencms.relations.CmsRelationValidatorInfoEntry
Relation validator entry information bean.
- Since:
- 6.5.5
-
Constructor Summary
ConstructorDescriptionCmsRelationValidatorInfoEntry
(String entryName, String resourceName, String siteName, String siteRoot, List<CmsRelation> relations) Default constructor. -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Returns the entry Name.Returns all the relations for this entry.Returns the resource name.Returns the site name.Returns the site root.
-
Constructor Details
-
CmsRelationValidatorInfoEntry
public CmsRelationValidatorInfoEntry(String entryName, String resourceName, String siteName, String siteRoot, List<CmsRelation> relations) Default constructor.- Parameters:
entryName
- the entry nameresourceName
- the resource namesiteName
- the site titlesiteRoot
- the site rootrelations
- the broken relation source list
-
-
Method Details
-
getName
Returns the entry Name.- Returns:
- the entry Name
-
getRelations
Returns all the relations for this entry.- Returns:
- a list of
CmsRelation
objects
-
getResourceName
Returns the resource name.- Returns:
- the resource name
-
getSiteName
Returns the site name.- Returns:
- the site name
-
getSiteRoot
Returns the site root.- Returns:
- the site root
-