org.alfresco.repo.cmis.rest
Class CMISQueryReader

java.lang.Object
  extended by org.alfresco.repo.cmis.rest.CMISQueryReader
All Implemented Interfaces:
org.springframework.extensions.webscripts.FormatReader

public class CMISQueryReader
extends java.lang.Object
implements org.springframework.extensions.webscripts.FormatReader

Convert application/cmisrequest+xml;type=query to class String.


Constructor Summary
CMISQueryReader()
           
 
Method Summary
 java.util.Map createScriptParameters(org.springframework.extensions.webscripts.WebScriptRequest req, org.springframework.extensions.webscripts.WebScriptResponse res)
           
 java.lang.Class getDestinationClass()
           
 java.lang.String getSourceMimetype()
           
 java.lang.String read(org.springframework.extensions.webscripts.WebScriptRequest req)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMISQueryReader

public CMISQueryReader()
Method Detail

getDestinationClass

public java.lang.Class getDestinationClass()
Specified by:
getDestinationClass in interface org.springframework.extensions.webscripts.FormatReader

getSourceMimetype

public java.lang.String getSourceMimetype()
Specified by:
getSourceMimetype in interface org.springframework.extensions.webscripts.FormatReader

read

public java.lang.String read(org.springframework.extensions.webscripts.WebScriptRequest req)
Specified by:
read in interface org.springframework.extensions.webscripts.FormatReader

createScriptParameters

public java.util.Map createScriptParameters(org.springframework.extensions.webscripts.WebScriptRequest req,
                                            org.springframework.extensions.webscripts.WebScriptResponse res)
Specified by:
createScriptParameters in interface org.springframework.extensions.webscripts.FormatReader


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.