Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.automation.server.jaxrs
Class AutomationResource

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

public class AutomationResource
extends java.lang.Object

Author:
Bogdan Stefanescu

Constructor Summary
AutomationResource()
           
 
Method Summary
 AutomationInfo doGet()
           
 java.lang.Object getDebugPage()
           
 java.lang.Object getDocPage()
           
 java.lang.Object getExecutable(java.lang.String oid)
           
 java.lang.Object getFile(javax.servlet.http.HttpServletRequest request, java.lang.String uid, java.lang.String path)
          Gets the content of the blob or blobs (multipart/mixed) located by the given doc uid and property path.
 java.lang.Object login(javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutomationResource

public AutomationResource()
                   throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getDocPage

public java.lang.Object getDocPage()

getDebugPage

public java.lang.Object getDebugPage()

getFile

public java.lang.Object getFile(@Context
                                javax.servlet.http.HttpServletRequest request,
                                java.lang.String uid,
                                java.lang.String path)
Gets the content of the blob or blobs (multipart/mixed) located by the given doc uid and property path.


doGet

public AutomationInfo doGet()

login

public java.lang.Object login(@Context
                              javax.servlet.http.HttpServletRequest request)

getExecutable

public java.lang.Object getExecutable(java.lang.String oid)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.