Uses of Interface
org.nuxeo.ecm.automation.ChainException
Packages that use ChainException
Package
Description
-
Uses of ChainException in org.nuxeo.ecm.automation
Methods in org.nuxeo.ecm.automation that return ChainExceptionModifier and TypeMethodDescriptionAutomationService.getChainException(String onChainId) AutomationService.getChainExceptions()Methods in org.nuxeo.ecm.automation with parameters of type ChainExceptionModifier and TypeMethodDescriptionvoidAutomationService.putChainException(ChainException exceptionChain) voidAutomationService.removeExceptionChain(ChainException exceptionChain) -
Uses of ChainException in org.nuxeo.ecm.automation.core.exception
Classes in org.nuxeo.ecm.automation.core.exception that implement ChainExceptionFields in org.nuxeo.ecm.automation.core.exception with type parameters of type ChainExceptionModifier and TypeFieldDescriptionprotected final Map<String,ChainException> ChainExceptionRegistry.chainExceptionsModifiable automation filter registry.protected Map<String,ChainException> ChainExceptionRegistry.lookupRead only cache for automation filter lookup.Methods in org.nuxeo.ecm.automation.core.exception that return ChainExceptionModifier and TypeMethodDescriptionChainExceptionRegistry.clone(ChainException orig) ChainExceptionRegistry.getChainException(String onChainId) Methods in org.nuxeo.ecm.automation.core.exception that return types with arguments of type ChainExceptionMethods in org.nuxeo.ecm.automation.core.exception with parameters of type ChainExceptionModifier and TypeMethodDescriptionvoidChainExceptionRegistry.addContribution(ChainException chainException, boolean replace) ChainExceptionRegistry.clone(ChainException orig) voidChainExceptionRegistry.contributionRemoved(String id, ChainException origContrib) voidChainExceptionRegistry.contributionUpdated(String id, ChainException contrib, ChainException newOrigContrib) ChainExceptionRegistry.getContributionId(ChainException contrib) voidChainExceptionRegistry.merge(ChainException src, ChainException dst) -
Uses of ChainException in org.nuxeo.ecm.automation.core.impl
Methods in org.nuxeo.ecm.automation.core.impl that return ChainExceptionModifier and TypeMethodDescriptionOperationServiceImpl.getChainException(String onChainId) OperationServiceImpl.getChainExceptions()Methods in org.nuxeo.ecm.automation.core.impl with parameters of type ChainExceptionModifier and TypeMethodDescriptionvoidOperationServiceImpl.putChainException(ChainException exceptionChain) voidOperationServiceImpl.removeExceptionChain(ChainException exceptionChain)