Package com.tridion.meta
Interface TemplateMeta
- All Superinterfaces:
Item
This is public interface for Template metadata.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the CustomMetaData for this Template, if there is any.Returns the output format of this Template.intReturns the priority of the Template.Methods inherited from interface com.tridion.meta.Item
getCategories, getCreationDate, getId, getInitialPublicationDate, getLastPublicationDate, getMajorVersion, getMinorVersion, getModificationDate, getNamespaceId, getOwningPublicationId, getPublicationId, getTitle, getType
-
Method Details
-
getPriority
int getPriority()Returns the priority of the Template.- Returns:
- the priority for this Template.
-
getOutputFormat
String getOutputFormat()Returns the output format of this Template.- Returns:
- the output format of this Template.
-
getCustomMeta
CustomMeta getCustomMeta()Returns the CustomMetaData for this Template, if there is any. If there is none,nullis returned.- Returns:
- the CustomMetaData for this Template as a CustomMeta object, or
nullif there is none.
-