Package org.opencms.ade.publish
Interface I_CmsPublishRelatedResourceProvider
- All Known Implementing Classes:
CmsDummyRelatedResourceProvider
public interface I_CmsPublishRelatedResourceProvider
Interface used to generate mode-specific 'related resources' for the publish dialog in addition to resources linked by normal relations.
-
Method Summary
Modifier and TypeMethodDescriptionGets the set of additional related resources.
-
Method Details
-
getAdditionalRelatedResources
Gets the set of additional related resources.- Parameters:
cms
- the current CMS contextres
- the resource for which the related resources should be returned- Returns:
- the set of related resources
- Throws:
CmsException
- if something goes wrong
-