Uses of Interface
org.opencms.ade.publish.I_CmsPublishRelatedResourceProvider
Packages that use I_CmsPublishRelatedResourceProvider
Package
Description
This package contains the server-side classes for the publish module.
-
Uses of I_CmsPublishRelatedResourceProvider in org.opencms.ade.publish
Classes in org.opencms.ade.publish that implement I_CmsPublishRelatedResourceProviderModifier and TypeClassDescriptionclass
Dummy implementation of the I_CmsRelatedResourceProvider interface which doesn't actually add any related resources.Fields in org.opencms.ade.publish declared as I_CmsPublishRelatedResourceProviderModifier and TypeFieldDescriptionstatic final I_CmsPublishRelatedResourceProvider
CmsDummyRelatedResourceProvider.INSTANCE
Static instance of this class (we don't need more than one).Methods in org.opencms.ade.publish that return I_CmsPublishRelatedResourceProviderModifier and TypeMethodDescriptionCmsCurrentPageProject.getRelatedResourceProvider
(CmsObject cmsObject, CmsPublishOptions options) CmsDirectPublishProject.getRelatedResourceProvider
(CmsObject cmsObject, CmsPublishOptions options) CmsMyChangesProject.getRelatedResourceProvider
(CmsObject cmsObject, CmsPublishOptions options) CmsRealProjectVirtualWrapper.getRelatedResourceProvider
(CmsObject cmsObject, CmsPublishOptions options) I_CmsVirtualProject.getRelatedResourceProvider
(CmsObject cmsObject, CmsPublishOptions options) Returns an object that can be queried for 'related' resources specific to this virtual project.Constructors in org.opencms.ade.publish with parameters of type I_CmsPublishRelatedResourceProviderModifierConstructorDescriptionCmsPublishRelationFinder
(CmsObject cms, Collection<CmsResource> resources, boolean keepOriginalUnchangedResources, I_CmsPublishRelatedResourceProvider relProvider) Creates a new instance.