Package | Description |
---|---|
org.alfresco.util.schemacomp |
Modifier and Type | Class and Description |
---|---|
class |
Difference
Result of a comparison between two database objects.
|
class |
RedundantDbObject
If more than one DB item in the target schema matches a reference DB item
then this result will be issued.
|
class |
ValidationResult
Results of a validation operation.
|
Modifier and Type | Method and Description |
---|---|
Result |
Results.get(int i)
Get the ith result.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Result> |
Results.iterator()
Obtain an iterator for the top-level items held in this schema - since this is a hierarchical model,
deeper items are obtained by navigating through the top-level items.
|
Modifier and Type | Method and Description |
---|---|
void |
Results.add(Result result) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.