Nuxeo ECM Projects 5.4.3-SNAPSHOT

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
 Response doChainIdPost(String input, String chainId)
           
 Object doGet()
           
 Object doGetJSON()
           
 Object doGetText()
           
 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 Response doPost(String input,
                       String chainXml)

doChainIdPost

public Response doChainIdPost(String input,
                              String chainId)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.