Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

public class AutomationResource
extends Object

Author:
Bogdan Stefanescu

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

Constructor Detail

AutomationResource

public AutomationResource()
                   throws Exception
Throws:
Exception
Method Detail

getDocPage

public Object getDocPage()

getDebugPage

public Object getDebugPage()

getFile

public Object getFile(@Context
                      HttpServletRequest request,
                      String uid,
                      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 Object login(@Context
                    HttpServletRequest request)

getExecutable

public Object getExecutable(String oid)

getBatchManager

public Object getBatchManager()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.