public abstract class SimpleCollector extends Object
| Modifier and Type | Field and Description |
|---|---|
protected PlasmaChangeSummary |
changeSummary |
protected Map<String,Boolean> |
isDescendantResultsMap |
| Constructor and Description |
|---|
SimpleCollector() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
add(int index,
PlasmaDataObject dataObject) |
protected void |
add(PlasmaDataObject dataObject) |
protected boolean |
contains(DataObject dataObject) |
List<PlasmaDataObject> |
getResult() |
protected boolean |
hasChildLink(DataObject target,
DataObject source) |
protected boolean |
isLinked(DataObject other,
Object value) |
protected boolean |
isRelation(DataObject target,
DataObject source,
AssociationPath relationPath) |
protected DataObject[] |
toArray() |
protected PlasmaChangeSummary changeSummary
public List<PlasmaDataObject> getResult()
protected DataObject[] toArray()
protected boolean contains(DataObject dataObject)
protected void add(PlasmaDataObject dataObject)
protected void add(int index,
PlasmaDataObject dataObject)
protected boolean isRelation(DataObject target, DataObject source, AssociationPath relationPath)
protected boolean hasChildLink(DataObject target, DataObject source)
protected boolean isLinked(DataObject other, Object value)
Copyright © 2017. All rights reserved.