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 BinaryResourcePeople. downloadAvatarContent(String personId, Parameters parameters)BinaryResourceDeletedNodes. getContent(String archivedId, String renditionId, Parameters parameters)Download file content (or rendition content) via archived node.BinaryResourceNodes. getContent(String fileNodeId, Parameters parameters, boolean recordActivity)Download file content.BinaryResourceNodes. getContent(NodeRef nodeRef, Parameters parameters, boolean recordActivity)Download file content.BinaryResourceRenditions. getContent(NodeRef sourceNodeRef, String renditionId, Parameters parameters)Downloads rendition.BinaryResourceRenditions. getContentNoValidation(NodeRef sourceNodeRef, String renditionId, Parameters parameters)Downloads rendition.BinaryResourceQuickShareLinks. 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 BinaryResource Modifier and Type Method Description BinaryResourcePeopleImpl. downloadAvatarContent(String personId, Parameters parameters)BinaryResourceDeletedNodesImpl. getContent(String archivedId, String renditionId, Parameters parameters)BinaryResourceNodesImpl. getContent(String fileNodeId, Parameters parameters, boolean recordActivity)BinaryResourceNodesImpl. getContent(NodeRef nodeRef, Parameters parameters, boolean recordActivity)BinaryResourceRenditionsImpl. getContent(NodeRef nodeRef, String renditionId, Parameters parameters)BinaryResourceRenditionsImpl. getContentNoValidation(NodeRef sourceNodeRef, String renditionId, Parameters parameters)BinaryResourceQuickShareLinksImpl. 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 BinaryResource Modifier and Type Method Description BinaryResourceNodeRenditionsRelation. readProperty(String nodeId, String renditionId, Parameters parameters)BinaryResourceNodesEntityResource. readProperty(String fileNodeId, Parameters parameters)Download contentBinaryResourceNodeVersionsRelation. 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 BinaryResource Modifier and Type Method Description BinaryResourcePeopleEntityResource. readProperty(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 BinaryResourceQuickShareLinkEntityResource. readProperty(String sharedId, Parameters parameters)Download content via shared link.BinaryResourceQuickShareLinkRenditionsRelation. readProperty(String sharedId, 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 BinaryResourceTrashcanEntityResource. readProperty(String nodeId, Parameters parameters)BinaryResourceTrashcanRenditionsRelation. 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 BinaryResource Modifier and Type Method Description BinaryResourceBinaryResourceAction.Read. readProperty(String entityId, Parameters parameters)Retrieves a binary property by returning a BinaryResource object.BinaryResourceBinaryResourceAction.ReadWithResponse. readProperty(String entityId, Parameters parameters, WithResponse withResponse)Retrieves a binary property by returning a BinaryResource object.BinaryResourceRelationshipResourceBinaryAction.Read. readProperty(String entityId, String entityResourceId, Parameters parameters)Retrieves a binary property by returning a BinaryResource object.BinaryResourceRelationshipResourceBinaryAction.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 BinaryResource Modifier and Type Class Description classAbstractBinaryResourceAn abstract binary resource.classFileBinaryResourceA binary resource based on a File.classNodeBinaryResourceA 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 voidAbstractResourceWebScript. 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 BinaryResourceProcessDefinitions. getProcessDefinitionImage(String definitionId)BinaryResourceProcesses. getProcessImage(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 BinaryResourceProcessDefinitionsImpl. getProcessDefinitionImage(String definitionId)BinaryResourceProcessesImpl. getProcessImage(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 BinaryResourceProcessDefinitionsRestEntityResource. 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 BinaryResource Modifier and Type Method Description BinaryResourceProcessesRestEntityResource. readProperty(String entityId, Parameters parameters)
-