| Modifier and Type | Method and Description |
|---|---|
OperationDocumentation |
OperationRequest.getOperation()
Get the ID of the operation to be invoked
|
OperationDocumentation |
Session.getOperation(String id) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,OperationDocumentation> |
Session.getOperations() |
| Modifier and Type | Method and Description |
|---|---|
OperationDocumentation |
AsyncSession.getOperation(String id) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,OperationDocumentation> |
AsyncSession.getOperations() |
| Modifier and Type | Field and Description |
|---|---|
protected OperationDocumentation |
JavaOperationRequest.op |
protected OperationDocumentation |
DefaultOperationRequest.op |
| Modifier and Type | Method and Description |
|---|---|
OperationDocumentation |
JavaOperationRequest.getOperation() |
OperationDocumentation |
DefaultOperationRequest.getOperation() |
OperationDocumentation |
JavaSession.getOperation(String id) |
OperationDocumentation |
DefaultSession.getOperation(String id) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,OperationDocumentation> |
JavaSession.getOperations() |
Map<String,OperationDocumentation> |
DefaultSession.getOperations() |
| Modifier and Type | Method and Description |
|---|---|
protected OperationRequest |
JavaSession.createOperationRequest(JavaSession session,
OperationDocumentation op,
Map<String,Object> ctx) |
| Constructor and Description |
|---|
DefaultOperationRequest(Session session,
OperationDocumentation op) |
DefaultOperationRequest(Session session,
OperationDocumentation op,
Map<String,Object> ctx) |
JavaOperationRequest(JavaSession session,
OperationDocumentation op) |
JavaOperationRequest(JavaSession session,
OperationDocumentation op,
Map<String,Object> ctx) |
| Modifier and Type | Method and Description |
|---|---|
static OperationDocumentation |
JsonOperationMarshaller.read(com.fasterxml.jackson.core.JsonParser jp) |
| Modifier and Type | Method and Description |
|---|---|
static void |
JsonOperationMarshaller.write(com.fasterxml.jackson.core.JsonParser jp,
OperationDocumentation op) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,OperationDocumentation> |
OperationRegistry.chains |
protected Map<String,OperationDocumentation> |
OperationRegistry.ops |
| Modifier and Type | Method and Description |
|---|---|
OperationDocumentation |
OperationRegistry.getOperation(String key) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,OperationDocumentation> |
OperationRegistry.getOperations() |
| Modifier and Type | Method and Description |
|---|---|
int |
OperationDocumentation.compareTo(OperationDocumentation o) |
| Constructor and Description |
|---|
OperationRegistry(Map<String,String> paths,
Map<String,OperationDocumentation> ops,
Map<String,OperationDocumentation> chains) |
OperationRegistry(Map<String,String> paths,
Map<String,OperationDocumentation> ops,
Map<String,OperationDocumentation> chains) |
| Modifier and Type | Field and Description |
|---|---|
protected OperationDocumentation |
OperationCommandType.op |
protected OperationDocumentation |
OperationCommand.op |
| Modifier and Type | Method and Description |
|---|---|
static OperationCommandType |
OperationCommandType.fromOperation(OperationDocumentation op) |
static int |
OperationCommandType.getOperationInputType(OperationDocumentation op) |
void |
OperationCommand.init(OperationCommandType type,
Shell shell,
OperationDocumentation op) |
| Constructor and Description |
|---|
OperationCommandType(int inputType,
OperationDocumentation op,
Map<String,CommandType.Token> params,
List<CommandType.Token> args) |
Copyright © 2019 Nuxeo. All rights reserved.