Uses of Interface
org.alfresco.rest.framework.resource.content.BinaryResource
Packages that use BinaryResource
Package
Description
-
Uses of BinaryResource in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return BinaryResourceModifier and TypeMethodDescriptionPeople.downloadAvatarContent
(String personId, Parameters parameters) DeletedNodes.getContent
(String archivedId, String renditionId, Parameters parameters) Download file content (or rendition content) via archived node.Nodes.getContent
(String fileNodeId, Parameters parameters, boolean recordActivity) Download file content.Nodes.getContent
(NodeRef nodeRef, Parameters parameters, boolean recordActivity) Download file content.Renditions.getContent
(NodeRef nodeRef, String versionId, String renditionId, Parameters parameters) Downloads rendition.Renditions.getContent
(NodeRef nodeRef, String renditionId, Parameters parameters) Downloads rendition.Renditions.getContentNoValidation
(NodeRef nodeRef, String versionId, String renditionId, Parameters parameters) Downloads rendition.Renditions.getContentNoValidation
(NodeRef nodeRef, String renditionId, Parameters parameters) Downloads rendition.QuickShareLinks.readProperty
(String sharedId, String renditionId, Parameters parameters) Download file content (or rendition content) via shared link. -
Uses of BinaryResource in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return BinaryResourceModifier and TypeMethodDescriptionPeopleImpl.downloadAvatarContent
(String personId, Parameters parameters) DeletedNodesImpl.getContent
(String archivedId, String renditionId, Parameters parameters) NodesImpl.getContent
(String fileNodeId, Parameters parameters, boolean recordActivity) NodesImpl.getContent
(NodeRef nodeRef, Parameters parameters, boolean recordActivity) RenditionsImpl.getContent
(NodeRef nodeRef, String versionLabelId, String renditionId, Parameters parameters) RenditionsImpl.getContent
(NodeRef nodeRef, String renditionId, Parameters parameters) RenditionsImpl.getContentNoValidation
(NodeRef nodeRef, String versionLabelId, String renditionId, Parameters parameters) RenditionsImpl.getContentNoValidation
(NodeRef nodeRef, String renditionId, Parameters parameters) QuickShareLinksImpl.readProperty
(String sharedId, String renditionId, Parameters parameters) Download content via shared link. -
Uses of BinaryResource in org.alfresco.rest.api.nodes
Methods in org.alfresco.rest.api.nodes that return BinaryResourceModifier and TypeMethodDescriptionNodeRenditionsRelation.readProperty
(String nodeId, String renditionId, Parameters parameters) NodesEntityResource.readProperty
(String fileNodeId, Parameters parameters) Download contentNodeVersionRenditionsRelation.readProperty
(String nodeId, String versionId, Parameters parameters) NodeVersionsRelation.readProperty
(String nodeId, String versionId, Parameters parameters) -
Uses of BinaryResource in org.alfresco.rest.api.people
Methods in org.alfresco.rest.api.people that return BinaryResourceModifier and TypeMethodDescriptionPeopleEntityResource.readProperty
(String personId, Parameters parameters) Download avatar image content -
Uses of BinaryResource in org.alfresco.rest.api.trashcan
Methods in org.alfresco.rest.api.trashcan that return BinaryResourceModifier and TypeMethodDescriptionTrashcanEntityResource.readProperty
(String nodeId, Parameters parameters) TrashcanRenditionsRelation.readProperty
(String nodeId, String renditionId, Parameters parameters) -
Uses of BinaryResource in org.alfresco.rest.framework.resource.actions.interfaces
Methods in org.alfresco.rest.framework.resource.actions.interfaces that return BinaryResourceModifier and TypeMethodDescriptionBinaryResourceAction.Read.readProperty
(String entityId, Parameters parameters) Retrieves a binary property by returning a BinaryResource object.BinaryResourceAction.ReadWithResponse.readProperty
(String entityId, Parameters parameters, WithResponse withResponse) Retrieves a binary property by returning a BinaryResource object.RelationshipResourceBinaryAction.Read.readProperty
(String entityId, String entityResourceId, Parameters parameters) Retrieves a binary property by returning a BinaryResource object.RelationshipResourceBinaryAction.ReadWithResponse.readProperty
(String entityId, String entityResourceId, Parameters parameters, WithResponse withResponse) Retrieves a binary property by returning a BinaryResource object. -
Uses of BinaryResource in org.alfresco.rest.framework.resource.content
Classes in org.alfresco.rest.framework.resource.content that implement BinaryResourceModifier and TypeClassDescriptionclass
An abstract binary resource.class
A binary resource based on a File.class
A binary resource based on a Node reference. -
Uses of BinaryResource in org.alfresco.rest.framework.webscripts
Methods in org.alfresco.rest.framework.webscripts with parameters of type BinaryResourceModifier and TypeMethodDescriptionprotected void
AbstractResourceWebScript.streamResponse
(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res, BinaryResource resource) -
Uses of BinaryResource in org.alfresco.rest.workflow.api
Methods in org.alfresco.rest.workflow.api that return BinaryResourceModifier and TypeMethodDescriptionProcessDefinitions.getProcessDefinitionImage
(String definitionId) Processes.getProcessImage
(String processId) -
Uses of BinaryResource in org.alfresco.rest.workflow.api.impl
Methods in org.alfresco.rest.workflow.api.impl that return BinaryResourceModifier and TypeMethodDescriptionProcessDefinitionsImpl.getProcessDefinitionImage
(String definitionId) ProcessesImpl.getProcessImage
(String processId) -
Uses of BinaryResource in org.alfresco.rest.workflow.api.processdefinitions
Methods in org.alfresco.rest.workflow.api.processdefinitions that return BinaryResourceModifier and TypeMethodDescriptionProcessDefinitionsRestEntityResource.readProperty
(String id, Parameters parameters) -
Uses of BinaryResource in org.alfresco.rest.workflow.api.processes
Methods in org.alfresco.rest.workflow.api.processes that return BinaryResourceModifier and TypeMethodDescriptionProcessesRestEntityResource.readProperty
(String entityId, Parameters parameters)