Interface RelationshipResourceBinaryAction.Read
-
- All Superinterfaces:
ResourceAction
- All Known Implementing Classes:
NodeRenditionsRelation
,NodeVersionRenditionsRelation
,NodeVersionsRelation
,QuickShareLinkRenditionsRelation
,TrashcanRenditionsRelation
- Enclosing interface:
- RelationshipResourceBinaryAction
public static interface RelationshipResourceBinaryAction.Read extends ResourceAction
HTTP GET - Retrieve a binary resource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BinaryResource
readProperty(java.lang.String entityId, java.lang.String entityResourceId, Parameters parameters)
Retrieves a binary property by returning a BinaryResource object.
-
-
-
Method Detail
-
readProperty
BinaryResource readProperty(java.lang.String entityId, java.lang.String entityResourceId, Parameters parameters) throws EntityNotFoundException
Retrieves a binary property by returning a BinaryResource object. The specific property is specified in theParameters
object. SeeParameters.hasBinaryProperty(String)
orParameters.getBinaryProperty()
- Parameters:
entityId
- unique identityResourceId
- Entity resource context for this relationshipparameters
-Parameters
- Returns:
- BinaryResource - Either
FileBinaryResource
orNodeBinaryResource
- Throws:
EntityNotFoundException
-
-