public class Results
extends java.lang.Object
implements java.lang.Iterable
| Constructor and Description |
|---|
Results() |
| Modifier and Type | Method and Description |
|---|---|
void |
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.
|
void |
add(Result result) |
Result |
get(int i)
Get the ith result.
|
java.util.Iterator |
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.
|
int |
size() |
public void add(Difference.Where where, DbProperty left, DbProperty right)
where - The type of difference, see Difference.Whereleft - Left value, or null if the item appears in the right, but not left schema.right - Right value, or null if the item appears in the left, but not right schema.public void add(Result result)
public java.util.Iterator iterator()
iterator in interface java.lang.Iterablepublic Result get(int i)
i - public int size()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.