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 java.lang.Object

Author:
Bogdan Stefanescu

Constructor Summary
DebugResource()
           
 
Method Summary
 javax.ws.rs.core.Response doChainIdPost(java.lang.String input, java.lang.String chainId)
           
 java.lang.Object doGet()
           
 java.lang.Object doGetJSON()
           
 java.lang.Object doGetText()
           
 javax.ws.rs.core.Response doPost(java.lang.String input, java.lang.String chainXml)
           
 AutomationService getOperationService()
           
 java.lang.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()
                                      throws java.lang.Exception
Throws:
java.lang.Exception

getOperationsListAsJson

public java.lang.String getOperationsListAsJson()
                                         throws java.lang.Exception
Throws:
java.lang.Exception

doGet

public java.lang.Object doGet()
                       throws java.lang.Exception
Throws:
java.lang.Exception

doGetText

public java.lang.Object doGetText()
                           throws java.lang.Exception
Throws:
java.lang.Exception

doGetJSON

public java.lang.Object doGetJSON()
                           throws java.lang.Exception
Throws:
java.lang.Exception

doPost

public javax.ws.rs.core.Response doPost(java.lang.String input,
                                        java.lang.String chainXml)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

doChainIdPost

public javax.ws.rs.core.Response doChainIdPost(java.lang.String input,
                                               java.lang.String chainId)
                                        throws java.lang.Exception
Throws:
java.lang.Exception

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.