Uses of Class
org.alfresco.rest.api.model.ContentInfo
Packages that use ContentInfo
-
Uses of ContentInfo in org.alfresco.rest.api.model
Fields in org.alfresco.rest.api.model declared as ContentInfoMethods in org.alfresco.rest.api.model that return ContentInfoModifier and TypeMethodDescriptionDocument.getContent()
Folder.getContent()
Node.getContent()
QuickShareLink.getContent()
Rendition.getContent()
Methods in org.alfresco.rest.api.model with parameters of type ContentInfoModifier and TypeMethodDescriptionvoid
Document.setContent
(ContentInfo contentInfoIn) void
Folder.setContent
(ContentInfo contentInfo) void
Node.setContent
(ContentInfo contentInfo) void
QuickShareLink.setContent
(ContentInfo content) void
Rendition.setContent
(ContentInfo contentInfo)