|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContentServiceSoapPort
Method Summary | |
---|---|
Content[] |
clear(Predicate items,
java.lang.String property)
Clears content from the repository. |
Content[] |
read(Predicate items,
java.lang.String property)
Retrieves content from the repository. |
Content |
transform(Reference source,
java.lang.String property,
Reference destinationReference,
java.lang.String destinationProperty,
ContentFormat destinationFormat)
Transforms content from one mimetype to another. |
Content |
write(Reference node,
java.lang.String property,
byte[] content,
ContentFormat format)
Writes content to the repository. |
Content |
writeWithAttachment(Reference node,
java.lang.String property,
ContentFormat format)
Writes the attached content into the repository. |
Method Detail |
---|
Content[] read(Predicate items, java.lang.String property) throws java.rmi.RemoteException, ContentFault
java.rmi.RemoteException
ContentFault
Content write(Reference node, java.lang.String property, byte[] content, ContentFormat format) throws java.rmi.RemoteException, ContentFault
java.rmi.RemoteException
ContentFault
Content writeWithAttachment(Reference node, java.lang.String property, ContentFormat format) throws java.rmi.RemoteException, ContentFault
java.rmi.RemoteException
ContentFault
Content[] clear(Predicate items, java.lang.String property) throws java.rmi.RemoteException, ContentFault
java.rmi.RemoteException
ContentFault
Content transform(Reference source, java.lang.String property, Reference destinationReference, java.lang.String destinationProperty, ContentFormat destinationFormat) throws java.rmi.RemoteException, ContentFault
java.rmi.RemoteException
ContentFault
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |