public static interface BinaryResourceAction.Update extends ResourceAction
Modifier and Type | Method and Description |
---|---|
void |
update(java.lang.String entityId,
BasicContentInfo contentInfo,
java.io.InputStream stream,
Parameters params)
Updates a binary property.
|
void update(java.lang.String entityId, BasicContentInfo contentInfo, java.io.InputStream stream, Parameters params)
Parameters
object.
See Parameters.hasBinaryProperty(String)
or Parameters.getBinaryProperty()
entityId
- unique idstream
- An inputstreamcontentInfo
- Basic information about the content streamparams
- Parameters
Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.