Package | Description |
---|---|
org.nuxeo.ecm.automation | |
org.nuxeo.ecm.automation.core | |
org.nuxeo.ecm.automation.core.impl | |
org.nuxeo.ecm.automation.core.trace |
Modifier and Type | Method and Description |
---|---|
OperationChain |
AutomationService.getOperationChain(String id)
Gets a registered operation chain.
|
Modifier and Type | Method and Description |
---|---|
List<OperationChain> |
AutomationService.getOperationChains()
Gets a list of all registered chains
|
Modifier and Type | Method and Description |
---|---|
CompiledChain |
AutomationService.compileChain(Class<?> inputType,
OperationChain chain)
Builds the operation chain given a context.
|
void |
AutomationService.putOperationChain(OperationChain chain)
Registers a parametrized operation chain.
|
void |
AutomationService.putOperationChain(OperationChain chain,
boolean replace)
Registers a parametrized operation chain.
|
Object |
AutomationService.run(OperationContext ctx,
OperationChain chain)
Builds and runs the operation chain given a context.
|
Modifier and Type | Method and Description |
---|---|
OperationChain |
OperationChainContribution.toOperationChain(org.osgi.framework.Bundle bundle) |
Modifier and Type | Method and Description |
---|---|
OperationChain |
ChainTypeImpl.getChain() |
OperationChain |
OperationServiceImpl.getOperationChain(String id)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<OperationChain> |
OperationServiceImpl.getOperationChains()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CompiledChain |
OperationServiceImpl.compileChain(Class<?> inputType,
OperationChain chain) |
void |
OperationServiceImpl.putOperationChain(OperationChain chain)
Deprecated.
|
void |
OperationServiceImpl.putOperationChain(OperationChain chain,
boolean replace)
Deprecated.
|
Object |
OperationServiceImpl.run(OperationContext ctx,
OperationChain chain) |
Constructor and Description |
---|
ChainTypeImpl(AutomationService service,
OperationChain chain) |
ChainTypeImpl(AutomationService service,
OperationChain chain,
OperationChainContribution contribution) |
Modifier and Type | Method and Description |
---|---|
void |
TracerFactory.clearTrace(OperationChain chain) |
void |
TracerFactory.clearTrace(OperationChain chain,
int index) |
Trace |
TracerFactory.getTrace(OperationChain chain,
int index) |
Copyright © 2013 Nuxeo SA. All Rights Reserved.