| Modifier and Type | Method and Description |
|---|---|
File |
Reconciliation.getResourceAsFile(String operationId,
OperationType type)
Save selected result to workspace
|
| Modifier and Type | Method and Description |
|---|---|
File |
ReconciliationImpl.getResourceAsFile(String operationId,
OperationType type) |
| Modifier and Type | Method and Description |
|---|---|
OperationType |
Operation.getOperationType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Operation.setOperationType(OperationType operationType) |
| Constructor and Description |
|---|
Operation(Long operationId,
Calendar submissionDate,
Calendar completionDate,
Status status,
String operationDescription,
OperationType operationType) |
| Modifier and Type | Method and Description |
|---|---|
static OperationType |
OperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationType[] |
OperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014. All Rights Reserved.