Uses of Interface
org.nuxeo.ecm.automation.ChainException
Package
Description
-
Uses of ChainException in org.nuxeo.ecm.automation
Modifier and TypeMethodDescriptionAutomationService.getChainException
(String onChainId) AutomationService.getChainExceptions()
Modifier and TypeMethodDescriptionvoid
AutomationService.putChainException
(ChainException exceptionChain) void
AutomationService.removeExceptionChain
(ChainException exceptionChain) -
Uses of ChainException in org.nuxeo.ecm.automation.core.exception
Modifier 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.Modifier and TypeMethodDescriptionChainExceptionRegistry.clone
(ChainException orig) ChainExceptionRegistry.getChainException
(String onChainId) Modifier 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
Modifier and TypeMethodDescriptionOperationServiceImpl.getChainException
(String onChainId) OperationServiceImpl.getChainExceptions()
Modifier and TypeMethodDescriptionvoid
OperationServiceImpl.putChainException
(ChainException exceptionChain) void
OperationServiceImpl.removeExceptionChain
(ChainException exceptionChain)