Uses of Class
com.emc.documentum.rest.model.AtomAuthor
Packages that use AtomAuthor
-
Uses of AtomAuthor in com.emc.documentum.rest.model
Methods in com.emc.documentum.rest.model that return types with arguments of type AtomAuthorModifier and TypeMethodDescriptionAtomEntry.getAuthors()
Get atom entry authorsAtomFeed.getAuthors()
Get authors of atom feedMethod parameters in com.emc.documentum.rest.model with type arguments of type AtomAuthorModifier 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
Methods in com.emc.documentum.rest.view that return AtomAuthorModifier and TypeMethodDescriptionprotected AtomAuthor
EntryableView.getAtomAuthor
(String author) Build the atom author by the author name.Methods in com.emc.documentum.rest.view that return types with arguments of type AtomAuthorModifier 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.