Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.automation.server.jaxrs.debug
Class DebugResource

java.lang.Object
  extended by org.nuxeo.ecm.automation.server.jaxrs.debug.DebugResource

public class DebugResource
extends Object

Author:
Bogdan Stefanescu

Constructor Summary
DebugResource()
           
 
Method Summary
 javax.ws.rs.core.Response doChainIdPost(String input, String chainId)
           
 Object doGet()
           
 Object doGetJSON()
           
 Object doGetText()
           
 javax.ws.rs.core.Response doPost(String input, String chainXml)
           
 AutomationService getOperationService()
           
 String getOperationsListAsJson()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugResource

public DebugResource()
Method Detail

getOperationService

public AutomationService getOperationService()

getOperationsListAsJson

public String getOperationsListAsJson()
                               throws Exception
Throws:
Exception

doGet

public Object doGet()

doGetText

public Object doGetText()
                 throws Exception
Throws:
Exception

doGetJSON

public Object doGetJSON()
                 throws Exception
Throws:
Exception

doPost

public javax.ws.rs.core.Response doPost(String input,
                                        String chainXml)

doChainIdPost

public javax.ws.rs.core.Response doChainIdPost(String input,
                                               String chainId)

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.