Uses of Class
org.alfresco.rest.api.model.Document
-
Packages that use Document Package Description org.alfresco.rest.api org.alfresco.rest.api.impl org.alfresco.rest.api.model -
-
Uses of Document in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return Document Modifier and Type Method Description DocumentNodes. getDocument(NodeRef nodeRef)Get the document representation for the given node. -
Uses of Document in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return Document Modifier and Type Method Description DocumentNodesImpl. getDocument(NodeRef nodeRef)Deprecated.note: currently required for backwards compat' (Favourites API) -
Uses of Document in org.alfresco.rest.api.model
Methods in org.alfresco.rest.api.model that return Document Modifier and Type Method Description DocumentDocumentTarget. getFile()Methods in org.alfresco.rest.api.model with parameters of type Document Modifier and Type Method Description voidDocumentTarget. setDocument(Document file)Constructors in org.alfresco.rest.api.model with parameters of type Document Constructor Description DocumentTarget(Document file)
-