Uses of Interface
org.alfresco.rest.framework.resource.content.BinaryResource
-
-
Uses of BinaryResource in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return BinaryResource Modifier and Type Method Description BinaryResource
People. downloadAvatarContent(java.lang.String personId, Parameters parameters)
BinaryResource
DeletedNodes. getContent(java.lang.String archivedId, java.lang.String renditionId, Parameters parameters)
Download file content (or rendition content) via archived node.BinaryResource
Nodes. getContent(java.lang.String fileNodeId, Parameters parameters, boolean recordActivity)
Download file content.BinaryResource
Nodes. getContent(org.alfresco.service.cmr.repository.NodeRef nodeRef, Parameters parameters, boolean recordActivity)
Download file content.BinaryResource
Renditions. getContent(org.alfresco.service.cmr.repository.NodeRef nodeRef, java.lang.String versionId, java.lang.String renditionId, Parameters parameters)
Downloads rendition.BinaryResource
Renditions. getContent(org.alfresco.service.cmr.repository.NodeRef nodeRef, java.lang.String renditionId, Parameters parameters)
Downloads rendition.BinaryResource
Renditions. getContentNoValidation(org.alfresco.service.cmr.repository.NodeRef nodeRef, java.lang.String versionId, java.lang.String renditionId, Parameters parameters)
Downloads rendition.BinaryResource
Renditions. getContentNoValidation(org.alfresco.service.cmr.repository.NodeRef nodeRef, java.lang.String renditionId, Parameters parameters)
Downloads rendition.BinaryResource
QuickShareLinks. readProperty(java.lang.String sharedId, java.lang.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 BinaryResource Modifier and Type Method Description BinaryResource
PeopleImpl. downloadAvatarContent(java.lang.String personId, Parameters parameters)
BinaryResource
DeletedNodesImpl. getContent(java.lang.String archivedId, java.lang.String renditionId, Parameters parameters)
BinaryResource
NodesImpl. getContent(java.lang.String fileNodeId, Parameters parameters, boolean recordActivity)
BinaryResource
NodesImpl. getContent(org.alfresco.service.cmr.repository.NodeRef nodeRef, Parameters parameters, boolean recordActivity)
BinaryResource
RenditionsImpl. getContent(org.alfresco.service.cmr.repository.NodeRef nodeRef, java.lang.String versionLabelId, java.lang.String renditionId, Parameters parameters)
BinaryResource
RenditionsImpl. getContent(org.alfresco.service.cmr.repository.NodeRef nodeRef, java.lang.String renditionId, Parameters parameters)
BinaryResource
RenditionsImpl. getContentNoValidation(org.alfresco.service.cmr.repository.NodeRef nodeRef, java.lang.String versionLabelId, java.lang.String renditionId, Parameters parameters)
BinaryResource
RenditionsImpl. getContentNoValidation(org.alfresco.service.cmr.repository.NodeRef nodeRef, java.lang.String renditionId, Parameters parameters)
BinaryResource
QuickShareLinksImpl. readProperty(java.lang.String sharedId, java.lang.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 BinaryResource Modifier and Type Method Description BinaryResource
NodeRenditionsRelation. readProperty(java.lang.String nodeId, java.lang.String renditionId, Parameters parameters)
BinaryResource
NodesEntityResource. readProperty(java.lang.String fileNodeId, Parameters parameters)
Download contentBinaryResource
NodeVersionRenditionsRelation. readProperty(java.lang.String nodeId, java.lang.String versionId, Parameters parameters)
BinaryResource
NodeVersionsRelation. readProperty(java.lang.String nodeId, java.lang.String versionId, Parameters parameters)
-
Uses of BinaryResource in org.alfresco.rest.api.people
Methods in org.alfresco.rest.api.people that return BinaryResource Modifier and Type Method Description BinaryResource
PeopleEntityResource. readProperty(java.lang.String personId, Parameters parameters)
Download avatar image content -
Uses of BinaryResource in org.alfresco.rest.api.quicksharelinks
Methods in org.alfresco.rest.api.quicksharelinks that return BinaryResource Modifier and Type Method Description BinaryResource
QuickShareLinkEntityResource. readProperty(java.lang.String sharedId, Parameters parameters)
Download content via shared link.BinaryResource
QuickShareLinkRenditionsRelation. readProperty(java.lang.String sharedId, java.lang.String renditionId, Parameters parameters)
-
Uses of BinaryResource in org.alfresco.rest.api.trashcan
Methods in org.alfresco.rest.api.trashcan that return BinaryResource Modifier and Type Method Description BinaryResource
TrashcanEntityResource. readProperty(java.lang.String nodeId, Parameters parameters)
BinaryResource
TrashcanRenditionsRelation. readProperty(java.lang.String nodeId, java.lang.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 BinaryResource Modifier and Type Method Description BinaryResource
BinaryResourceAction.Read. readProperty(java.lang.String entityId, Parameters parameters)
Retrieves a binary property by returning a BinaryResource object.BinaryResource
BinaryResourceAction.ReadWithResponse. readProperty(java.lang.String entityId, Parameters parameters, WithResponse withResponse)
Retrieves a binary property by returning a BinaryResource object.BinaryResource
RelationshipResourceBinaryAction.Read. readProperty(java.lang.String entityId, java.lang.String entityResourceId, Parameters parameters)
Retrieves a binary property by returning a BinaryResource object.BinaryResource
RelationshipResourceBinaryAction.ReadWithResponse. readProperty(java.lang.String entityId, java.lang.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 BinaryResource Modifier and Type Class Description class
AbstractBinaryResource
An abstract binary resource.class
FileBinaryResource
A binary resource based on a File.class
NodeBinaryResource
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 BinaryResource Modifier and Type Method Description protected 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 BinaryResource Modifier and Type Method Description BinaryResource
ProcessDefinitions. getProcessDefinitionImage(java.lang.String definitionId)
BinaryResource
Processes. getProcessImage(java.lang.String processId)
-
Uses of BinaryResource in org.alfresco.rest.workflow.api.impl
Methods in org.alfresco.rest.workflow.api.impl that return BinaryResource Modifier and Type Method Description BinaryResource
ProcessDefinitionsImpl. getProcessDefinitionImage(java.lang.String definitionId)
BinaryResource
ProcessesImpl. getProcessImage(java.lang.String processId)
-
Uses of BinaryResource in org.alfresco.rest.workflow.api.processdefinitions
Methods in org.alfresco.rest.workflow.api.processdefinitions that return BinaryResource Modifier and Type Method Description BinaryResource
ProcessDefinitionsRestEntityResource. readProperty(java.lang.String id, Parameters parameters)
-
Uses of BinaryResource in org.alfresco.rest.workflow.api.processes
Methods in org.alfresco.rest.workflow.api.processes that return BinaryResource Modifier and Type Method Description BinaryResource
ProcessesRestEntityResource. readProperty(java.lang.String entityId, Parameters parameters)
-