Interface DocumentTemplateParts
public interface DocumentTemplateParts
This interface defines the different parts a template for export must be compound of.
Each part in the template is uniquely identified by a name, and they can be programmatically
retrieved by this name.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringField in the template corresponding to the author (the creator) of the publication to export.static final StringField in the template corresponding to the creation date of the publication to export.static final StringThe field in the template corresponding to the description of the publication to export.static final StringField in the template corresponding to the user that has lastly modified the publication to export.static final StringField in the template corresponding to the last modification date of the publication to export.static final StringField in the template corresponding to the URL of the publication to export.static final StringField in the template corresponding to the version of the publication to export.static final Stringstatic final Stringstatic final Stringstatic final StringThe area in which the metadata about the publication are rendered.static final StringThe section in the template relative to the attachments of the publication.static final StringThe section in the template relative to the classification of the publication.static final StringThe section in the template that renders the publication's comments.static final StringThe section in the template that renders the publication's content.static final StringThe section in the template relative to the information about the publication.static final StringThe section in the template relative to the links to others publications.
-
Field Details
-
FIELD_AUTHOR
Field in the template corresponding to the author (the creator) of the publication to export.- See Also:
-
FIELD_LAST_MODIFIER
Field in the template corresponding to the user that has lastly modified the publication to export.- See Also:
-
FIELD_MODIFICATION_DATE
Field in the template corresponding to the last modification date of the publication to export.- See Also:
-
FIELD_CREATION_DATE
Field in the template corresponding to the creation date of the publication to export.- See Also:
-
FIELD_URL
Field in the template corresponding to the URL of the publication to export.- See Also:
-
FIELD_VERSION
Field in the template corresponding to the version of the publication to export.- See Also:
-
FIELD_DESCRIPTION
The field in the template corresponding to the description of the publication to export.- See Also:
-
SECTION_INFO
The section in the template relative to the information about the publication.- See Also:
-
SECTION_ATTACHMENTS
The section in the template relative to the attachments of the publication.- See Also:
-
SECTION_SEEALSO
The section in the template relative to the links to others publications.- See Also:
-
SECTION_CLASSIFICATION
The section in the template relative to the classification of the publication.- See Also:
-
SECTION_COMMENTS
The section in the template that renders the publication's comments.- See Also:
-
SECTION_CONTENT
The section in the template that renders the publication's content.- See Also:
-
LIST_OF_METADATA
The area in which the metadata about the publication are rendered. The metadata are displayed in the text section defined by SECTION_INFO.- See Also:
-
LIST_OF_COMMENTS
- See Also:
-
LIST_OF_ATTACHMENTS
- See Also:
-
LIST_OF_LINKS
- See Also:
-