Uses of Interface
org.nuxeo.ecm.automation.ChainException
-
Packages that use ChainException Package Description org.nuxeo.ecm.automation org.nuxeo.ecm.automation.core.exception org.nuxeo.ecm.automation.core.impl -
-
Uses of ChainException in org.nuxeo.ecm.automation
Methods in org.nuxeo.ecm.automation that return ChainException Modifier and Type Method Description ChainExceptionAutomationService. getChainException(String onChainId)ChainException[]AutomationService. getChainExceptions()Methods in org.nuxeo.ecm.automation with parameters of type ChainException Modifier and Type Method Description voidAutomationService. 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 ChainException Modifier and Type Class Description classChainExceptionImplFields in org.nuxeo.ecm.automation.core.exception with type parameters of type ChainException Modifier and Type Field Description protected 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 ChainException Modifier and Type Method Description ChainExceptionChainExceptionRegistry. clone(ChainException orig)ChainExceptionChainExceptionRegistry. getChainException(String onChainId)Methods in org.nuxeo.ecm.automation.core.exception that return types with arguments of type ChainException Modifier and Type Method Description Map<String,ChainException>ChainExceptionRegistry. lookup()Methods in org.nuxeo.ecm.automation.core.exception with parameters of type ChainException Modifier and Type Method Description voidChainExceptionRegistry. addContribution(ChainException chainException, boolean replace)ChainExceptionChainExceptionRegistry. clone(ChainException orig)voidChainExceptionRegistry. contributionRemoved(String id, ChainException origContrib)voidChainExceptionRegistry. contributionUpdated(String id, ChainException contrib, ChainException newOrigContrib)StringChainExceptionRegistry. 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 ChainException Modifier and Type Method Description ChainExceptionOperationServiceImpl. getChainException(String onChainId)ChainException[]OperationServiceImpl. getChainExceptions()Methods in org.nuxeo.ecm.automation.core.impl with parameters of type ChainException Modifier and Type Method Description voidOperationServiceImpl. putChainException(ChainException exceptionChain)voidOperationServiceImpl. removeExceptionChain(ChainException exceptionChain)
-