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
 Object invoke(OperationContext ctx)
           
 

Method Detail

invoke

Object invoke(OperationContext ctx)
              throws OperationException
Throws:
OperationException

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.