| Package | Description |
|---|---|
| org.alfresco.repo.webservice.authoring | |
| org.alfresco.repo.webservice.content | |
| org.alfresco.repo.webservice.types |
| Modifier and Type | Method and Description |
|---|---|
Reference |
AuthoringServiceSoapPort.checkinExternal(Reference items,
NamedValue[] comments,
boolean keepCheckedOut,
ContentFormat format,
byte[] content)
Checkin an external content resource thus replacing the existing
working content.
|
Reference |
AuthoringWebService.checkinExternal(Reference node,
NamedValue[] comments,
boolean keepCheckedOut,
ContentFormat format,
byte[] content) |
| Modifier and Type | Method and Description |
|---|---|
ContentFormat |
Content.getFormat()
Gets the format value for this Content.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Content.setFormat(ContentFormat format)
Sets the format value for this Content.
|
Content |
ContentWebService.transform(Reference source,
String property,
Reference destinationReference,
String destinationProperty,
ContentFormat destinationFormat)
Transforms content from one node and mimetype to another node and mimetype
|
Content |
ContentServiceSoapPort.transform(Reference source,
String property,
Reference destinationReference,
String destinationProperty,
ContentFormat destinationFormat)
Transforms content from one mimetype to another.
|
Content |
ContentWebService.write(Reference node,
String property,
byte[] content,
ContentFormat format) |
Content |
ContentServiceSoapPort.write(Reference node,
String property,
byte[] content,
ContentFormat format)
Writes content to the repository.
|
Content |
ContentWebService.writeWithAttachment(Reference node,
String property,
ContentFormat format) |
Content |
ContentServiceSoapPort.writeWithAttachment(Reference node,
String property,
ContentFormat format)
Writes the attached content into the repository.
|
| Constructor and Description |
|---|
Content(Reference node,
String property,
long length,
ContentFormat format,
String url) |
| Modifier and Type | Method and Description |
|---|---|
ContentFormat |
CMLWriteContent.getFormat()
Gets the format value for this CMLWriteContent.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CMLWriteContent.setFormat(ContentFormat format)
Sets the format value for this CMLWriteContent.
|
| Constructor and Description |
|---|
CMLWriteContent(String property,
byte[] content,
ContentFormat format,
Predicate where,
String where_id) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.