Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.automation.OperationException

Packages that use OperationException
org.nuxeo.ecm.automation   
org.nuxeo.ecm.automation.core.collectors   
org.nuxeo.ecm.automation.core.impl   
 

Uses of OperationException in org.nuxeo.ecm.automation
 

Subclasses of OperationException in org.nuxeo.ecm.automation
 class AdapterNotFoundException
           
 class ConflictOperationException
          Marker Exception to identify Dirty update detected by using the ChangeToken of the DocumentModel
 class ExitException
          Throw it from an operation to interrupt a chain execution.
 class InvalidChainException
          The chain could not be validated.
 class OperationNotFoundException
           
 class TypeAdaptException
           
 

Methods in org.nuxeo.ecm.automation that return OperationException
 OperationException OperationException.setNoRollback()
           
 

Methods in org.nuxeo.ecm.automation that throw OperationException
 void OutputCollector.collect(OperationContext ctx, T obj)
          Collects a new partial result (the result of the last iteration step).
 void OperationContext.dispose()
           
 void LoginStack.Entry.dispose()
           
 Object CompiledChain.invoke(OperationContext ctx)
           
 void LoginStack.pop()
          Remove the current login context from the stack.
 void LoginStack.push(LoginContext lc)
           
 void AutomationService.putOperation(Class<?> type)
          Registers an operation given its class.
 void AutomationService.putOperation(Class<?> type, boolean replace)
          Registers an operation given its class.
 void AutomationService.putOperationChain(OperationChain chain)
          Registers a parametrized operation chain.
 void AutomationService.putOperationChain(OperationChain chain, boolean replace)
          Registers a parametrized operation chain.
 Object AutomationService.run(OperationContext ctx, OperationChain chain)
          Builds and runs the operation chain given a context.
 Object AutomationService.run(OperationContext ctx, String chainId)
          Same as previous but for managed chains identified by an ID.
 Object AutomationService.run(OperationContext ctx, String id, Map<String,Object> params)
          Shortcut to execute a single operation described by the given ID and map of parameters
 

Uses of OperationException in org.nuxeo.ecm.automation.core.collectors
 

Methods in org.nuxeo.ecm.automation.core.collectors that throw OperationException
 void BlobCollector.collect(OperationContext ctx, Blob obj)
           
 void BlobListCollector.collect(OperationContext ctx, BlobList obj)
           
 void DocumentModelCollector.collect(OperationContext ctx, DocumentModel obj)
           
 void DocumentModelListCollector.collect(OperationContext ctx, DocumentModelList obj)
           
 void DocumentRefCollector.collect(OperationContext ctx, DocumentRef ref)
           
 

Uses of OperationException in org.nuxeo.ecm.automation.core.impl
 

Methods in org.nuxeo.ecm.automation.core.impl that throw OperationException
 org.nuxeo.ecm.automation.core.impl.OperationServiceImpl.ChainEntry OperationServiceImpl.getChainEntry(String id)
           
 Object InvokableMethod.invoke(OperationContext ctx, Map<String,Object> args)
           
 void OperationServiceImpl.putOperation(Class<?> type)
           
 void OperationServiceImpl.putOperation(Class<?> type, boolean replace)
           
 void OperationServiceImpl.putOperationChain(OperationChain chain)
           
 void OperationServiceImpl.putOperationChain(OperationChain chain, boolean replace)
           
 Object OperationServiceImpl.run(OperationContext ctx, OperationChain chain)
           
 Object OperationServiceImpl.run(OperationContext ctx, String chainId)
           
 Object OperationServiceImpl.run(OperationContext ctx, String id, Map<String,Object> params)
          TODO avoid creating a temporary chain and then compile it.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.