|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@MTOM @StreamingAttachment(parseEagerly=true, memoryThreshold=10485760L) public interface Modify
Interface for services modifying digital objects.
Field Summary | |
---|---|
static String |
NAME
The interface name |
static QName |
QNAME
The qualified name |
Method Summary | |
---|---|
ModifyResult |
modify(DigitalObject digitalObject,
URI inputFormat,
List<Parameter> parameters)
Modify a given object. |
Methods inherited from interface eu.planets_project.services.PlanetsService |
---|
describe |
Field Detail |
---|
static final String NAME
static final QName QNAME
Method Detail |
---|
@RequestWrapper(className="eu.planets_project.services.modify.ModifyModify") @ResponseWrapper(className="eu.planets_project.services.modify.ModifyModifyResponse") ModifyResult modify(DigitalObject digitalObject, URI inputFormat, List<Parameter> parameters)
digitalObject
- the digital objectinputFormat
- The input format (this will probably be removed in a subsequent release)parameters
- The parameters, if any
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |