Nuxeo Enterprise Platform 5.4

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, java.lang.String chainId)
           
 
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

ChainResource

public ChainResource(AutomationService service,
                     java.lang.String chainId)
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.