|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentMetaData
Provides read access to document meta data.
Method Summary | |
---|---|
List<String> |
getAudience() Returns the audience the documentation targets. |
List<String> |
getCategories() Returns the categories associated with the document instance. |
String |
getName() Returns the unique document identifier. |
List<String> |
getNotes() Returns the list of notes appended to the document instance. |
List<String> |
getParents() Returns the parents associated with the document instance. |
String |
getShortDescription() Returns the short description of the document to be incorporated in an overview table. |
String |
getSortKey() Returns the value for sortKey. |
String |
getSpace() Returns the space within which the title of a document is required to be unique. |
String |
getSummary() Returns the short summary of contents of the document to give more detailed information to a potential reader. |
List<String> |
getTags() Returns the tags associated with the document instance. |
String |
getTitle() Returns the title of a document, unique within the given space. |
Method Detail |
---|
List<String> getCategories()
List<String> getTags()
List<String> getParents()
String getName()
Dependent on the evaluation context the name given here may be expanded to be unique. So the uniqueness of this key is dependent of the context.
String getShortDescription()
List<String> getNotes()
String getSpace()
String getTitle()
String getSummary()
String getSortKey()
Option to sort elements. This sort key is used first for sorting the document instances in the index document of this doctype.
List<String> getAudience()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |