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.
|
Iterator<Result> |
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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public void add(Difference.Where where, DbProperty left, DbProperty right)
where
- The type of difference, see Difference.Where
left
- 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 Iterator<Result> iterator()
public Result get(int i)
i
- intpublic int size()
Copyright © 2005–2017 Alfresco Software. All rights reserved.