public class ContentWebService extends AbstractWebService implements org.alfresco.repo.webservice.content.ContentServiceSoapPort
contentService, dictionaryService, namespaceService, nodeService, querySessionCache, searchService, serviceRegistry
Constructor and Description |
---|
ContentWebService() |
Modifier and Type | Method and Description |
---|---|
org.alfresco.repo.webservice.content.Content[] |
clear(org.alfresco.repo.webservice.types.Predicate items,
java.lang.String property) |
org.alfresco.repo.webservice.content.Content[] |
read(org.alfresco.repo.webservice.types.Predicate items,
java.lang.String property) |
org.alfresco.repo.webservice.content.Content |
transform(org.alfresco.repo.webservice.types.Reference source,
java.lang.String property,
org.alfresco.repo.webservice.types.Reference destinationReference,
java.lang.String destinationProperty,
org.alfresco.repo.webservice.types.ContentFormat destinationFormat)
Transforms content from one node and mimetype to another node and mimetype
|
org.alfresco.repo.webservice.content.Content |
write(org.alfresco.repo.webservice.types.Reference node,
java.lang.String property,
byte[] content,
org.alfresco.repo.webservice.types.ContentFormat format) |
org.alfresco.repo.webservice.content.Content |
writeWithAttachment(org.alfresco.repo.webservice.types.Reference node,
java.lang.String property,
org.alfresco.repo.webservice.types.ContentFormat format) |
setContentService, setDictionaryService, setNamespaceService, setNodeService, setQuerySessionCache, setSearchService, setServiceRegistry
public org.alfresco.repo.webservice.content.Content[] read(org.alfresco.repo.webservice.types.Predicate items, java.lang.String property) throws java.rmi.RemoteException, org.alfresco.repo.webservice.content.ContentFault
read
in interface org.alfresco.repo.webservice.content.ContentServiceSoapPort
java.rmi.RemoteException
org.alfresco.repo.webservice.content.ContentFault
org.alfresco.repo.webservice.content.ContentServiceSoapPort#read(org.alfresco.repo.webservice.types.Reference)
public org.alfresco.repo.webservice.content.Content write(org.alfresco.repo.webservice.types.Reference node, java.lang.String property, byte[] content, org.alfresco.repo.webservice.types.ContentFormat format) throws java.rmi.RemoteException, org.alfresco.repo.webservice.content.ContentFault
write
in interface org.alfresco.repo.webservice.content.ContentServiceSoapPort
java.rmi.RemoteException
org.alfresco.repo.webservice.content.ContentFault
org.alfresco.repo.webservice.content.ContentServiceSoapPort#write(org.alfresco.repo.webservice.types.Reference,
byte[])
public org.alfresco.repo.webservice.content.Content writeWithAttachment(org.alfresco.repo.webservice.types.Reference node, java.lang.String property, org.alfresco.repo.webservice.types.ContentFormat format) throws java.rmi.RemoteException, org.alfresco.repo.webservice.content.ContentFault
writeWithAttachment
in interface org.alfresco.repo.webservice.content.ContentServiceSoapPort
java.rmi.RemoteException
org.alfresco.repo.webservice.content.ContentFault
org.alfresco.repo.webservice.content.ContentServiceSoapPort#writeWithAttachments(org.alfresco.repo.webservice.types.Reference[], java.lang.String[], org.alfresco.repo.webservice.types.ContentFormat[])
public org.alfresco.repo.webservice.content.Content[] clear(org.alfresco.repo.webservice.types.Predicate items, java.lang.String property) throws java.rmi.RemoteException, org.alfresco.repo.webservice.content.ContentFault
clear
in interface org.alfresco.repo.webservice.content.ContentServiceSoapPort
java.rmi.RemoteException
org.alfresco.repo.webservice.content.ContentFault
ContentServiceSoapPort.clear(org.alfresco.repo.webservice.types.Predicate,
java.lang.String)
public org.alfresco.repo.webservice.content.Content transform(org.alfresco.repo.webservice.types.Reference source, java.lang.String property, org.alfresco.repo.webservice.types.Reference destinationReference, java.lang.String destinationProperty, org.alfresco.repo.webservice.types.ContentFormat destinationFormat) throws java.rmi.RemoteException, org.alfresco.repo.webservice.content.ContentFault
transform
in interface org.alfresco.repo.webservice.content.ContentServiceSoapPort
java.rmi.RemoteException
org.alfresco.repo.webservice.content.ContentFault
ContentServiceSoapPort.transform(org.alfresco.repo.webservice.types.Reference, java.lang.String, org.alfresco.repo.webservice.types.Reference, java.lang.String, org.alfresco.repo.webservice.types.ContentFormat)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.