Interface BinaryResourceAction.Read
- All Superinterfaces:
ResourceAction
- All Known Implementing Classes:
NodesEntityResource,PeopleEntityResource,ProcessDefinitionsRestEntityResource,ProcessesRestEntityResource,QuickShareLinkEntityResource,TrashcanEntityResource
- Enclosing interface:
BinaryResourceAction
HTTP GET - Retrieve a binary resource
-
Method Summary
Modifier and TypeMethodDescriptionreadProperty(String entityId, Parameters parameters) Retrieves a binary property by returning a BinaryResource object.
-
Method Details
-
readProperty
Retrieves a binary property by returning a BinaryResource object. The specific property is specified in theParametersobject. SeeParameters.hasBinaryProperty(String)orParameters.getBinaryProperty()- Parameters:
entityId- unique idparameters-Parameters- Returns:
- BinaryResource - Either
FileBinaryResourceorNodeBinaryResource - Throws:
EntityNotFoundException
-