Uses of Annotation Type
org.alfresco.rest.framework.BinaryProperties
Packages that use BinaryProperties
Package
Description
-
Uses of BinaryProperties in org.alfresco.rest.api.nodes
Methods in org.alfresco.rest.api.nodes with annotations of type BinaryPropertiesModifier 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) NodesEntityResource.updateProperty
(String fileNodeId, BasicContentInfo contentInfo, InputStream stream, Parameters parameters) Upload new version of content This allow binary content update of an existing file/content node. -
Uses of BinaryProperties in org.alfresco.rest.api.people
Methods in org.alfresco.rest.api.people with annotations of type BinaryPropertiesModifier and TypeMethodDescriptionvoid
PeopleEntityResource.deleteProperty
(String personId, Parameters parameters) Delete avatar image contentPeopleEntityResource.readProperty
(String personId, Parameters parameters) Download avatar image contentPeopleEntityResource.updateProperty
(String personId, BasicContentInfo contentInfo, InputStream stream, Parameters parameters) Upload avatar image content -
Uses of BinaryProperties in org.alfresco.rest.api.trashcan
Methods in org.alfresco.rest.api.trashcan with annotations of type BinaryPropertiesModifier and TypeMethodDescriptionTrashcanEntityResource.readProperty
(String nodeId, Parameters parameters) TrashcanRenditionsRelation.readProperty
(String nodeId, String renditionId, Parameters parameters) -
Uses of BinaryProperties in org.alfresco.rest.workflow.api.processdefinitions
Methods in org.alfresco.rest.workflow.api.processdefinitions with annotations of type BinaryPropertiesModifier and TypeMethodDescriptionProcessDefinitionsRestEntityResource.readProperty
(String id, Parameters parameters) -
Uses of BinaryProperties in org.alfresco.rest.workflow.api.processes
Methods in org.alfresco.rest.workflow.api.processes with annotations of type BinaryPropertiesModifier and TypeMethodDescriptionProcessesRestEntityResource.readProperty
(String entityId, Parameters parameters)