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