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)
Deprecated.
no specific chain registry anymore: chains are now operations, use
AutomationService.getOperation(String)
method instead. |
Modifier and Type | Method and Description |
---|---|
List<OperationChain> |
AutomationService.getOperationChains()
Deprecated.
no specific chain registry anymore: chains are now operations, use
AutomationService.getOperations() method
instead. |
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)
Deprecated.
no specific chain registry anymore: chains are now
operations, use {@link #putOperation(OperationType, boolean)
method instead.
|
void |
AutomationService.putOperationChain(OperationChain chain,
boolean replace)
Deprecated.
no specific chain registry anymore: chains are now
operations, use {@link #putOperation(OperationType, boolean)
method instead.
|
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) |
Modifier and Type | Method and Description |
---|---|
List<OperationChain> |
OperationServiceImpl.getOperationChains() |
Modifier and Type | Method and Description |
---|---|
CompiledChain |
OperationServiceImpl.compileChain(Class<?> inputType,
OperationChain chain) |
void |
OperationServiceImpl.putOperationChain(OperationChain chain) |
void |
OperationServiceImpl.putOperationChain(OperationChain chain,
boolean replace) |
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 © 2015 Nuxeo SA. All rights reserved.