public static interface RelationshipResourceBinaryAction.UpdateWithResponse<E> extends ResourceAction
| Modifier and Type | Method and Description |
|---|---|
E |
updateProperty(String entityId,
String entityResourceId,
BasicContentInfo contentInfo,
InputStream stream,
Parameters params,
WithResponse withResponse)
Updates a binary property.
|
E updateProperty(String entityId, String entityResourceId, BasicContentInfo contentInfo, InputStream stream, Parameters params, WithResponse withResponse)
Parameters object.
See Parameters.hasBinaryProperty(String) or Parameters.getBinaryProperty()entityId - unique identityResourceId - Entity resource context for this relationshipstream - An inputstreamcontentInfo - Basic information about the content streamparams - ParametersCopyright © 2005–2018 Alfresco Software. All rights reserved.