Uses of Class
org.alfresco.rest.model.RestContentModel
-
Packages that use RestContentModel Package Description org.alfresco.rest.model org.alfresco.rest.search -
-
Uses of RestContentModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestContentModel Modifier and Type Method Description RestContentModelRestFileModel. getContent()RestContentModelRestNodeAssociationModel. getContent()RestContentModelRestNodeModel. getContent()RestContentModelRestRenditionInfoModel. getContent()RestContentModelRestSharedLinksModel. getContent()RestContentModelRestVersionModel. getContent()Methods in org.alfresco.rest.model with parameters of type RestContentModel Modifier and Type Method Description voidRestFileModel. setContent(RestContentModel content)voidRestNodeAssociationModel. setContent(RestContentModel content)voidRestNodeModel. setContent(RestContentModel content)voidRestRenditionInfoModel. setContent(RestContentModel content)voidRestSharedLinksModel. setContent(RestContentModel content)voidRestVersionModel. setContent(RestContentModel content) -
Uses of RestContentModel in org.alfresco.rest.search
Methods in org.alfresco.rest.search that return RestContentModel Modifier and Type Method Description RestContentModelSearchNodeModel. getContent()Methods in org.alfresco.rest.search with parameters of type RestContentModel Modifier and Type Method Description voidSearchNodeModel. setContent(RestContentModel content)
-