Uses of Class
org.alfresco.rest.framework.BinaryProperties
-
-
Uses of BinaryProperties in org.alfresco.rest.api.nodes
Methods in org.alfresco.rest.api.nodes with annotations of type BinaryProperties 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)
Node
NodesEntityResource. updateProperty(java.lang.String fileNodeId, BasicContentInfo contentInfo, java.io.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 BinaryProperties Modifier and Type Method Description void
PeopleEntityResource. deleteProperty(java.lang.String personId, Parameters parameters)
Delete avatar image contentBinaryResource
PeopleEntityResource. readProperty(java.lang.String personId, Parameters parameters)
Download avatar image contentPerson
PeopleEntityResource. updateProperty(java.lang.String personId, BasicContentInfo contentInfo, java.io.InputStream stream, Parameters parameters)
Upload avatar image content -
Uses of BinaryProperties in org.alfresco.rest.api.quicksharelinks
Methods in org.alfresco.rest.api.quicksharelinks with annotations of type BinaryProperties 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 BinaryProperties in org.alfresco.rest.api.trashcan
Methods in org.alfresco.rest.api.trashcan with annotations of type BinaryProperties 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 BinaryProperties in org.alfresco.rest.workflow.api.processdefinitions
Methods in org.alfresco.rest.workflow.api.processdefinitions with annotations of type BinaryProperties Modifier and Type Method Description BinaryResource
ProcessDefinitionsRestEntityResource. readProperty(java.lang.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 BinaryProperties Modifier and Type Method Description BinaryResource
ProcessesRestEntityResource. readProperty(java.lang.String entityId, Parameters parameters)
-