| Package | Description |
|---|---|
| org.nuxeo.ecm.automation | |
| org.nuxeo.ecm.automation.core.exception | |
| org.nuxeo.ecm.automation.core.impl |
| Modifier and Type | Method and Description |
|---|---|
ChainException |
AutomationService.getChainException(String onChainId) |
ChainException[] |
AutomationService.getChainExceptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
AutomationService.putChainException(ChainException exceptionChain) |
void |
AutomationService.removeExceptionChain(ChainException exceptionChain) |
| Modifier and Type | Class and Description |
|---|---|
class |
ChainExceptionImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ChainException> |
ChainExceptionRegistry.chainExceptions
Modifiable automation filter registry.
|
protected Map<String,ChainException> |
ChainExceptionRegistry.lookup
Read only cache for automation filter lookup.
|
| Modifier and Type | Method and Description |
|---|---|
ChainException |
ChainExceptionRegistry.clone(ChainException orig) |
ChainException |
ChainExceptionRegistry.getChainException(String onChainId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ChainException> |
ChainExceptionRegistry.lookup() |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
ChainException |
OperationServiceImpl.getChainException(String onChainId) |
ChainException[] |
OperationServiceImpl.getChainExceptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
OperationServiceImpl.putChainException(ChainException exceptionChain) |
void |
OperationServiceImpl.removeExceptionChain(ChainException exceptionChain) |
Copyright © 2019 Nuxeo. All rights reserved.