Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

public class ChainResource
extends ExecutableResource

Author:
Bogdan Stefanescu

Constructor Summary
ChainResource(AutomationService service, String chainId)
           
 
Method Summary
 Object doGet()
           
 Object execute(ExecutionRequest xreq)
           
 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

ChainResource

public ChainResource(AutomationService service,
                     String chainId)
Method Detail

doGet

public Object doGet()

execute

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

getId

public String getId()
Specified by:
getId in class ExecutableResource

isChain

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

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.