Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.automation
Interface CompiledChain


public interface CompiledChain

A compiled operation chain. The chain is immutable (cannot be modified after it was compiled). This is a self contained object - once built it can be used at any time to invoke the operations in the chain. Not that the chain must be executed on a context compatible with the one used for compiling (which provides the same input type)

Author:
Bogdan Stefanescu

Method Summary
 java.lang.Object invoke(OperationContext ctx)
           
 

Method Detail

invoke

java.lang.Object invoke(OperationContext ctx)
                        throws java.lang.Exception
Throws:
java.lang.Exception

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.