public interface WebComponentMetaFactory
ComponentMeta that can be obtained using a
component item id or component tcm uri Each instance is specifically linked
to a publication when an instance is created. This publication id is always
used when getting component meta data| Modifier and Type | Method and Description |
|---|---|
com.tridion.meta.ComponentMeta |
getMeta(int componentId)
Returns the
ComponentMeta for a component with id [componentId] in the publication of this
ComponentMetaFactory instance. |
com.tridion.meta.ComponentMeta |
getMeta(String componentId)
Returns the
ComponentMeta for a component with CMURI
[componentId] in the publication of this
ComponentMetaFactory instance. |
com.tridion.meta.ComponentMeta getMeta(int componentId)
ComponentMeta for a component with id [componentId] in the publication of this
ComponentMetaFactory instance.componentId - id of the component for which the ComponentMeta
is requestedcom.tridion.meta.ComponentMeta getMeta(String componentId)
ComponentMeta for a component with CMURI
[componentId] in the publication of this
ComponentMetaFactory instance. Publication id of the given
CMURI [componentId] is ignored.componentId - id of the component for which the ComponentMeta is requestedCopyright © 2017 SDL Group. All rights reserved.