public class OperationCommand extends Object implements Runnable
Modifier and Type | Field and Description |
---|---|
static String |
ATTR_CTX |
static String |
ATTR_SCHEMAS |
static String |
ATTR_VOID |
protected OperationDocumentation |
op |
protected OperationRequest |
request |
protected Session |
session |
protected Shell |
shell |
protected OperationCommandType |
type |
Constructor and Description |
---|
OperationCommand() |
Modifier and Type | Method and Description |
---|---|
void |
init(OperationCommandType type,
Shell shell,
OperationDocumentation op) |
void |
run() |
void |
setParam(String name,
Object value) |
public static final String ATTR_VOID
public static final String ATTR_SCHEMAS
public static final String ATTR_CTX
protected OperationDocumentation op
protected OperationRequest request
protected OperationCommandType type
public OperationCommand()
public void init(OperationCommandType type, Shell shell, OperationDocumentation op)
Copyright © 2018 Nuxeo. All rights reserved.