Uses of Class
org.opencms.ade.configuration.CmsADEConfigDataInternal.ConfigReferenceMeta
Packages that use CmsADEConfigDataInternal.ConfigReferenceMeta
-
Uses of CmsADEConfigDataInternal.ConfigReferenceMeta in org.opencms.ade.configuration
Methods in org.opencms.ade.configuration that return CmsADEConfigDataInternal.ConfigReferenceMetaModifier and TypeMethodDescriptionCmsADEConfigDataInternal.ConfigReferenceMeta.combine
(CmsADEConfigDataInternal.ConfigReferenceMeta next) If this object is the metadata for a link to a master configuration M, and 'next' is the metadata for a link from M to some other master configuration N, combines the metadata into a single object and returns it.CmsADEConfigData.getMeta()
Gets the metadata about how this configuration was referenced.CmsADEConfigDataInternal.ConfigReference.getMeta()
Gets the metadata for the configuration referenceCmsADEConfigDataInternal.ConfigReferenceInstance.getMeta()
Gets the metadata associated with the configuration reference.CmsADEConfigurationSequence.getMeta()
Gets the metadata associated with the path of master configuration references to the current configuration.Methods in org.opencms.ade.configuration with parameters of type CmsADEConfigDataInternal.ConfigReferenceMetaModifier and TypeMethodDescriptionCmsADEConfigDataInternal.ConfigReferenceMeta.combine
(CmsADEConfigDataInternal.ConfigReferenceMeta next) If this object is the metadata for a link to a master configuration M, and 'next' is the metadata for a link from M to some other master configuration N, combines the metadata into a single object and returns it.Constructors in org.opencms.ade.configuration with parameters of type CmsADEConfigDataInternal.ConfigReferenceMetaModifierConstructorDescriptionCreates a new instance.ConfigReferenceInstance
(CmsADEConfigDataInternal config, CmsADEConfigDataInternal.ConfigReferenceMeta meta) Creates a new instance.