| Package | Description |
|---|---|
| org.alfresco.util.schemacomp |
| Modifier and Type | Method and Description |
|---|---|
Difference.Where |
Difference.getWhere() |
static Difference.Where |
Difference.Where.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Difference.Where[] |
Difference.Where.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Results.add(Difference.Where where,
DbProperty left,
DbProperty right)
Record a difference between two objects, or specify that an object only appears in either the
'left' or 'right' schemas.
|
| Constructor and Description |
|---|
Difference(Difference.Where where,
DbProperty left,
DbProperty right) |
Copyright © 2005–2018 Alfresco Software. All rights reserved.