Uses of Class
org.alfresco.rest.api.model.ContentInfo
-
Packages that use ContentInfo Package Description org.alfresco.rest.api.model -
-
Uses of ContentInfo in org.alfresco.rest.api.model
Fields in org.alfresco.rest.api.model declared as ContentInfo Modifier and Type Field Description protected ContentInfo
Node. contentInfo
Methods in org.alfresco.rest.api.model that return ContentInfo Modifier and Type Method Description ContentInfo
Document. getContent()
ContentInfo
Folder. getContent()
ContentInfo
Node. getContent()
ContentInfo
QuickShareLink. getContent()
ContentInfo
Rendition. getContent()
Methods in org.alfresco.rest.api.model with parameters of type ContentInfo Modifier and Type Method Description void
Document. setContent(ContentInfo contentInfoIn)
void
Folder. setContent(ContentInfo contentInfo)
void
Node. setContent(ContentInfo contentInfo)
void
QuickShareLink. setContent(ContentInfo content)
void
Rendition. setContent(ContentInfo contentInfo)
-