Uses of Class
com.emc.documentum.rest.model.AtomAuthor
-
Uses of AtomAuthor in com.emc.documentum.rest.model
Modifier and TypeMethodDescriptionAtomEntry.getAuthors()
Get atom entry authorsAtomFeed.getAuthors()
Get authors of atom feedModifier and TypeMethodDescriptionvoid
AtomEntry.setAuthors
(List<AtomAuthor> authors) Set atom entry authorsvoid
AtomFeed.setAuthors
(List<AtomAuthor> authors) Set authors of atom feed -
Uses of AtomAuthor in com.emc.documentum.rest.view
Modifier and TypeMethodDescriptionprotected AtomAuthor
EntryableView.getAtomAuthor
(String author) Build the atom author by the author name.Modifier and TypeMethodDescriptionabstract List<AtomAuthor>
EntryableView.entryAuthors()
The returning value of this method is to resolve the value of the atom entry authors.FeedableView.feedAuthors()
The returning value of this method is to resolve the value of the atom feed authors.