Uses of Class
com.emc.documentum.rest.model.AtomEntry
Packages that use AtomEntry
-
Uses of AtomEntry in com.emc.documentum.rest.model
Classes in com.emc.documentum.rest.model with type parameters of type AtomEntrySubclasses of AtomEntry in com.emc.documentum.rest.modelMethods in com.emc.documentum.rest.model that return types with arguments of type AtomEntryMethod parameters in com.emc.documentum.rest.model with type arguments of type AtomEntryModifier and TypeMethodDescriptionvoid
AtomFeed.setEntries
(List<AtomEntry> entries) Set entries of atom feed -
Uses of AtomEntry in com.emc.documentum.rest.view
Methods in com.emc.documentum.rest.view with type parameters of type AtomEntryModifier and TypeMethodDescriptionFeedableView.feed
(boolean inline) Build the atom feed from this view instance.Methods in com.emc.documentum.rest.view that return AtomEntryModifier and TypeMethodDescriptionEntryableView.entry
(boolean inline) Build the atom entry from this view instance.Methods in com.emc.documentum.rest.view with parameters of type AtomEntryModifier and TypeMethodDescriptionprotected void
EntryableView.customizeEntry
(AtomEntry atomEntry) Override this method to additionally customize the atom entry, especially for custom atom entry attributes.