Nuxeo Enterprise Platform 5.4

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

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

Uses of OperationException in org.nuxeo.ecm.automation
 

Subclasses of OperationException in org.nuxeo.ecm.automation
 class InvalidChainException
          The chain could not be validated.
 class OperationNotFoundException
           
 class TypeAdaptException
           
 

Methods in org.nuxeo.ecm.automation that throw OperationException
 void OperationContext.dispose()
           
 void LoginStack.Entry.dispose()
           
 void LoginStack.pop()
          Remove the current login context from the stack.
 void LoginStack.push(javax.security.auth.login.LoginContext lc)
           
 void AutomationService.putOperation(java.lang.Class<?> type)
          Registers an operation given its class.
 void AutomationService.putOperation(java.lang.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.
 

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(java.lang.String id)
           
 void OperationServiceImpl.putOperation(java.lang.Class<?> type)
           
 void OperationServiceImpl.putOperation(java.lang.Class<?> type, boolean replace)
           
 void OperationServiceImpl.putOperationChain(OperationChain chain)
           
 void OperationServiceImpl.putOperationChain(OperationChain chain, boolean replace)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.