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 ChainException
AutomationService. getChainException(String onChainId)
ChainException[]
AutomationService. getChainExceptions()
Methods in org.nuxeo.ecm.automation with parameters of type ChainException Modifier and Type Method Description void
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 ChainException Modifier and Type Class Description class
ChainExceptionImpl
Fields in org.nuxeo.ecm.automation.core.exception with type parameters of type ChainException Modifier and Type Field Description protected 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 ChainException Modifier and Type Method Description ChainException
ChainExceptionRegistry. clone(ChainException orig)
ChainException
ChainExceptionRegistry. 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 void
ChainExceptionRegistry. addContribution(ChainException chainException, boolean replace)
ChainException
ChainExceptionRegistry. clone(ChainException orig)
void
ChainExceptionRegistry. contributionRemoved(String id, ChainException origContrib)
void
ChainExceptionRegistry. contributionUpdated(String id, ChainException contrib, ChainException newOrigContrib)
String
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 ChainException Modifier and Type Method Description ChainException
OperationServiceImpl. getChainException(String onChainId)
ChainException[]
OperationServiceImpl. getChainExceptions()
Methods in org.nuxeo.ecm.automation.core.impl with parameters of type ChainException Modifier and Type Method Description void
OperationServiceImpl. putChainException(ChainException exceptionChain)
void
OperationServiceImpl. removeExceptionChain(ChainException exceptionChain)
-