Nuxeo Enterprise Platform 5.4

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

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

public class OperationResource
extends ExecutableResource

Author:
Bogdan Stefanescu

Constructor Summary
OperationResource(AutomationService service, OperationType type)
           
 
Method Summary
 java.lang.Object doGet()
           
 java.lang.Object execute(ExecutionRequest xreq)
           
 java.lang.String getId()
           
 boolean isChain()
           
 
Methods inherited from class org.nuxeo.ecm.automation.server.jaxrs.ExecutableResource
doPost, getCoreSession
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationResource

public OperationResource(AutomationService service,
                         OperationType type)
Method Detail

doGet

public java.lang.Object doGet()

execute

public java.lang.Object execute(ExecutionRequest xreq)
                         throws java.lang.Exception
Specified by:
execute in class ExecutableResource
Throws:
java.lang.Exception

getId

public java.lang.String getId()
Specified by:
getId in class ExecutableResource

isChain

public boolean isChain()
Specified by:
isChain in class ExecutableResource

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.