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 TypeMethodDescriptionvoid
AutomationService.putChainException
(ChainException exceptionChain) void
AutomationService.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.chainExceptions
Modifiable automation filter registry.protected Map<String,
ChainException> ChainExceptionRegistry.lookup
Read 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 TypeMethodDescriptionvoid
ChainExceptionRegistry.addContribution
(ChainException chainException, boolean replace) ChainExceptionRegistry.clone
(ChainException orig) void
ChainExceptionRegistry.contributionRemoved
(String id, ChainException origContrib) void
ChainExceptionRegistry.contributionUpdated
(String id, ChainException contrib, ChainException newOrigContrib) ChainExceptionRegistry.getContributionId
(ChainException contrib) void
ChainExceptionRegistry.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 TypeMethodDescriptionvoid
OperationServiceImpl.putChainException
(ChainException exceptionChain) void
OperationServiceImpl.removeExceptionChain
(ChainException exceptionChain)