| Package | Description |
|---|---|
| org.alfresco.rest.framework.resource.actions.interfaces | |
| org.alfresco.rest.framework.resource.content | |
| org.alfresco.rest.framework.resource.parameters |
| Modifier and Type | Method and Description |
|---|---|
void |
BinaryResourceAction.Update.update(String entityId,
BasicContentInfo contentInfo,
InputStream stream,
Parameters params)
Updates a binary property.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ContentInfo
Basic information about content.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryProperty
A POJO property that is of type "Binary"
You can add this to your object to be serialized as a normal property.
|
class |
ContentInfoImpl
Basic implementation of information about the returned content.
|
| Modifier and Type | Method and Description |
|---|---|
BasicContentInfo |
Parameters.getContentInfo()
Gets the basic information about content, typically taken from a HTTPServletRequest.
|
BasicContentInfo |
Params.getContentInfo() |
| Modifier and Type | Method and Description |
|---|---|
static Params |
Params.valueOf(String entityId,
String relationshipId,
Object passedIn,
InputStream stream,
String addressedProperty,
Params.RecognizedParams recognizedParams,
BasicContentInfo contentInfo) |
| Constructor and Description |
|---|
Params(String entityId,
String relationshipId,
Object passedIn,
InputStream stream,
String addressedProperty,
Params.RecognizedParams recognizedParams,
BasicContentInfo contentInfo) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.