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 BinaryResourceNodeRenditionsRelation. readProperty(java.lang.String nodeId, java.lang.String renditionId, Parameters parameters)BinaryResourceNodesEntityResource. readProperty(java.lang.String fileNodeId, Parameters parameters)Download contentBinaryResourceNodeVersionRenditionsRelation. readProperty(java.lang.String nodeId, java.lang.String versionId, Parameters parameters)BinaryResourceNodeVersionsRelation. readProperty(java.lang.String nodeId, java.lang.String versionId, Parameters parameters)NodeNodesEntityResource. 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 voidPeopleEntityResource. deleteProperty(java.lang.String personId, Parameters parameters)Delete avatar image contentBinaryResourcePeopleEntityResource. readProperty(java.lang.String personId, Parameters parameters)Download avatar image contentPersonPeopleEntityResource. 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 BinaryResourceQuickShareLinkEntityResource. readProperty(java.lang.String sharedId, Parameters parameters)Download content via shared link.BinaryResourceQuickShareLinkRenditionsRelation. 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 BinaryResourceTrashcanEntityResource. readProperty(java.lang.String nodeId, Parameters parameters)BinaryResourceTrashcanRenditionsRelation. 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 BinaryResourceProcessDefinitionsRestEntityResource. 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 BinaryResourceProcessesRestEntityResource. readProperty(java.lang.String entityId, Parameters parameters)
-